Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/aboudjem/humanizer-skill/agents-mdgit clone --depth 1 https://github.com/Aboudjem/humanizer-skillWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01673 | $0.01673 |
| Opus 5 | $0.00837 | $0.00837 |
| Sonnet 5 | $0.00335 | $0.00335 |
| Haiku 4.5 | $0.00167 | $0.00167 |
Grade A, and why
humanizer-skill AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
mkdir -p .claude/skills/humanizer && curl -sL \ How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Humanizer Skill
Universal harness context file (AAIF/Linux Foundation spec). Auto-discovered by Claude Code, Cursor, Copilot, Codex CLI, Windsurf, Cline, Gemini CLI, Aider, Zed, Jules, RooCode, Factory, and 10+ other harnesses.
What this repo is
Humanizer is a pure-Markdown Claude Code skill that detects 55 AI writing patterns and rewrites text to sound like a human wrote it. It scores text 0-100 (higher = more AI smell), applies one of 5 named voice profiles, and injects sentence-length burstiness. The installable skill core is a single zero-dependency Markdown file: skills/humanizer/SKILL.md. The repo also ships optional extras (on-demand reference files and a zero-dependency metrics CLI) that the skill core never requires.
File map
skills/
humanizer/
SKILL.md # the skill — the only file you need to install (zero-dep)
README.md # skill-specific docs
references/
patterns.md # per-pattern deep dives and provenance (on demand)
patterns.zh.md # provisional native-Chinese appendix
always-on-templates.md # copy-paste blocks for CLAUDE.md / SOUL.md / etc.
evals/
evals.json # should-trigger / should-NOT-trigger eval cases
cli/ # optional zero-dependency metrics + CI gate (Node, node:test)
.github/
actions/humanizer-gate/ # reusable GitHub Action for CI docs-quality gating
.claude-plugin/
plugin.json # Claude Code plugin manifest (name, version, author, keywords)
marketplace.json # single-plugin marketplace entry (installable via claude plugin marketplace add)
examples/
blog-post/
before.md # raw AI-generated blog paragraph (high AI-tell score)
after.md # humanized output with annotations
docs/
VIRAL-AUDIT.md # supernova engine score/tier/gap report
LAUNCH-PLAN.md # June 2026 channel-sequenced launch plan
README.zh-CN.md # Simplified-Chinese README (English-writing wedge)
docs-site/ # full MDX documentation site (Docusaurus, deploy-ready)
landing/ # static landing page (humanizer-skill.vercel.app)
tools/ # demo.sh + demo.tape (VHS terminal demo)
submissions/ # awesome-list / marketplace submission drafts
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 138 lines · 1,673 tokens per session scan A bff5db8d047e
humanizer-skill AGENTS.md is an instructions file published in the GitHub repository Aboudjem/humanizer-skill (206 stars, last pushed 4d ago), licensed MIT. It adds 1,673 tokens to every session, about $0.0084 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
vale-ai-tells CLAUDE.md
Instructions for tbhb/vale-ai-tells, covering claude code instructions, project overview, repository structure, development workflow and rule conventions.
vale-ai-tells AGENTS.md
Instructions for tbhb/vale-ai-tells, covering agent instructions, commit messages, prose lint output and drafting a document.
writing-skills copilot-instructions.md
Instructions for petar-djukic/writing-skills, covering github copilot instructions, agent instructions, agent instructions, environment and pre-commit quality gate.
humanizer AGENTS.md
Instructions for hannsxpeter/humanizer, covering humanizer (agent instructions), when to apply this skill, how to run it, hard rule (faithfulness over liveliness) and scope.
humanizer copilot-instructions.md
Instructions for hannsxpeter/humanizer: This repository is the humanizer skill: pure-prompt instructions that rewrite AI-sounding prose so it reads as genuinely human, and rewrite in a specific writer's voice when a sample or profile is available. It also cleans suspicious invisible Unicode in supplied prose without…
humanizer GEMINI.md
Instructions for hannsxpeter/humanizer: This repository is the humanizer skill: pure-prompt instructions that rewrite AI-sounding prose so it reads as genuinely human, and rewrite in a specific writer's voice when a sample or profile is available. It also clean suspicious invisible Unicode in supplied prose without…