procesar-mis-estados-de-cuenta

procesar-mis-estados-de-cuenta is a skill for Claude Code, Codex from gethouston/houston. It costs 151 tokens per session (9,345 once invoked), scanned A, original, MIT.

A workflow that turns bank and credit-card statements in PDF or CSV files into a reviewed Google Sheets workbook and formula-based income statement.

In plain words
What is it for?
It helps extract transactions, standardize counterparty names, categorize spending against an existing chart of accounts, identify transfers, flag unreconciled items, and prepare a workbook for an accountant.
Why use it?
It removes much of the manual transaction extraction, naming, categorization, and transfer matching involved in preparing accounts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; installed under .agents/ (shared by several agents).

Good fit It helps extract transactions, standardize counterparty names, categorize spending against an existing chart of accounts, identify transfers, flag unreconciled items, and prepare a workbook for an accountant.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gethouston/houston/procesar-mis-estados-de-cuenta
Install

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.

Any agent
npx skills add gethouston/houston --skill procesar-mis-estados-de-cuenta
Clone the repo
git clone --depth 1 https://github.com/gethouston/houston

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 procesar-mis-estados-de-cuenta

README.md
[![agentmods](https://agentmods.dev/badge/skills/gethouston/houston/procesar-mis-estados-de-cuenta/github.svg)](https://agentmods.dev/skills/gethouston/houston/procesar-mis-estados-de-cuenta)
Your own site
<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.

agentmods 80×15 button for procesar-mis-estados-de-cuenta

Your own site · 80×15
<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>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,345 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00151 $0.09345
Opus 5 $0.00076 $0.04672
Sonnet 5 $0.00030 $0.01869
Haiku 4.5 $0.00015 $0.00934

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

Security

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.

store/agents-i18n/es/bookkeeping/.agents/skills/procesar-mis-estados-de-cuenta/SKILL.md · 626 lines

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.

Read the full file on GitHub · 626 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. 13d ago First seen · 626 lines · 151 tokens per session scan A f6d1ed71a4e6

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

cwicr-report-generator

Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 29 tokens

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.

kimlawtech/korean-jangbu-for · 97 tokens

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.

skrun-dev/skrun · 54 tokens

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.

xiaoyuge886/aigc · 120 tokens

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)…

check-technologies/mcp-server-check · 194 tokens

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…

akiotanaka847/qaio-desktop · 109 tokens