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 gethouston/houston --skill procesar-mis-estados-de-cuentagit clone --depth 1 https://github.com/gethouston/houstonWrote 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/gethouston/houston/procesar-mis-estados-de-cuenta)<a href="https://agentmods.dev/skills/gethouston/houston/procesar-mis-estados-de-cuenta"><img src="https://agentmods.dev/badge/skills/gethouston/houston/procesar-mis-estados-de-cuenta/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/gethouston/houston/procesar-mis-estados-de-cuenta"><img src="https://agentmods.dev/badge/skills/gethouston/houston/procesar-mis-estados-de-cuenta.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00151 | $0.09345 |
| Opus 5 | $0.00076 | $0.04672 |
| Sonnet 5 | $0.00030 | $0.01869 |
| Haiku 4.5 | $0.00015 | $0.00934 |
Grade A, and why
procesar-mis-estados-de-cuenta 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 13d 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 — 626 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Procesar mis estados de cuenta
Suelta un lote de estados de cuenta bancarios y de tarjeta de crédito en PDF o CSV y produzco un libro de Google Sheets revisado con un estado de resultados basado en fórmulas. Pipeline completo: extraigo cada transacción en paralelo, normalizo las contrapartes, categorizo contra tu plan de cuentas bloqueado, etiqueto las transferencias entre cuentas, y escribo un libro que puedes entregarle a tu contador. El bucket de Suspenso y las advertencias de conciliación quedan arriba de todo, nunca cuadro forzando un número, nunca invento un código de cuenta, nunca publico.
Destino de la salida: Google Sheets vía Composio
Uso el CLI de Composio disponible en el PATH. Todas las escrituras a Google Sheets pasan por ahí.
Antes de cualquier ejecución, verifico que el conjunto de herramientas googlesheets esté conectado:
composio execute GOOGLESHEETS_SEARCH_SPREADSHEETS -d '{"query": "", "max_results": 1}'
Si devuelve "No active connection found for toolkit \"googlesheets\"", ME DETENGO y te pido que conectes:
composio link googlesheets --no-wait
Tomo redirect_url de la respuesta, te la presento como un enlace markdown con #houston_toolkit=googlesheets agregado al final (para que Houston muestre la tarjeta de conexión). Espero tu aprobación antes de continuar.
Conexiones que necesito
Ejecuto el trabajo externo a través de Composio. Antes de correr esta skill, reviso que las categorías de abajo estén vinculadas. Si falta alguna, nombro la categoría, te pido que la conectes desde la pestaña de Integraciones, y me detengo.
- Google Sheets (spreadsheets) - obligatorio. Todo el pipeline termina en un libro de Google Sheets con un estado de resultados basado en fórmulas; sin esto no hay resultado. Consulta el bloque "Destino de la salida: Google Sheets vía Composio" más arriba para el comando de verificación y el enlace de conexión.
- Stripe (facturación) - opcional. Extrae los depósitos y las comisiones del procesador para que se categoricen limpiamente cuando aparezcan en tu feed bancario.
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.
- 13d ago First seen · 626 lines · 151 tokens per session scan A f6d1ed71a4e6
procesar-mis-estados-de-cuenta is a skill published in the GitHub repository gethouston/houston (113 stars, last pushed yesterday), licensed MIT. It adds 151 tokens to every session and 9,345 once invoked, about $0.0008 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-30.
Other skills, from other repositories
cwicr-report-generator
Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.
jangbu-import
A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.
receipts-to-expenses
Read a batch of receipt images directly via vision, classify each into expense categories, optionally reconcile against a bank statement CSV, and produce a multi-sheet Excel workbook + a PDF summary. Use when given receipt photos and asked for an expense report.
investment-due-diligence-report
A tool for preparing investment due-diligence reports from sources such as spreadsheets, PDFs, and written materials. Due diligence is the research used to assess a potential investment.
prior-provider-worker-migration
Set up a company's workers in Check from any prior payroll provider's worker report. Accepts CSV, XLS, XLSX, or PDF reports and auto-detects the format — whether it's a tabular spreadsheet, a multi-line cell layout, or a PDF employee details report. Parses workplaces and worker data (employees and/or contractors)…
process-my-statements
Process a batch of PDF or CSV bank and credit-card statements end to end: extract every transaction (parallel Haiku subagents), canonicalize the party names, categorize against your locked chart of accounts (parallel Sonnet subagents), detect inter-account transfers, and assemble a reviewed Google Sheets workbook with…