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.
npm install -g humanizeraiexport HUMANIZERAI_API_KEY=hum_your_api_keyGet your API key at humanizerai.com/dashboard. Requires Pro or Business plan.
humanizerai detect -t "Text to check"
humanizerai detect -f essay.txt
cat draft.txt | humanizerai detecthumanizerai 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
humanizerai creditsThis 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.
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