humanizerai
v1.0.0
Published
CLI for HumanizerAI - Detect and humanize AI-generated text from the command line
Maintainers
Readme
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 humanizeraiSetup
export HUMANIZERAI_API_KEY=hum_your_api_keyGet 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 detectHumanize (1 credit = 1 word)
humanizerai humanize -t "AI text to rewrite"
humanizerai humanize -t "Text" -i aggressive
humanizerai humanize -f draft.txt -r > final.txtIntensity options: light, medium (default), aggressive
Check Credits
humanizerai creditsFor 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 humanizeraiSee 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