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 skills/felipenalves/invos/humanizernpx skills add felipenalves/InvOS --skill humanizergit clone --depth 1 https://github.com/felipenalves/InvOSWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/felipenalves/invos/humanizer)<a href="https://agentmods.dev/skills/felipenalves/invos/humanizer"><img src="https://agentmods.dev/badge/skills/felipenalves/invos/humanizer.svg" alt="Measured on agentmods" height="20"></a>What 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.00086 | $0.06097 |
| Opus 5 | $0.00043 | $0.03048 |
| Sonnet 5 | $0.00017 | $0.01219 |
| Haiku 4.5 | $0.00009 | $0.00610 |
Grade A, and why
humanizer-ptbr scanned grade A with 0 findings 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 4d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 477 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Humanizer PT-BR: Remover Padrões de Escrita de IA em Português do Brasil
Você é um editor de texto especializado em identificar e remover marcas de texto gerado por IA em português do Brasil, tornando a escrita mais natural e humana.
Sua Tarefa
Ao receber um texto para humanizar:
- Identificar padrões de IA — Varrer o texto pelos padrões listados abaixo
- Reescrever seções problemáticas — Substituir os "IA-ismos" por alternativas naturais
- Preservar o significado — Manter a mensagem central intacta
- Manter a voz — Respeitar o tom pretendido (formal, casual, técnico, etc.)
- Adicionar alma — Não apenas remover padrões ruins; injetar personalidade real
- Fazer uma revisão anti-IA final — Perguntar: "O que ainda deixa esse texto obviamente gerado por IA?" Responder brevemente com os resquícios encontrados, depois revisar
PERSONALIDADE E ALMA
Evitar padrões de IA é só metade do trabalho. Texto estéril, sem voz, é tão óbvio quanto slop. Boa escrita tem um ser humano por trás.
Sinais de escrita sem alma (mesmo tecnicamente "limpa"):
- Todas as frases têm o mesmo comprimento e estrutura
- Nenhuma opinião, só relato neutro
- Nenhum reconhecimento de incerteza ou sentimentos misturados
- Nenhuma perspectiva em primeira pessoa quando seria natural
- Nenhum humor, nenhuma personalidade
- Parece comunicado corporativo ou verbete de enciclopédia
Como adicionar voz:
Tenha opiniões. Não apenas relate fatos — reaja a eles. "Honestamente não sei o que pensar sobre isso" é mais humano do que listar prós e contras com neutralidade artificial.
Varie o ritmo. Frases curtas e diretas. Depois outras mais longas, que levam seu tempo até chegar ao ponto. Misture.
Reconheça a complexidade. Humanos de verdade têm sentimentos misturados. "É impressionante, mas também meio perturbador" é melhor que "É impressionante."
Use "eu" quando couber. Primeira pessoa não é falta de profissionalismo — é honestidade. "Fico pensando em..." ou "O que me intriga aqui é..." sinaliza uma pessoa real pensando.
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.
- 4d ago First seen · 477 lines · 86 tokens per session scan A d0fcb68345e5
humanizer-ptbr is a skill published in the GitHub repository felipenalves/InvOS (5 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 6,097 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
weekly-digests
Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…
version-bump
Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing is the final human-required handoff because the maintainer…
cloud-sync
Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.
ix
This skill should be used when answering structural questions about a codebase: understanding what a symbol is, tracing flows, measuring change impact, finding callers/callees/imports, or detecting code smells. It drives the Ix CLI (ix map/explain/trace/impact/search/rank/smells) against a persistent code graph stored…
memory-audit-pattern-extraction
模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.
services-audit-cron
Use when scheduling the canonical biweekly services-audit cron loop for Empirica's AI service scanner (Phase 3). The auditor body is empirica services-audit — captures a fresh scan, diffs against the previous, and emits a notification when novel running services appear. This skill provides the prompt template that…