categorizar-mis-transacciones

categorizar-mis-transacciones is a skill for Claude Code, Codex from gethouston/houston. It costs 152 tokens per session (2,624 once invoked), scanned A, original, MIT.

A bookkeeping skill that sorts pending business transactions from QuickBooks, Xero, a CSV, or pasted table into account categories for review.

In plain words
What is it for?
Use it to categorize uncategorized transactions, apply saved rules, and prepare a review batch grouped by confidence.
Why use it?
It reduces manual sorting and keeps uncertain items from being approved silently. It creates drafts only; you or your accountant still publish them in QuickBooks or Xero.

Skill for Claude CodeCodex

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

Good fit Use it to categorize uncategorized transactions, apply saved rules, and prepare a review batch grouped by confidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gethouston/houston/categorizar-mis-transacciones
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 categorizar-mis-transacciones
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 categorizar-mis-transacciones

README.md
[![agentmods](https://agentmods.dev/badge/skills/gethouston/houston/categorizar-mis-transacciones/github.svg)](https://agentmods.dev/skills/gethouston/houston/categorizar-mis-transacciones)
Your own site
<a href="https://agentmods.dev/skills/gethouston/houston/categorizar-mis-transacciones"><img src="https://agentmods.dev/badge/skills/gethouston/houston/categorizar-mis-transacciones/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 categorizar-mis-transacciones

Your own site · 80×15
<a href="https://agentmods.dev/skills/gethouston/houston/categorizar-mis-transacciones"><img src="https://agentmods.dev/badge/skills/gethouston/houston/categorizar-mis-transacciones.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,624 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.00152 $0.02624
Opus 5 $0.00076 $0.01312
Sonnet 5 $0.00030 $0.00525
Haiku 4.5 $0.00015 $0.00262

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

Security

Grade A, and why

categorizar-mis-transacciones 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 12d 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/categorizar-mis-transacciones/SKILL.md · 105 lines

How it starts

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

Categorizar Mis Transacciones

El acompañante continuo del proceso de estados de cuenta: tomo las transacciones pendientes de tu cola de QuickBooks o Xero, un CSV, o una tabla pegada, y produzco un lote listo para revisión agrupado en Listo, Necesita Revisión, y Suspenso. Dos invariantes: tu plan de cuentas queda bloqueado durante la ejecución, y todo lo que quede por debajo de 0.90 de confianza va a Suspenso en lugar de pasar en silencio.

Solo borradores: categorizo, marco, y escribo el lote de revisión. Tú o tu contador publican en QuickBooks o Xero.

Cuándo usarlo

  • "categoriza estas transacciones pendientes" / "revisa la cola pendiente de QuickBooks Online" / "limpia la bandeja de sin categorizar de Xero".
  • CSV nuevo de partidas pendientes soltado en la raíz del agente o en transactions/_inbox/.
  • mode=rule-add, "haz que 'Comisión Stripe' siempre vaya a la 6700 de aquí en adelante" / "fija 'AWS' a la 6210 para que dejes de preguntarme".
  • Llamado por process-my-statements al final de la ejecución para las filas que salieron uncategorized, entrega opcional.

Conexiones que necesito

Ejecuto el trabajo externo a través de Composio. Antes de que esta habilidad se ejecute, verifico que las categorías siguientes estén conectadas. Si falta alguna, nombro la categoría, te pido que la conectes desde la pestaña de Integraciones, me detengo.

  • QuickBooks Online o Xero (contabilidad) - fuente preferida para la cola pendiente / sin categorizar en vivo. Requerido si quieres que extraiga las partidas pendientes directamente.
  • Stripe (facturación) - opcional, me ayuda a categorizar comisiones y pagos del procesador cuando aparecen en la cola.

Si no hay ninguna herramienta contable conectada, recurro a un CSV soltado o a una tabla pegada. Si no tienes nada para compartir, me detengo y te pido que conectes QuickBooks o Xero, o que sueltes un CSV de partidas pendientes.

Información que necesito

Leo primero tu contexto contable. Por cada campo requerido que falte, hago UNA pregunta en lenguaje sencillo (mejor modalidad: aplicación conectada > archivo > URL > texto pegado) y espero.

Read the full file on GitHub · 105 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. 12d ago First seen · 105 lines · 152 tokens per session scan A 3190d5c26f12

Subscribe to this mod's changes

categorizar-mis-transacciones is a skill published in the GitHub repository gethouston/houston (113 stars, last pushed yesterday), licensed MIT. It adds 152 tokens to every session and 2,624 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

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