Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
allinherog-star avatar

Ai Humanizer Zh

  • 51 installs
  • 45 repo stars
  • Updated June 6, 2026
  • allinherog-star/ai-skills

Rewrite AI-sounding Chinese drafts into natural, platform-ready copy before you publish on blogs, social, or community channels.

About

ai-humanizer-zh is an agent skill that helps solo builders and small teams rewrite Chinese content so it reads like a real person wrote it—not a generic LLM. You paste or upload draft text (or point at a public link), optionally describe the platform, audience, and tone, and the skill guides a polish pass that strips robotic phrasing and hollow marketing voice while preserving your headings and paragraph flow. It fits the Grow phase when you are about to post articles, newsletters, product updates, or community threads where readers spot AI-generated copy instantly. Because strong positioning and launch copy often need the same treatment, the skill is also useful during Validate and Launch when you are tightening landing pages or distribution posts. The workflow is editorial: no code, no APIs—just structured inputs so your agent applies consistent humanization rules instead of one-off chat rewrites.

  • Context composer accepts pasted text, uploaded files, or reference URLs as source material
  • Controls for target platform, review depth, audience, goal, brand requirements, and tone preference
  • Focused on removing generic AI tone and marketing clichés while keeping structure (titles, paragraphs)
  • Supports explicit rewrite goals: more conversational, professional, opinionated, or publication-ready Chinese

Ai Humanizer Zh by the numbers

  • 51 all-time installs (skills.sh)
  • Ranked #1,320 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/allinherog-star/ai-skills --skill ai-humanizer-zh

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs51
repo stars45
Last updatedJune 6, 2026
Repositoryallinherog-star/ai-skills

What it does

Rewrite AI-sounding Chinese drafts into natural, platform-ready copy before you publish on blogs, social, or community channels.

Files

SKILL.mdMarkdownGitHub ↗

ai-humanizer-zh 中文润色去AI味 助手

快速开始

更多技能

概述

中文润色去AI味 助手用于回答「怎么去AI味」、中文改写、AI 写作痕迹、文案润色,适合市场营销、运营、内容创作者、产品在明确业务目标、内容材料或分析对象后调用。 它会结合待去 AI 味文本、粘贴需要改得更自然的中文内容,可以是 AI 生成文章、营销文案、社…等输入,整理关键上下文,并输出AI 写作痕迹诊断、自然化改写稿、问题片段说明,便于继续执行、复盘或交付。 能力定位补充:中文内容创作者、运营和营销团队常需要把 AI 生成草稿改成更自然、更像真实人类写作的发布稿,适合沉淀为平台上的文本诊断与改写 技能。

什么时候使用

适用场景

  • 用户提出“怎么去AI味”这类问题,需要快速拆解目标、判断重点并形成可执行结果
  • 市场营销、运营、内容创作者、产品需要围绕中文润色去AI味 助手生成AI 写作痕迹诊断、自然化改写稿、问题片段说明
  • 用户已经准备了改写目标(例如更像真人、更口语、更专业、更有观点、更适合发布或降低营销腔。)、目标读者(说明读者是谁、他们熟悉什么、对内容最在意什么。)、公开文本链接(填写无需登录即可访问的文章、页面、笔记或文档链接。),希望整理成可执行的分析或优化结果
  • 用户需要把中文润色去AI味 助手相关材料转成清晰结论、优先级和下一步动作

调用方式

通过导出的 Python runner 直接调用 AI Skills API:

命令示例

基础调用

python3 scripts/run.py --params '{}'

带常用参数调用

python3 scripts/run.py --params '{"goal":"改写目标"}'

参数说明

参数类型必填默认说明
goalstring-例如更像真人、更口语、更专业、更有观点、更适合发布或降低营销腔
audiencestring-说明读者是谁、他们熟悉什么、对内容最在意什么
materialUrlstring-填写无需登录即可访问的文章、页面、笔记或文档链接;需要传可访问的完整 URL
reviewDepthstring标准改写选择只做快速去味、标准改写,还是深度重写并解释修改原因;可选值:快速去味标准改写深度重写
materialFilestring-支持 docx、pdf、md、txt 等文本稿件,适合提交文章草稿、审稿版或长文材料
materialTextstring-粘贴需要改得更自然的中文内容,可以是 AI 生成文章、营销文案、社媒长文、课程稿或说明文
targetPlatformstring通用中文内容选择文本最终要发布或交付的场景;可选值:通用中文内容公众号文章小红书笔记官网博客营销落地页课程讲稿知识库文档
tonePreferencestring-例如自然口语、专业克制、创作者第一人称、品牌官方但不生硬
brandRequirementsstring-补充必须保留的事实、品牌说法、禁用词、合规边界或不能改变的语气

完整机器可读参数结构见 references/form-schema.json

参数取值参考

当前技能没有需要额外查表的分类参数。

支持的输入格式

当前技能直接接收 JSON 参数;如果参数里包含链接字段,请传完整、可访问的 URL。

示例请求

下面的示例参数可直接传给 scripts/run.py,runner 会把它们发送给 AI Skills API。

python3 scripts/run.py --params '{"goal":"改写目标"}'

等价的 --params JSON:

{
  "goal": "改写目标"
}

返回结果示例

{
  "success": true,
  "data": {
    "message": "示例结果请以技能真实返回结构为准。"
  },
  "meta": {
    "executionTime": 842,
    "cached": false
  }
}

交付内容

  • AI 写作痕迹诊断、自然化改写稿、问题片段说明:围绕用户目标整理可直接阅读、复盘或交付的核心结果。
  • 输入材料解读:结合改写目标(例如更像真人、更口语、更专业、更有观点、更适合发布或降低营销腔。)、目标读者(说明读者是谁、他们熟悉什么、对内容最在意什么。)、公开文本链接(填写无需登录即可访问的文章、页面、笔记或文档链接。)提炼关键上下文和判断依据。
  • 下一步动作:给出优先级、执行建议或可继续加工的内容框架。

结果使用建议

  • 先判断输出是否回答了用户关于「中文润色去AI味 助手」的核心问题。
  • 再检查结果是否覆盖AI 写作痕迹诊断、自然化改写稿、问题片段说明,以及是否给出明确下一步动作。
  • 如果输入材料较少,建议让用户补充目标、受众、限制条件或原始材料后再运行。

运行前准备

  • AISKILLS_BASE_URL:默认 https://ai-skills.ai
  • AISKILLS_API_KEY:必填,用于认证调用
  • AISKILLS_TENANT_ID:默认 default

Related skills

Marketing & SEOcontentlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.