Overview
- Skill Key
- artur-zhdan/humanize-ai
- Author
- artur-zhdan
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/artur-zhdan/humanize-ai
- Latest Commit SHA
- 90727422822012fa3815c84333b9e573c3d2c1bd
Humanize AI content by detecting and auto-fixing AI generated content. Humanize AI text using Python scripts. Scans for AI vocabulary, puffery, chatbot artifacts, and auto-replaces filler phrases. Use when you want to analyze text in AI detector and bypass it in future, batch-process files, run automated cleanup, or get a report before manual humanizing.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 humanize-ai 技能。 若已安装,则直接安装 humanize-ai 技能。
# Humanize CLI Command-line tools for detecting and auto-fixing AI writing patterns. ## Scripts ### analyze.py — Detect AI Patterns Scans text and reports AI vocabulary, puffery, chatbot artifacts, and auto-replaceable phrases. ```bash # Analyze a file python scripts/analyze.py input.txt # Analyze from stdin echo "This serves as a testament to our commitment" | python scripts/analyze.py # JSON output for programmatic use python scripts/analyze.py input.txt --json ``` **Output example:** ``` ================================================== AI PATTERN ANALYSIS - 5 issues found ================================================== AI VOCABULARY: • testament: 1x • crucial: 2x AUTO-REPLACEABLE: • "serves as" → "is": 1x • "in order to" → "to": 1x ``` --- ### humanize.py — Auto-Replace Patterns Performs automatic replacements for common AI-isms. ```bash # Humanize and print to stdout python scripts/humanize.py input.txt # Write to output file python scripts/humanize.py input.txt -o output.txt # Include em dash replacement python scripts/humanize.py input.txt --fix-dashes # Quiet mode (no change log) python scripts/humanize.py input.txt -q ``` **What it fixes automatically:** - Filler phrases: "in order to" → "to", "due to the fact that" → "because" - Copula avoidance: "serves as" → "is", "boasts" → "has" - Sentence starters: removes "Additionally,", "Furthermore,", "Moreover," - Curly quotes → straight quotes - Chatbot artifacts: removes "I hope this helps", "Let me know if", etc. --- ## Workflow 1. **Analyze first** to see what needs fixing: ```bash python scripts/analyze.py document.txt ``` 2. **Auto-fix** safe replacements: ```bash python scripts/humanize.py document.txt -o document_clean.txt ``` 3. **Manual review** for AI vocabulary and puffery flagged by analyze (these require human judgment) 4. **Re-analyze** to confirm improvements: ```bash python scripts/analyze.py document_clean.txt ``` --- ## Customizin...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.