humanizerai

📁 humanizerai/agent-skills 📅 14 days ago
3
总安装量
3
周安装量
#61584
全站排名
安装命令
npx skills add https://github.com/humanizerai/agent-skills --skill humanizerai

Agent 安装分布

claude-code 3
opencode 2
cursor 2
codex 2
antigravity 2
gemini-cli 2

Skill 文档

HumanizerAI Skill

This skill provides AI detection and text humanization capabilities via the HumanizerAI API.

Capabilities

  1. Detect AI Content – Analyze text to determine if it was written by AI
  2. Humanize Text – Transform AI-generated text into natural human writing

Setup

Before using this skill, you need a HumanizerAI API key:

  1. Sign up at https://humanizerai.com
  2. Subscribe to Pro or Business plan
  3. Go to Settings > API Keys
  4. Create and copy your API key

Set your API key as an environment variable:

export HUMANIZERAI_API_KEY="hum_your_api_key_here"

Available Commands

/detect-ai

Check if text is AI-generated. Returns a score (0-100) and detailed metrics.

Usage:

/detect-ai [paste your text here]

/humanize

Rewrite AI-generated text to make it undetectable. Uses credits (1 word = 1 credit).

Usage:

/humanize [paste your text here]

With intensity:

/humanize --intensity aggressive [paste your text here]

Intensity options:

  • light (Light) – Subtle changes, preserves style
  • medium (Medium) – Balanced rewrites (default)
  • aggressive (Bypass) – Maximum bypass mode

API Reference

See api-reference.md for full endpoint documentation.

Examples

See examples.md for usage examples.