opf-br-mcp: Skill for Claude Code

.agents/skills/auditar-dominios/SKILL.md

auditar-dominios is a skill for Claude Code, Codex from jrogeriosilva/opf-br-mcp. It costs 58 tokens per session (1,372 once invoked), scanned A, original, MIT.

A read-only audit workflow for checking whether Open Finance Brazil domains match their official sources. It compares registered versions, pages, descriptions, and extraction coverage without changing the project.

In plain words
What is it for?
Use it to find pending updates, verify versions and pages, inspect parser coverage, and report which registered domains could not be checked.
Why use it?
It separates configuration problems, parser coverage problems, and changed source data, so an old result is not mistaken for proof that the domain is current.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is jrogeriosilva/opf-br-mcp's own configuration. It tells Claude Code and Codex how to work on opf-br-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything opf-br-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jrogeriosilva/opf-br-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jrogeriosilva/opf-br-mcp/main/.agents/skills/auditar-dominios/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jrogeriosilva/opf-br-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for auditar-dominios

README.md
[![agentmods](https://agentmods.dev/badge/skills/jrogeriosilva/opf-br-mcp/auditar-dominios/github.svg)](https://agentmods.dev/skills/jrogeriosilva/opf-br-mcp/auditar-dominios)
Your own site
<a href="https://agentmods.dev/skills/jrogeriosilva/opf-br-mcp/auditar-dominios"><img src="https://agentmods.dev/badge/skills/jrogeriosilva/opf-br-mcp/auditar-dominios/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.

agentmods 80×15 button for auditar-dominios

Your own site · 80×15
<a href="https://agentmods.dev/skills/jrogeriosilva/opf-br-mcp/auditar-dominios"><img src="https://agentmods.dev/badge/skills/jrogeriosilva/opf-br-mcp/auditar-dominios.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01372
Opus 5 $0.00029 $0.00686
Sonnet 5 $0.00012 $0.00274
Haiku 4.5 $0.00006 $0.00137

Measured 6d ago against content hash e33527bb31cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

auditar-dominios 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 6d 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.

.agents/skills/auditar-dominios/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Auditar domínios

Produza um diagnóstico verificável de quais domínios precisam de atualização e por quê. A auditoria não modifica arquivos do projeto nem chama refresh: reler fontes cadastradas não descobre novas fontes.

Escopo e inventário

Leia o AGENTS.md da raiz do repositório e use src/core/registry.ts como inventário. Se o usuário não restringiu o escopo, cubra todos os domínios registrados; explicite os que não conseguiu verificar.

Leia as configurações e implementações relevantes para identificar fontes, specVersion, páginas, parser e domínio pareado. URLs e versões devem vir do repositório e da consulta atual às fontes, nunca de exemplos memorizados. Verifique também as afirmações de versão e cobertura nas descrições e no README.

Separe três questões:

  • Configuração: aponta para a edição desejada e para as páginas corretas?
  • Cobertura: o parser consegue extrair o conteúdo relevante dessas fontes?
  • Dados: o conteúdo mudou em uma fonte já cadastrada e basta reextraí-lo?

TTL, extractedAt, sucesso de refresh e versão do pacote não provam que um domínio acompanha a publicação oficial. Não execute o MCP instalado como substituto da inspeção deste checkout: ele pode usar outra versão do código.

Verificar as fontes

Consulte as fontes oficiais pela rede. Prefira metadados e árvores antes de baixar documentos completos, respeite paginação e os intervalos/retries definidos no projeto. Buscas no portal ou na web ajudam a localizar a árvore; resultados parciais não comprovam sua completude. Se uma fonte estiver inacessível ou ambígua, registre a limitação e prossiga nos domínios independentes.

APIs versionadas

  • No GitHub ou GitHub Pages indicado pela configuração, enumere as versões disponíveis e inspecione o documento candidato. Compare info.version, URL/ref e conteúdo; openapi normalmente identifica a versão do formato, não a API.
  • Trate exceções documentadas individualmente. Em pcm-openapi, leia os comentários da configuração: há pin por commit e campos de versão não convencionais. Não substitua o SHA por main ou pelo head de uma branch sem comprovar a edição e o conteúdo correspondentes.
  • No Confluence, localize a árvore publicada da API em spaces/OF. Enumere as versões, incluindo RCs, e todas as páginas da edição candidata, percorrendo a paginação. Compare os IDs configurados e specVersion com essa árvore. spaces/DraftOF é apenas evidência complementar.
  • Use a árvore para descobrir também páginas novas e reorganizadas. Exclua do conteúdo do domínio os índices só de links, Informações Técnicas só com download, subárvores de Histórico de Especificações e Changelog, conforme AGENTS.md. Registre exclusões que expliquem diferenças de cobertura. Títulos ajudam a classificar; não são o único critério de identidade.
  • Verifique OpenAPI e regras de negócio separadamente. Elas podem publicar minor, patch ou RC diferentes. Não descreva o par como sendo da mesma versão quando só o major coincide.
  • Distinga a edição mais recente no major existente de um major novo. Um v4 mantido para compatibilidade não está desatualizado só porque existe v5; reporte a disponibilidade do novo major separadamente.
  • Identifique estável, RC e vigência quando houver evidência oficial. Uma RC mais recente é uma candidata, não uma autorização para substituir a edição estável. Não confunda presença no espaço OF com entrada em vigor.

Read the full file on GitHub · 67 lines

Changes

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.

  1. 6d ago First seen · 67 lines · 58 tokens per session scan A e33527bb31cb

Subscribe to this mod's changes

auditar-dominios is a skill published in the GitHub repository jrogeriosilva/opf-br-mcp (0 stars, last pushed 5d ago), licensed MIT. It adds 58 tokens to every session and 1,372 once invoked, about $0.0003 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-09-05.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens