Content Creation
#ai
de-ai-writer
AI 文案去味器。用户提供 AI 生成的文本(公众号/小红书/电商文案等),觉得“太 AI 味”要改得更自然、更像人写的时使用。输出自然有人味的中文。De-AI writer: rewrite AI-generated copy (WeChat articles, Xiaohongshu, e-commerce) into natural, human-sounding Chinese text.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=davepoon-buildwithclaude-plugins-all-skills-skills-de-ai-writer-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name de-ai-writer description AI 文案去味器。用户提供 AI 生成的文本(公众号/小红书/电商文案等),觉得“太 AI 味”要改得更自然、更像人写的时使用。输出自然有人味的中文。De-AI writer: rewrite AI-generated copy (WeChat articles, Xiaohongshu, e-commerce) into natural, human-sounding Chinese text. category media-content license MIT De-AI Writer AI 文案去味器 把 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 标准库,无需安装任何包。
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.