Acerca de Esta Skill
Un servidor MCP que elimina rastros de escritura IA. Detecta 33 patrones de IA para hacer el texto más natural.
Instalación
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/