このスキルについて
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/