HumanizerAI Agent Skills for Claude Code and Codex - AI detection and text humanization
npx skills add https://github.com/humanizerai/agent-skills --skill humanizeقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
AI detection and text humanization skills for Claude Code, Cursor, and other AI coding assistants.
Detect AI-generated content and humanize text to bypass GPTZero, Turnitin, Originality.ai, and other AI detectors.
| Skill | Command | Description | Credits |
|---|---|---|---|
| detect-ai | /detect-ai |
Check if text is AI-generated | Free |
| humanize | /humanize |
Make AI text undetectable | 1 word = 1 credit |
| cold-email | /cold-email |
Write cold emails using proven frameworks | Free |
| follow-up | /follow-up |
Write follow-up emails that re-engage | Free |
| readability | /readability |
Analyze text readability metrics | Free |
| word-stats | /word-stats |
Get word count and text statistics | Free |
npx skills add humanizerai/agent-skills
Installs both /detect-ai and /humanize commands to Claude Code, Cursor, Codex, and other supported agents.
git clone https://github.com/humanizerai/agent-skills.git
cp -r agent-skills/skills/detect-ai .claude/skills/
cp -r agent-skills/skills/humanize .claude/skills/
export HUMANIZERAI_API_KEY="hum_your_api_key_here"
/detect-ai [your text here]
Returns a score (0-100) with detailed metrics showing how likely the text is AI-generated.
/humanize [your text here]
Transforms AI-generated text into natural human writing that bypasses AI detectors.
With intensity option:
/humanize --intensity aggressive [your text here]
| Value | Name | Description | Best For |
|---|---|---|---|
light |
Light | Subtle changes, preserves style | Low AI scores, preserve voice |
medium |
Medium | Balanced rewrites (default) | Most use cases |
aggressive |
Bypass | Maximum bypass mode | High AI scores, strict detectors |
/detect-ai [paste your AI content]/humanize [your text]/detect-ai [humanized text]| Plan | Price | Words/Month | API Access |
|---|---|---|---|
| Pro | $19.99/mo | 50,000 | Yes |
| Business | $49.99/mo | 200,000 | Yes |
Works with:
Full API docs: humanizerai.com/docs/api
MIT