Skip to content

humanizerai/humanizerai-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HumanizerAI CLI

Detect and humanize AI-generated text from the command line. Bypass GPTZero, Turnitin, Originality.ai, and other AI detectors.

Built for developers and AI agents.

Install

npm install -g humanizerai

Setup

export HUMANIZERAI_API_KEY=hum_your_api_key

Get your API key at humanizerai.com/dashboard. Requires Pro or Business plan.

Usage

Detect AI (free, unlimited)

humanizerai detect -t "Text to check"
humanizerai detect -f essay.txt
cat draft.txt | humanizerai detect

Humanize (1 credit = 1 word)

humanizerai humanize -t "AI text to rewrite"
humanizerai humanize -t "Text" -i aggressive
humanizerai humanize -f draft.txt -r > final.txt

Intensity options: light, medium (default), aggressive

Check Credits

humanizerai credits

For AI Agents

This CLI is designed for use by AI agents (Claude, Cursor, Codex, etc.). Short commands reduce token usage and context rot compared to raw API calls.

Install the Claude Code skill:

npx @anthropic-ai/claude-code /learn humanizerai

See SKILL.md for the full agent reference.

Quick Reference

humanizerai detect -t "text"              # Check AI score (free)
humanizerai humanize -t "text"            # Humanize (medium)
humanizerai humanize -t "text" -i light   # Light touch
humanizerai humanize -t "text" -i aggressive  # Max bypass
humanizerai humanize -f file.txt -r       # File in, text out
humanizerai credits                       # Check balance

Links

About

Humanizer AI CLI : Humanize AI-generated text from the command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors