mirror of
https://github.com/humanizerai/agent-skills.git
synced 2026-09-14 20:27:03 +08:00
main
- /cold-email: Proven frameworks (AIDA, PAS, BAB) with 50-125 word limit - /follow-up: Re-engagement psychology for follow-up sequences - /readability: Flesch-Kincaid, Gunning Fog, SMOG metrics - /word-stats: Word count, reading time, text statistics Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
HumanizerAI Agent Skills
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.
Skills
| 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 |
Installation
Using npx (Recommended)
npx skills add humanizerai/agent-skills
Installs both /detect-ai and /humanize commands to Claude Code, Cursor, Codex, and other supported agents.
Manual Installation
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/
Setup
- Get an API key from humanizerai.com
- Subscribe to Pro ($19.99/mo) or Business ($49.99/mo) plan
- Click your profile picture → Settings → API Keys and create a key
- Set your API key as an environment variable:
export HUMANIZERAI_API_KEY="hum_your_api_key_here"
Usage
Detect AI Content
/detect-ai [your text here]
Returns a score (0-100) with detailed metrics showing how likely the text is AI-generated.
Humanize Text
/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]
Intensity Levels
| 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 |
Example Workflow
- Check your text:
/detect-ai [paste your AI content] - See the score: Get detailed metrics and recommendations
- Humanize if needed:
/humanize [your text] - Verify results:
/detect-ai [humanized text]
Bypasses These Detectors
- GPTZero
- Turnitin
- Originality.ai
- Copyleaks
- ZeroGPT
- Winston AI
- And more...
Pricing
| Plan | Price | Words/Month | API Access |
|---|---|---|---|
| Pro | $19.99/mo | 50,000 | Yes |
| Business | $49.99/mo | 200,000 | Yes |
- Detection: Always free and unlimited
- Humanization: 1 credit = 1 word
Compatibility
Works with:
- Claude Code
- Cursor
- Windsurf
- Any agent supporting the Agent Skills format
API Documentation
Full API docs: humanizerai.com/docs/api
Support
- Website: humanizerai.com
- Support: humanizerai.com/support
License
MIT
Languages
Markdown
100%