HumanizerAI Skill
This skill provides AI detection and text humanization capabilities via the HumanizerAI API.
Capabilities
-
Detect AI Content - Analyze text to determine if it was written by AI
-
Humanize Text - Transform AI-generated text into natural human writing
Setup
Before using this skill, you need a HumanizerAI API key:
-
Sign up at https://humanizerai.com
-
Subscribe to Pro or Business plan
-
Go to Settings > API Keys
-
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.