humanize
humanizerai/agent-skills
Transform AI-generated text into natural, human-like content that bypasses AI detectors like GPTZero, Turnitin, and Originality.ai. Uses credits based on word count.
...Expand allAbout humanize
The humanize skill transforms AI-generated text into more natural, human-like writing using the HumanizerAI API. It is designed for users who want to rewrite machine-generated content so that it reads more naturally and may achieve lower AI-detection scores when evaluated by services such as GPTZero, Turnitin, or Originality.ai. The skill accepts text input and processes it through a humanization service, helping users refine content while tracking word usage and available credits.
The skill supports multiple rewrite intensities, including light, medium, and aggressive modes. Users can submit text directly or specify an intensity level to control how extensively the content is rewritten. By default, the medium intensity setting is used. After processing, the skill presents the humanized text along with score information, word counts, and remaining credits. It also includes handling for common operational issues such as insufficient credits, invalid API keys, and rate limits. Credit consumption is based on word count, with one credit used per processed word.
This skill is intended for writers, students, marketers, content creators, and professionals who work with AI-generated drafts and want more natural-sounding output. It can be used for editing articles, blog posts, marketing copy, reports, and other written content. Users need access to the HumanizerAI service and a valid API key, making the skill suitable for individuals and teams already using the HumanizerAI platform.
FAQ
How do I use the humanize skill?
Provide the text you want to humanize. You can optionally specify an intensity level using --intensity light, --intensity medium, or --intensity aggressive. If no intensity is provided, medium is used by default.
What intensity levels are available?
The skill supports light, medium, and aggressive intensities. Light makes subtle changes, medium provides balanced rewrites, and aggressive applies the strongest rewriting mode.
How are credits calculated?
Credit usage is based on word count. Each processed word consumes one credit. Detection scoring does not consume credits.
What do I need to use this skill?
You need access to the HumanizerAI API and a valid HUMANIZERAI_API_KEY. The skill sends requests to the HumanizerAI service to process text.
What happens if I run out of credits or encounter an error?
The skill provides guidance for insufficient credits, invalid API keys, and rate limits. It reports the issue and directs users to the appropriate HumanizerAI resources when applicable.
Humanize AI Text
Transform AI-generated content into natural, human-like writing using the HumanizerAI API.
How It Works
When the user invokes /humanize, you should:
- Parse $ARGUMENTS for text and optional --intensity flag
- Call the HumanizerAI API to humanize the text
- Present the humanized text with before/after scores
- Show remaining credits
Parsing Arguments
The user may provide:
- Just text:
/humanize [their text] - With intensity:
/humanize --intensity aggressive [their text]
Default intensity is medium.
Intensity Levels
| Value | Name | Description | Best For |
|---|---|---|---|
light | Light | Subtle changes, preserves style | Already-edited text, low AI scores |
medium | Medium | Balanced rewrites (default) | Most use cases |
aggressive | Bypass | Maximum bypass mode | High AI scores, strict detectors |
API Call
Make a POST request to https://humanizerai.com/api/v1/humanize:
Authorization: Bearer $HUMANIZERAI_API_KEYContent-Type: application/json{ "text": "<user's text>", "intensity": "medium"}Response Format
Present results like this:
## Humanization Complete**Score:** X → Y (improvement)**Words Processed:** N**Credits Remaining:** X---### Humanized Text[The humanized text]---[Recommendation based on final score]Credit Usage
- 1 word = 1 credit
- Detection is free
- Check credits at https://humanizerai.com/dashboard
Error Handling
Insufficient Credits
If the user doesn't have enough credits:
- Show how many credits are needed vs available
- Direct them to https://humanizerai.com/dashboard to top up
Invalid API Key
- Check HUMANIZERAI_API_KEY environment variable
- Direct to https://humanizerai.com to get a key
Rate Limit
If rate limited, suggest waiting or upgrading to Business plan.
Install humanize
Download and extract the skill files to your .claude/skills/ directory.
Download ZIPClone the repository and copy the skill files to your project.
git clone https://github.com/humanizerai/agent-skills/blob/main/skills/humanize/SKILL.md # Copy SKILL.md to your .claude/skills/ directory
Copy





Home
