💼 Humanize Chinese
AIが生成したような不自然な中国
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Detect and rewrite AI-like Chinese text with a practical workflow for scoring, humanization, academic AIGC reduction, and style conversion. Use when the user asks to 去AI味, 降AIGC, 去除AI痕迹, 论文降重, 知网检测, 维普检测, humanize chinese, detect AI text, or make Chinese text sound more natural.
🇯🇵 日本人クリエイター向け解説
AIが生成したような不自然な中国
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o humanize-chinese.zip https://jpskill.com/download/2999.zip && unzip -o humanize-chinese.zip && rm humanize-chinese.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2999.zip -OutFile "$d\humanize-chinese.zip"; Expand-Archive "$d\humanize-chinese.zip" -DestinationPath $d -Force; ri "$d\humanize-chinese.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
humanize-chinese.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
humanize-chineseフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Humanize Chinese で、私のビジネスを分析して改善案を3つ提案して
- › Humanize Chinese を使って、来週の会議用の資料を作って
- › Humanize Chinese で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Humanize Chinese
Use this skill when you need to detect AI-like Chinese writing, rewrite it to feel less synthetic, reduce AIGC signals in academic prose, or convert the text into a more specific Chinese writing style.
When to Use
- Use when the user says
去AI味,降AIGC,去除AI痕迹,让文字更自然,改成人话, or降低AI率 - Use when the user wants a Chinese text checked for AI-writing patterns or suspicious phrasing
- Use when the user wants academic-paper-specific AIGC reduction for CNKI, VIP, or Wanfang-style checks
- Use when the user wants Chinese text rewritten into a different style such as
zhihu,xiaohongshu,wechat,weibo,literary, oracademic
Core Workflow
1. Detect Before Rewriting
Start by identifying the most obvious AI markers instead of rewriting blindly:
- rigid
first/second/finallystructures - mechanical connectors such as
综上所述,值得注意的是,由此可见 - abstract grandiose wording with low information density
- repeated sentence rhythm and paragraph length
- academic prose that sounds too complete, too certain, or too template-driven
If the user provides a short sample, call out the suspicious phrases directly before rewriting.
2. Rewrite in the Smallest Useful Pass
Prefer targeted rewrites over total regeneration:
- remove formulaic connectors rather than paraphrasing every sentence
- vary sentence length and paragraph rhythm
- replace repeated verbs and noun phrases
- swap abstract summaries for concrete observations where possible
- keep the original claims, facts, citations, and terminology intact
3. Validate the Result
After rewriting, verify that the text:
- still says the same thing
- sounds less templated
- uses more natural rhythm
- does not introduce factual drift
- stays in the correct register for the target audience
For academic text, preserve a scholarly tone. Do not over-casualize.
Optional CLI Flow
If the user has a local clone of the source toolkit, these examples are useful:
python3 scripts/detect_cn.py text.txt -v
python3 scripts/compare_cn.py text.txt -a -o clean.txt
python3 scripts/academic_cn.py paper.txt -o clean.txt --compare
python3 scripts/style_cn.py text.txt --style xiaohongshu -o out.txt
Use this CLI sequence when available:
- detect and inspect suspicious sentences
- rewrite or compare
- rerun detection on the cleaned file
- optionally convert into a target style
Manual Rewrite Playbook
If the scripts are unavailable, use this manual process.
Common AI Markers
- numbered or mirrored structures that feel too symmetrical
- filler transitions that add no meaning
- repeated stock phrases
- overly even sentence length
- conclusions that sound final, polished, and risk-free
Rewrite Moves
- delete weak transitions first
- collapse repetitive phrases into one stronger sentence
- split sentences at natural turns instead of forcing long balanced structures
- merge choppy sentences when they feel robotic
- replace generic abstractions with concrete wording
- introduce light variation in cadence so the prose does not march at a constant tempo
Academic AIGC Reduction
For papers, reports, or theses:
- keep discipline-specific terminology unchanged
- replace AI-academic stock phrases with more grounded scholarly phrasing
- reduce absolute certainty with measured hedging where appropriate
- vary paragraph structure so each section does not read like the same template
- add limitations or uncertainty if the conclusion feels unnaturally complete
Examples of safer direction changes:
本文旨在->本文尝试or本研究关注具有重要意义->值得关注or有一定参考价值研究表明->前人研究发现or已有文献显示
Do not invent citations, evidence, or data.
Style Conversion
Use style conversion only after the base text is readable and natural.
Supported style directions from the source workflow:
casualzhihuxiaohongshuwechatacademicliteraryweibo
When switching style, keep the user's meaning stable and change only tone, structure, and surface wording.
Output Rules
- Show the main AI-like patterns you found
- Explain the rewrite strategy in 1-3 short bullets
- Return the rewritten Chinese text
- If helpful, include a short note on remaining weak spots
Source
Adapted from the voidborne-d/humanize-chinese project and its CLI/script workflow for Chinese AI-text detection and rewriting.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.