关于此技能
去除 AI 写作痕迹的 MCP 服务。检测 33 种 AI 模式,让 AI 生成文本更自然、更像人类写作。
安装方式
Skills CLI
Install globally with the cross-agent skills CLI so Humanizer is available in every project:
npx skills add blader/humanizer --globalUpdate an existing install:
npx skills update humanizer --globalTo install globally into every supported agent harness:
npx skills add blader/humanizer --global --agent '*'To target one configured harness, pass its agent name:
npx skills add blader/humanizer --global --agent <agent-name>Omit --global for a project-local install that can be committed and shared with collaborators. Start a new agent session or reload skills after installation.
Claude Code plugin
Claude Code users can also install Humanizer as a plugin:
/plugin marketplace add blader/humanizer
/plugin install humanizer@humanizerThe skill is then invoked as /humanizer:humanizer.
Manual
Any agent harness can use the skill directly because the runtime artifact is SKILL.md. Install it wherever your harness expects skill directories, or copy SKILL.md into an existing skill folder.
For example:
git clone https://github.com/blader/humanizer.git /path/to/your/skills/humanizerOr, if you already have this repo cloned:
mkdir -p /path/to/your/skills/humanizer
cp SKILL.md /path/to/your/skills/humanizer/