name: text-humanize description: > Audit and de-AI text for social platforms — bilingual (English + 中文). Auto-detects language, then detects AI-generated patterns: structural tells, opening/closing clichés, surface signals, and platform-specific red flags. Rewrites text to sound like a real human wrote it. Use when checking text for "AI smell" before posting to HN, Twitter/X, Reddit, Facebook, LinkedIn, Dev.to, 微信公众号, 知乎, 小红书, 即刻, 微博, 抖音, B站, or any public forum.
Bilingual AI-smell auditor and humanizer. Auto-detects whether input is English or Chinese, then applies the right detection patterns and rewrite rules. Built from real flagged data on English platforms (HN, Reddit) and Chinese platforms (公众号, 知乎, 小红书).
Before starting any audit, detect the input language:
Both modes work identically for English and Chinese; just the pattern catalog differs.
references/ai-smells-en.md for English, references/ai-smells-cn.md for Chinese.Refer to references/ai-smells-en.md for the complete English pattern catalog. Summary of categories:
| Category | Code | Key Signals |
|---|---|---|
| Structural | S1-S3 | 4+ paragraphs, numbered lists, quote-then-respond |
| Opening | O1-O3 | "This resonates...", "From building X...", "As someone who..." |
| Body | B1-B6 | Balanced argumentation, feature listing, insight formula, example cascading, collective "we", formal connectors |
| Closing | C1-C3 | Polished conclusion, "Curious what others think", forced positivity |
| Surface | SS1-SS5 | Zero typos, em-dashes, no filler words, uniform sentence length, semantic punctuation |
| Platform | Max Length | Tone | Special Rules |
|---|---|---|---|
| HN | 1-3 paragraphs, 5-6 lines | Technical, opinionated, humble | Strictest AI detection. No self-linking. Self-deprecation is currency. |
| Twitter/X | 1-2 sentences or punchy thread | Punchy, informal, voice-driven | Numbered threads (1/9) = AI flag. Each tweet stands alone. |
| 1-3 paragraphs | Smart-friend-chat | Subreddit-dependent. r/programming ≈ HN. | |
| 1-2 short paragraphs | Casual, personal | Tech groups: HN rules. Personal feed: be human. | |
| 1-2 paragraphs | Casual professional | Avoid "thought leader" tone. | |
| Dev.to | 2-3 paragraphs | Technical but conversational | Slightly more length-tolerant than HN. |
If no English platform is specified, default to HN rules (strictest baseline).
Refer to references/ai-smells-cn.md for the complete Chinese pattern catalog. Summary of categories:
| 类别 | 代码 | 关键信号 |
|---|---|---|
| 结构 | S-CN1~S-CN4 | 议论文三段式、"首先其次最后"、编号列表、引用原文再回复 |
| 开头 | O-CN1~O-CN3 | "这个问题很有启发性…"、"作为一个…"、"有道理但是…" |
| 正文 | B-CN1~B-CN7 | 书面连接词过频、对称辩证、金句提炼、举例论证、"我们"滥用、中英混杂、功能罗列 |
| 结尾 | C-CN1~C-CN3 | 升华式收尾、开放式互动、正能量用力过猛 |
| 表面 | SS-CN1~SS-CN6 | 零错别字、句式工整、缺少语气词、句号强迫症、破折号"——"、翻译腔 |
| 平台 | 长度限制 | 语气 | 特别注意 |
|---|---|---|---|
| 微信公众号 | 正文 500-1500 字;评论 1-3 句 | 可稍正式但有个性 | AI 检测最严。致命伤:标题党 + 三段式 + 升华结尾 |
| 知乎 | 回答不限;评论 2-5 句 | 有态度,不怕杠 | 致命伤:"谢邀"开头 + 分点论述 + "以上"结尾 |
| 小红书 | 正文 50-200 字;评论 1-3 句 | 轻松、口语化 | 善用 emoji 但别每句都加。标签区和正文分开 |
| 即刻 | 1-3 句 | 极随意 | 语气词决定生死。不要长篇大论 |
| 微博 | 1-3 句 | 直接、有梗 | 可用网络用语,但不堆砌 |
| B站评论区 | 1-3 句 | 弹幕风格 | 语气词 + emoji 友好 |
| 抖音评论区 | 1 句,最多 2 句 | 极短 | 超过 3 句 = 直接判 AI |
| 朋友圈 | 1-3 句 | 熟人聊天感 | 不要"通知"语气,不要排比句 |
如果没有指定中文平台,默认按知乎评论区规则处理(适中长度 + 有态度的口语)。
小葱技能站7w4.net发现了升级插件。
这个 Skill 的设计思路很实用,能帮助检测和改写带「AI味」的文本,支持中英文。不过目前只是个半成品:文档不完整,缺少实际可运行的代码。如果开发者后续补全代码和文档,质量会是不错的。现在直接使用的话,基本功能无法运行。