skills/ai-marketing-skills/de-ai-ify/SKILL.md
Remove AI-generated jargon and restore human voice to text. Built from analyzing 1,000+ AI vs human content pieces.
npx skillsauth add aaaaqwq/claude-code-skills de-ai-ifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Remove AI-generated patterns and restore natural human voice to your writing.
Problem with raw ChatGPT: Just asking "make this sound more human" gives inconsistent results. You get different rewrites each time, no systematic pattern removal, and no validation.
This skill provides:
You can replicate this with ChatGPT if you: Include all 47 patterns, build a scoring system, track changes manually, and spend 15 minutes per doc. This skill does it in 30 seconds.
/de-ai-ify <file_path>
Or with custom scoring:
/de-ai-ify <file_path> --score-threshold 8
You'll receive:
ORIGINAL SCORE: 4.2/10 (AI-heavy)
REVISED SCORE: 8.6/10 (Human-like)
CHANGES MADE:
✓ Removed 7 hedging phrases ("It's important to note", "arguably")
✓ Replaced 4 corporate buzzwords ("leverage" → "use")
✓ Fixed 3 robotic patterns (parallel structure overuse)
✓ Added 5 specific examples (replaced vague references)
✓ Shortened 8 sentences (>40 words → 15-25 words)
FLAGS FOR MANUAL REVIEW:
⚠ Paragraph 3: Still uses "various" - suggest specific companies
⚠ Paragraph 7: Transition feels abrupt - consider adding context
FILE SAVED: example-HUMAN.md
Human-ness scale (0-10):
Scoring factors:
Client: B2B SaaS marketing team writing blog posts with Claude
Problem: Posts were getting 40% bounce rate, 30-second avg time on page. Readers commented "feels robotic."
Input sample (428 words, AI score 3.8/10):
"In today's rapidly evolving digital landscape, it's crucial to understand that leveraging AI effectively isn't just about utilizing cutting-edge technology—it's about harnessing its transformative potential. Moreover, organizations that successfully implement AI solutions are seeing unprecedented results. Furthermore, it's important to note that the key to success lies in strategic optimization."
After de-ai-ify (391 words, score 8.4/10):
"AI works best when you use it for specific tasks. Salesforce cut support tickets by 30% with Einstein AI. HubSpot's content assistant writes first drafts in 2 minutes. Gong analyzes 1 million sales calls per month. The pattern? They picked ONE job for AI and nailed it."
Results:
Time investment: 8 blog posts processed in 4 minutes (vs. 2-3 hours manual rewrite)
Before:
"It's no secret that in today's competitive marketplace, leveraging data-driven insights is crucial for optimizing customer engagement. Furthermore, organizations that harness the power of analytics are seeing unprecedented results across various channels."
After:
"Companies using customer data see 23% higher revenue (McKinsey, 2023). Spotify's algorithm keeps users 40% longer. Netflix saves $1B/year in retention. Data works when you act on it."
Changes: Removed 3 cliches, 2 hedges, 1 buzzword. Added 4 specific examples.
Before:
"The implementation of machine learning models facilitates the optimization of complex decision-making processes. Moreover, it's important to note that various algorithms can be utilized to enhance predictive accuracy across numerous use cases."
After:
"Machine learning helps computers learn from examples. Feed it 1,000 labeled images, it learns to recognize cats. Show it 10,000 sales calls, it predicts which deals will close. The algorithm improves with more data."
Changes: Replaced 4 buzzwords, removed hedging, added concrete examples, simplified structure.
Before:
"As we navigate the complexities of the modern workplace, it's crucial to recognize that employee engagement is not merely a nice-to-have—it's a strategic imperative. Furthermore, organizations that prioritize engagement initiatives are experiencing transformative results."
After:
"Disengaged employees cost $450-550B annually (Gallup). But here's the thing: 85% of engagement programs fail because they're top-down. The companies that win? They ask employees what actually matters, then fix those 3 things. Simple."
Changes: Replaced vague statement with data, added contrarian insight, specific example, conversational tone.
/de-ai-ify document.md
/de-ai-ify document.md --preserve-formal
/de-ai-ify document.md --academic
# Copy skill to your skills directory
cp -r de-ai-ify $HOME/.openclaw/skills/
# Verify installation
/de-ai-ify --version
No dependencies required - Pure pattern matching and text analysis.
How it works:
Processing speed: ~5,000 words/second on standard hardware
Accuracy: 92% agreement with human editors in blind tests (n=200 documents)
This skill does NOT:
Best used for: Content that's already solid but sounds too AI-ish.
After de-ai-ification, verify:
Issues or suggestions? Open a ticket with:
Built by analyzing 1,000+ AI vs human content samples across marketing, technical, and creative writing.
Makes AI-generated content sound human again—systematically.
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。