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 Receiptor-AI/bookkeeping-skills --skill bookkeeping-setupgit clone --depth 1 https://github.com/Receiptor-AI/bookkeeping-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/receiptor-ai/bookkeeping-skills/bookkeeping-setup)<a href="https://agentmods.dev/skills/receiptor-ai/bookkeeping-skills/bookkeeping-setup"><img src="https://agentmods.dev/badge/skills/receiptor-ai/bookkeeping-skills/bookkeeping-setup/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/receiptor-ai/bookkeeping-skills/bookkeeping-setup"><img src="https://agentmods.dev/badge/skills/receiptor-ai/bookkeeping-skills/bookkeeping-setup.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.00084 | $0.01497 |
| Opus 5 | $0.00042 | $0.00749 |
| Sonnet 5 | $0.00017 | $0.00299 |
| Haiku 4.5 | $0.00008 | $0.00150 |
Grade A, and why
bookkeeping-setup 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.
How it starts
The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bookkeeping Setup
Create the operating context that every later bookkeeping skill should use. Without this profile, agents guess about entity type, accounting method, tax treatment, approval boundaries, and chart-of-accounts structure.
Use this skill first for a new business, a new agent workspace, a messy catch-up project, or any workflow where the downstream skills do not yet know how the books are supposed to work.
Output
Produce a bookkeeping_context_profile and a short setup checklist. Store or return it in a reviewable format the user can reuse.
Minimum profile:
bookkeeping_context_profile:
business:
legal_name:
trade_name:
entity_type:
jurisdiction:
home_currency:
fiscal_year_end:
tax:
country:
filing_context:
sales_tax_or_vat_registered:
payroll_in_use:
contractor_payments_expected:
accounting:
method: cash | accrual | unknown
books_tool:
bank_accounts:
credit_cards:
connected_sources:
chart_of_accounts_baseline:
operations:
receipt_sources:
bank_statement_sources:
recurring_vendors:
approval_thresholds:
posting_policy:
record_retention_policy:
review:
can_auto_draft:
requires_user_approval:
requires_accountant_review:
open_questions:
Procedure
1. Check for existing context
Before asking questions, look for an existing bookkeeping context profile in the project, workspace notes, accounting export, onboarding doc, or prior agent output.
If a usable profile exists, summarize it and only ask for missing or stale fields. Do not restart setup from scratch.
2. Capture business identity
Record:
- legal name and trade name
- entity type, such as sole proprietor, single-member LLC, partnership, S corporation, C corporation, nonprofit, or unknown
- tax jurisdiction and home currency
- fiscal year end
- owner or finance contact
If entity type is unknown, keep it as unknown and route entity-specific tax treatment to user or accountant review.
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.
- 12d ago First seen · 220 lines · 84 tokens per session scan A 5529305c749b
bookkeeping-setup is a skill published in the GitHub repository Receiptor-AI/bookkeeping-skills (4 stars, last pushed 3mo ago), licensed MIT. It adds 84 tokens to every session and 1,497 once invoked, about $0.0004 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.
Other skills, from other repositories
correction-memory
A local memory system that stores tax-accountant corrections to transaction classifications. It matches future transactions to earlier vendor or description patterns.
nightly-batch
Batch-process all client companies overnight. Fetches unprocessed transactions from freee API, runs the full classification pipeline, and generates a summary for morning review.
tax-classifier
A system for assigning Japanese business transactions to accounting categories, called 勘定科目, and consumption-tax treatments. It checks exclusions, past corrections, keywords, and then uses AI when needed.
csv-importer
A tool for importing transaction CSV files—spreadsheet files separated by commas—from Japanese accounting software and classifying every imported row.
monthly-closer
A monthly accounting report generator that summarizes transactions by account category and compares them with the previous month.
bookkeeping
Use when a small business needs audit-ready books — a chart of accounts, posting a transaction to the right account and side, clearing an uncategorized bank feed, cash vs accrual, or a ledger that won't tie to the bank. NOT interpreting the numbers — runway, burn, P&L cadence (that is finance-ops), NOT issuing…