option

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 all
72
Updated time July 7, 2026

About 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.

View on GitHub

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:

  1. Parse $ARGUMENTS for text and optional --intensity flag
  2. Call the HumanizerAI API to humanize the text
  3. Present the humanized text with before/after scores
  4. 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

ValueNameDescriptionBest For
lightLightSubtle changes, preserves styleAlready-edited text, low AI scores
mediumMediumBalanced rewrites (default)Most use cases
aggressiveBypassMaximum bypass modeHigh 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:

  1. Show how many credits are needed vs available
  2. Direct them to https://humanizerai.com/dashboard to top up

Invalid API Key

  1. Check HUMANIZERAI_API_KEY environment variable
  2. Direct to https://humanizerai.com to get a key

Rate Limit

If rate limited, suggest waiting or upgrading to Business plan.

All Files

1 files
SKILL.md 2.1k
View

Install humanize

Download and extract the skill files to your .claude/skills/ directory.

Download ZIP

Clone 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 Copy
Quick Setup: Copy the skill folder to .claude/skills/Claude will automatically detect and use the skill

Related Skills

brightdata-cli
Updated time June 29, 2026
agentwallet
Updated time July 7, 2026
korean-stock-search
Updated time July 8, 2026
trello
Updated time July 1, 2026
OR