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.
git clone --depth 1 https://github.com/linofcp007/advogado-ptWrote 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/commands/linofcp007/advogado-pt/doctor)<a href="https://agentmods.dev/commands/linofcp007/advogado-pt/doctor"><img src="https://agentmods.dev/badge/commands/linofcp007/advogado-pt/doctor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/linofcp007/advogado-pt/doctor"><img src="https://agentmods.dev/badge/commands/linofcp007/advogado-pt/doctor.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00033 | $0.00641 |
| Opus 5 | $0.00016 | $0.00320 |
| Sonnet 5 | $0.00007 | $0.00128 |
| Haiku 4.5 | $0.00003 | $0.00064 |
Grade A, and why
doctor 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 9d 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.
What it actually says
Ativa a skill advogado-pt e faz um diagnóstico da instalação ($ARGUMENTS, se indicado).
Verifica, por esta ordem, e reporta o que falta:
- Node ≥ 18 — corre
node --version. Se inferior a 18, avisa que o servidor MCP e o CLI exigem Node 18 ou superior (vermcp-server/package.json→engines). - Build do servidor MCP — confirma se
mcp-server/dist/index.jsexiste. Se não existir, instrui:cd mcp-server && npm install && npm run build. - CLI disponível — se
cli/advogado-pt.mjs doctorestiver disponível, corre-o; caso contrário usanode cli/advogado-pt.mjs(ajuda) enode cli/advogado-pt.mjs mcp-config claude-codepara validar que o caminho do servidor resolve. - Tools MCP respondem — chama uma tool de conteúdo leve, p. ex.
listar_areas_juridicas(oulistar_templates), e confirma que devolve resultados. Se falhar, é sinal de que o servidor não está a correr ou não foi compilado (volta ao passo 2).
No fim, apresenta um resumo claro: o que está OK e o que precisa de ser corrigido, com os comandos exatos a executar.
EN: Activate the advogado-pt skill and run an install diagnostic ($ARGUMENTS, if given). Check, in order, and report what is missing:
- Node ≥ 18 — run
node --version; below 18, warn that the MCP server and CLI require Node 18+ (seemcp-server/package.json→engines). - MCP server build — confirm
mcp-server/dist/index.jsexists; if not, instructcd mcp-server && npm install && npm run build. - CLI available — if
cli/advogado-pt.mjs doctorworks, run it; otherwise usenode cli/advogado-pt.mjs(help) andnode cli/advogado-pt.mjs mcp-config claude-codeto validate the server path resolves. - MCP tools respond — call a light content tool, e.g.
listar_areas_juridicas(orlistar_templates), and confirm it returns results; if it fails, the server is not running or not built (back to step 2).
Finally, give a clear summary of what is OK and what needs fixing, with the exact commands to run.
Exemplos · Examples: "as tools do advogado-pt não respondem", "check why the MCP server isn't loading".
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.
- 9d ago First seen · 27 lines · 33 tokens per session scan A 4a63bdf3b8b0
doctor is a command published in the GitHub repository linofcp007/advogado-pt (0 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 641 once invoked, about $0.0002 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 commands, from other repositories
data-act-ryan-malek
EU Data Act skill — classify, draft, lookup, analyze, or audit under Regulation (EU) 2023/2854. Produces lawyer-style Word output.
aposentadoria
Slash command /aposentadoria — calcula imediatamente quando o usuário pode se aposentar e qual regra é mais vantajosa. Ativa quando o usuário digita /aposentadoria, "quando posso me aposentar", "planejamento INSS", "quantos anos faltam para aposentadoria", "planejamento previdenciário".
rescisao
Slash command /rescisao — calcula imediatamente as verbas rescisórias CLT. Ativa quando o usuário digita /rescisao, "calcular rescisão", "quanto recebo se for demitido", "verbas rescisórias".
simples
Slash command /simples — calcula imediatamente o DAS do Simples Nacional e compara regimes tributários. Ativa quando o usuário digita /simples, "calcular DAS", "quanto pago de Simples Nacional", "regime tributário empresa".
gsd:intel
Query, inspect, or refresh codebase intelligence files in .planning/intel/.
gsd:research-phase
Research how to implement a phase (standalone - usually use /gsd-plan-phase instead).