De-AI Writer AI 文案去味器

SkillCommerce & finance

This skill lets your AI rewrite AI-generated Chinese copy so it reads like a person wrote it. Give it text that feels too AI-flavored — a WeChat article, a Xiaohongshu post, or e-commerce copy — and it returns a natural, human-sounding Chinese version.

Available today. Use it from your connected AI after setup.

After adding the skill, paste in the AI-generated Chinese text you want improved and ask your AI to rewrite it so it sounds more like a person wrote it.

Then ask your AI: use the De-AI Writer AI 文案去味器 skill

What your AI can do with it

  • Rewrite AI-generated Chinese text so it reads naturally
  • Turn WeChat article drafts into human-sounding copy
  • Make Xiaohongshu posts feel less machine-generated
  • Smooth out e-commerce copy that sounds robotic
  • Keep the original meaning while removing the AI flavor

What this skill tells your AI

The instructions your AI receives, as published by davepoon/buildwithclaude in plugins/all-skills/skills/de-ai-writer/SKILL.md and read by ahel’s review.

把 AI 生成的文字改写成自然、有真人味的中文。专治空洞拔高、排比三连、官方黑话、模板化结尾。

触发条件

用户提供一段文字(粘贴或文件),要求:

  • "去AI味""改得像人写的""太官方了改自然点"
  • 润色文案(公众号/小红书/电商标题/产品描述)

使用步骤

1. 有 API Key(推荐,效果好)

export LLM_API_KEY="你的key"
export LLM_BASE_URL="https://api.deepseek.com/v1"  # 任意 OpenAI 兼容接口
export LLM_MODEL="deepseek-chat"

python3 scripts/deai.py 稿子.txt -o 改好.txt

2. 无 API Key(零成本模式)

python3 scripts/deai.py 稿子.txt --prompt-only

输出内置完整改写规则的提示词,粘贴到任何 AI 助手(ChatGPT/文心/Kimi)即可改写。

零依赖

纯 Python 标准库,无需安装任何包。

Signals

GitHub stars
3k
Forks
500
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
de-ai-writer
Source
github.com/davepoon/buildwithclaude