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 skills add pedroiff0/awesome-skills --skill financas-appgit clone --depth 1 https://github.com/pedroiff0/awesome-skillsWrote 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/pedroiff0/awesome-skills/financas-app)<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/financas-app"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/financas-app/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/skills/pedroiff0/awesome-skills/financas-app"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/financas-app.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.00125 | $0.02126 |
| Opus 5 | $0.00063 | $0.01063 |
| Sonnet 5 | $0.00025 | $0.00425 |
| Haiku 4.5 | $0.00013 | $0.00213 |
Grade A, and why
financas-app 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 7d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Checar o CSS servido: `curl -s http://127.0.0.1:4460/css/main.css | grep ...` (app principal) How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
financas-app — correção e extensão
App de controle financeiro (Node 20 + Express, EJS SSR + JS vanilla, MongoDB/Mongoose,
Zod, JWT). Três módulos independentes (financas/investimentos/veiculos) ligados por flags
em config/env.js. Arquitetura de camadas rígida: rota → controller → service → model.
Seguir AGENTS.md (Zod obrigatório, erros com AppError, sem JS inline — todo script em
/js/, CSP proíbe unsafe-inline).
Arquitetura de deploy (PORTA ÚNICA 4460)
:4460 (nginx, única porta exposta)
/demo/* ──► app-demo (autologin, mongo-demo isolado, JWT_SECRET_DEMO)
/* ──► app (principal; mongo volume fa_mongo_data)
app-demomonta rotas TAMBÉM sob/demo(páginas/demo/*e APIs/demo/api/*); o frontend prefixa chamadas de API comdata-api-prefixdo<html>(lido emcommon.js).demoAutologinemite JWT de verdade a cada request (só comDEMO_AUTOLOGIN=true).
PITFALL RECORRENTE (já custou horas)
A página /demo/app carrega o CSS de /css/main.css (app principal), NÃO de
/demo/css/main.css (app-demo). Por isso, para validar qualquer correção de CSS, é
obrigatório rebuildar AMBOS os containers (app e app-demo) e subir com a mesma
ASSET_VERSION. Se mexer só no app-demo, o CSS novo não aparece no browser.
- Bump
ASSET_VERSIONvia env no shell (não editar.env):ASSET_VERSION=N docker compose -p fa build --no-cache app app-demo && docker compose -p fa up -d app app-demo. - Se o CSS servido não mudar, o Docker pode ter cacheado a camada de COPY: usar
--no-cache. - Checar o CSS servido:
curl -s http://127.0.0.1:4460/css/main.css | grep ...(app principal) e/demo/css/main.css(app-demo).
Validação no browser (headless)
- O browser da ferramenta alcança o docker no host 192.168.80.1:4460 (NÃO 127.0.0.1:4460).
browser_navigate+browser_snapshotpara inspecionar;browser_visionpara checagem visual (tema claro/escuro). O usuário aprova UI só vendo screenshot real.browser_clicknem sempre dispara handlers JS (overlay/datepicker interceptando); se o modal não abrir, disparar viabrowser_console:document.querySelector('button[data-acao=...]').click().- Evitar cache do browser de validação: ao trocar ASSET_VERSION, navegar primeiro na URL
exata do CSS (
/css/main.css?v=Nsem /demo) para popular aquele cache, depois na página.
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 118 lines · 125 tokens per session scan A c7d34f868eb6
financas-app is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 4d ago), licensed MIT. It adds 125 tokens to every session and 2,126 once invoked, about $0.0006 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-09-03.
Other skills, from other repositories
graphic-ebook
Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…
hatch3r-api-spec
Generates and validates OpenAPI specifications from codebase. Covers endpoint design, schema validation, and documentation generation.
svix-sending-webhooks
Everything for working with Svix webhooks: first-time setup (API key, SDK install, first message), Dispatch (sending webhooks to your customers), Ingest (receiving third-party webhooks), Applications, Channels, customer UIDs, idempotency, App Portal embedding, operational webhooks, the Svix CLI, and — only when the…
receiving-webhooks
General guidelines for building a robust webhook receiver/handler: verifying signatures, raw-body access, replay protection, async processing, retries and endpoint auto-disabling. Use whenever you write, review, or debug a handler that consumes incoming webhooks from any provider.
ocr-and-documents
Extract text from PDFs/scans (pymupdf, marker-pdf).
nano-pdf
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).