{
  "markdown": "# HumanizerAI Agent Skills\n\nAI detection and text humanization skills for [Claude Code](https://claude.ai/code), [Cursor](https://cursor.sh), and other AI coding assistants.\n\n**Detect AI-generated content** and **humanize text** to bypass GPTZero, Turnitin, Originality.ai, and other AI detectors.\n\n## Skills\n\n| Skill | Command | Description | Credits |\n|-------|---------|-------------|---------|\n| detect-ai | `/detect-ai` | Check if text is AI-generated | Free |\n| humanize | `/humanize` | Make AI text undetectable | 1 word = 1 credit |\n| cold-email | `/cold-email` | Write cold emails using proven frameworks | Free |\n| follow-up | `/follow-up` | Write follow-up emails that re-engage | Free |\n| readability | `/readability` | Analyze text readability metrics | Free |\n| word-stats | `/word-stats` | Get word count and text statistics | Free |\n\n## Installation\n\n### Using npx (Recommended)\n\n```bash\nnpx skills add humanizerai/agent-skills\n```\n\nInstalls both `/detect-ai` and `/humanize` commands to Claude Code, Cursor, Codex, and other supported agents.\n\n### Manual Installation\n\n```bash\ngit clone https://github.com/humanizerai/agent-skills.git\ncp -r agent-skills/skills/detect-ai .claude/skills/\ncp -r agent-skills/skills/humanize .claude/skills/\n```\n\n## Setup\n\n1. Get an API key from [humanizerai.com](https://humanizerai.com)\n2. Subscribe to Pro ($19.99/mo) or Business ($49.99/mo) plan\n3. Click your **profile picture** → **Settings** → **API Keys** and create a key\n4. Set your API key as an environment variable:\n\n```bash\nexport HUMANIZERAI_API_KEY=\"hum_your_api_key_here\"\n```\n\n## Usage\n\n### Detect AI Content\n\n```\n/detect-ai [your text here]\n```\n\nReturns a score (0-100) with detailed metrics showing how likely the text is AI-generated.\n\n### Humanize Text\n\n```\n/humanize [your text here]\n```\n\nTransforms AI-generated text into natural human writing that bypasses AI detectors.\n\n**With intensity option:**\n\n```\n/humanize --intensity aggressive [your text here]\n```\n\n## Intensity Levels\n\n| Value | Name | Description | Best For |\n|-------|------|-------------|----------|\n| `light` | Light | Subtle changes, preserves style | Low AI scores, preserve voice |\n| `medium` | Medium | Balanced rewrites (default) | Most use cases |\n| `aggressive` | Bypass | Maximum bypass mode | High AI scores, strict detectors |\n\n## Example Workflow\n\n1. **Check your text**: `/detect-ai [paste your AI content]`\n2. **See the score**: Get detailed metrics and recommendations\n3. **Humanize if needed**: `/humanize [your text]`\n4. **Verify results**: `/detect-ai [humanized text]`\n\n## Bypasses These Detectors\n\n- GPTZero\n- Turnitin\n- Originality.ai\n- Copyleaks\n- ZeroGPT\n- Winston AI\n- And more...\n\n## Pricing\n\n| Plan | Price | Words/Month | API Access |\n|------|-------|-------------|------------|\n| Pro | $19.99/mo | 50,000 | Yes |\n| Business | $49.99/mo | 200,000 | Yes |\n\n- **Detection**: Always free and unlimited\n- **Humanization**: 1 credit = 1 word\n\n## Compatibility\n\nWorks with:\n- [Claude Code](https://claude.ai/code)\n- [Cursor](https://cursor.sh)\n- [Windsurf](https://codeium.com/windsurf)\n- Any agent supporting the [Agent Skills](https://agentskills.io) format\n\n## API Documentation\n\nFull API docs: [humanizerai.com/docs/api](https://humanizerai.com/docs/api)\n\n## Support\n\n- Website: [humanizerai.com](https://humanizerai.com)\n- Support: [humanizerai.com/support](https://humanizerai.com/support)\n\n## License\n\nMIT\n",
  "bytes": 3419,
  "sha": "15f57b97a7a990b6c2fe65879a9def51fb22e991ff89c2e195e698b87e8f86bc",
  "repo_slug": "humanizerai/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_humanizerai_agent_skills_humanize_c88330da/readme"
}