reconcile-my-accounts

reconcile-my-accounts is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 137 tokens per session (2,395 once invoked), scanned A, original, MIT.

A check that compares one account’s records with its outside statement for a chosen period. It compares the general ledger, which is your accounting record, with a bank, card, payment-processor, or subledger statement and lists differences.

In plain words
What is it for?
Use it to reconcile a bank account, credit card, payment processor, or subledger, investigate balance differences, and identify transfers between your own accounts.
Why use it?
It shows whether differences are timing issues, unmatched transactions, or named problems without silently changing the numbers. It also groups unresolved items by how long they have been outstanding.

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 reconcile a bank account, credit card, payment processor, or subledger, investigate balance differences, and identify transfers between your own accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/reconcile-my-accounts
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 akiotanaka847/qaio-desktop --skill reconcile-my-accounts
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

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 reconcile-my-accounts

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts/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 reconcile-my-accounts

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/reconcile-my-accounts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,395 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.00137 $0.02395
Opus 5 $0.00068 $0.01197
Sonnet 5 $0.00027 $0.00479
Haiku 4.5 $0.00014 $0.00239

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

Security

Grade A, and why

reconcile-my-accounts 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/bookkeeping/.agents/skills/reconcile-my-accounts/SKILL.md · 174 lines

How it starts

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

Reconcile My Accounts

A three-way reconciliation on one account for one period. General ledger balance on one side, external statement or feed on the other, unmatched items aged in the middle. Every difference is either explained by a timing item, surfaced as an unmatched item, or escalated as a named break. I never silently plug.

Drafts only: I never adjust your general ledger, never force-match in QuickBooks Online or Xero. I write the reconciliation doc and surface the breaks.

When to use

  • "reconcile January's Chase checking" / "reconcile Amex 9041 for March" / "reconcile Stripe for Q1".
  • "why is the general ledger off the bank by $X" / "what's in the outstanding check list".
  • Called by close-my-month for every account in context-ledger.domains.banks.accounts[] for close period.
  • mode=transfer-detect - "find the transfers across accounts for March" / "tag the internal transfer pairs so they fall out of P&L". Runs across all accounts at once, not single account.

Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

  • QuickBooks Online or Xero (accounting) — preferred source for the general ledger register on this account. Required if you want me to pull general ledger activity directly.
  • Bank feed (Plaid-backed banking) — preferred source for the bank-side activity to compare against. Optional, you can also drop the statement PDF.
  • Stripe (billing) — required only if reconciling Stripe; pulls balance transactions for the period.

If neither accounting nor banking is connected I fall back to a dropped CSV / PDF. If you have nothing to share I stop and ask you to connect one or drop the period statement.

Information I need

I read your bookkeeping context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

Read the full file on GitHub · 174 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 · 174 lines · 137 tokens per session scan A a27636326888

Subscribe to this mod's changes

reconcile-my-accounts is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 137 tokens to every session and 2,395 once invoked, about $0.0007 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-31.