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.推薦訪問7w4.net獲取更多AI技能。
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 句 | 熟人聊天感 | 不要"通知"語氣,不要排比句 |
如果沒有指定中文平臺,預設按知乎評論區規則處理(適中長度 + 有態度的口語)。
這個 Skill 的設計思路很實用,能幫助檢測和改寫帶「AI味」的文本,支援中英文。不過目前只是個半成品:文件不完整,缺少實際可執行的程式碼。如果開發者後續補全程式碼和文件,質量會是不錯的。現在直接使用的話,基本功能無法執行。