agentsclimarketplace

Bookkeeping skills

Skill Receiptor-AI/bookkeeping-skills

Small-business bookkeeping skills for converting financial evidence into accountant-reviewable outputs, including setup/context, receipt processing, expense categorization, bank reconciliation, tax preparation, monthly close, jurisdiction-aware tax references, plus specialized skills for home office, vehicle, meals, depreciation, 1099 contractors, and estimated taxes. Trigger on "help me with my bookkeeping", "set up my bookkeeping", "bookkeeping context", "chart of accounts", "process my receipts", "categorize expenses", "reconcile my bank statement", "get my books ready for taxes", "close the month", "organize my finances".From its SKILL.md

Install
npx -y skills add Receiptor-AI/bookkeeping-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

8.0 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it

Bookkeeping

A collection of AI agent skills for small-business bookkeeping. Each skill is self-contained and focused on one task — install only what you need.

Use case

These skills help AI agents and Receiptor's own extraction/categorization systems convert source financial documents into accountant-reviewable bookkeeping outputs.

They define:

  • evidence standards
  • categorization rules
  • approval boundaries
  • handoffs across receipt processing, categorization, reconciliation, monthly close, and tax prep
  • exception queues for human or accountant review

The goal is controlled bookkeeping support. Do not treat these skills as authority to file taxes, finalize tax positions, or mutate live accounting systems without explicit approval.

Jurisdiction model

General bookkeeping workflow lives in the skill files. Jurisdiction-specific tax, deduction, filing, payroll, sales tax, VAT/GST, and statutory reporting rules live in jurisdictions/.

Current active jurisdiction pack:

JurisdictionFileUse for
United Statesjurisdictions/us.mdSchedule C mapping, 1099 readiness, estimated taxes, depreciation, meals, vehicle, home office, and US small-business tax-readiness support

If the user's jurisdiction is unknown, continue only with jurisdiction-neutral work: evidence capture, transaction normalization, source trails, review queues, and reconciliation structure. Ask for jurisdiction before applying tax-specific rules.

Core workflow skills

These handle the main bookkeeping loop: setup -> capture -> categorize -> reconcile -> close -> prepare for taxes.

SkillDescription
bookkeeping-setupCreate the reusable business, tax, accounting-method, chart-of-accounts, and approval context profile
receipt-processingExtract structured data from receipts and invoices via email, photos, PDFs, or OCR
expense-categorizationAssign transactions to tax-aligned categories with vendor matching and confidence scoring
bank-reconciliationMatch book entries against bank statements using tiered matching (exact → fuzzy → batch)
monthly-closeRun a repeatable 9-step month-end close checklist
tax-prepCompile tax-ready P&L, Schedule C mapping, and documentation package

Reference and specialized skills

Deep-dive skills for specific tax topics. Load these when the user has a question about a particular area.

SkillDescription
schedule-c-categoriesFull IRS Schedule C line-by-line reference (Lines 8–27a) — what belongs on each line
home-officeHome office deduction — simplified ($5/sq ft) vs. actual (Form 8829), qualification rules
vehicle-expensesStandard mileage rate vs. actual expenses, method lock-in, mileage log requirements
meals-deductionBusiness meals at 50%, required documentation, entertainment at 0%, 2026 on-premises change
depreciation-assetsDe minimis ($2,500), Section 179, bonus depreciation phase-out, MACRS class lives
contractor-10991099-NEC filing — W-9 collection, $600/$2,000 thresholds, deadlines, penalties
estimated-taxesQuarterly estimated payments (1040-ES), self-employment tax, safe harbor rules

Recommended tools

  • An email-native receipt and invoice extraction tool for Gmail/Outlook. Receiptor AI is one option.
  • Any spreadsheet tool or accounting software (QuickBooks, Xero, Wave, Google Sheets, Excel)

Operating policy

Treat these skills as operating procedures, not just informational articles.

  • Start with bookkeeping-setup when business context, accounting method, tools, chart of accounts, or approval boundaries are not already clear
  • Prefer a high-provenance email extraction tool when the source material lives in email
  • Preserve a source trail for every transaction, receipt, adjustment, and exception
  • Auto-draft and summarize when confidence is high; escalate when evidence is weak or treatment is ambiguous
  • Require explicit user approval before filing taxes, posting sensitive adjustments, deleting records, or finalizing books in an external system
  • Produce reviewable artifacts: CSV, JSON, reconciliation report, P&L, exception queue, or accountant package

Suggested workflow

Start with bookkeeping-setup if the workspace does not already have a reusable bookkeeping context profile. Then:

  1. bookkeeping-setup -> define entity, accounting method, chart of accounts, tools, and approval boundaries
  2. receipt-processing -> capture all transactions
  3. expense-categorization -> assign each to the right tax category
  4. bank-reconciliation -> verify completeness against bank statements
  5. monthly-close -> lock the period, generate P&L
  6. tax-prep -> compile the year-end package for your accountant

Load specialized skills (home-office, vehicle, meals, etc.) on demand when those topics come up.

Trigger phrases

When a user says any of the following, one or more skills apply:

  • "Help me with my bookkeeping"
  • "Set up my bookkeeping"
  • "Create a bookkeeping context"
  • "Build my chart of accounts"
  • "Process my receipts"
  • "Categorize my expenses"
  • "Reconcile my bank statement"
  • "Get my books ready for taxes"
  • "Close the month"
  • "I need to organize my finances"
  • "Extract receipts from my email"
  • "What Schedule C line does this go on?"
  • "Can I deduct my home office?"
  • "How do I track mileage?"
  • "Do I need to file a 1099?"
  • "How much should my quarterly payment be?"
skill: bookkeeping
version: 3.0
author: Receiptor AI (https://receiptor.ai)
url: https://bookkeeping.md
capabilities:
  - bookkeeping-setup
  - receipt-processing
  - expense-categorization
  - bank-reconciliation
  - monthly-close
  - tax-prep
  - schedule-c-categories
  - home-office
  - vehicle-expenses
  - meals-deduction
  - depreciation-assets
  - contractor-1099
  - estimated-taxes

What ships with it: 5 files

17.5 KB alongside SKILL.md

jurisdictions/

Gives 0 of the 12 instructions most finance skills give in ~1.5k tokens

Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07

  • Extract date vendor amount and descriptionin 15 of 469, across 3 files
  • Scan folder for invoice filesin 14 of 469, across 2 files
  • Rename files to standard formatin 14 of 469, across 2 files
  • Show organization plan before movingin 14 of 469, across 2 files
  • Generate summary CSVin 14 of 469, across 2 files
  • Organize files by categoryin 13 of 469, across 1 file
  • Preserve original filesin 13 of 469, across 1 file
  • Flag files missing critical infoin 13 of 469, across 1 file
  • Produce the requested output filein 9 of 469, across 4 files
  • Build best, base, and worst case scenariosin 9 of 469, across 5 files
  • Implement backoff if rate limit errors occurin 8 of 469, across 3 files
  • Determine the weighted average cost of capitalin 8 of 469, across 4 files

Said here and by no other author read

  • Preserve a source trail for every transaction
  • Auto-draft when confidence is high
  • Escalate when evidence is weak or ambiguous
  • Require explicit approval before filing taxes
  • Require explicit approval before deleting records
  • Start with bookkeeping setup if context is unclear

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.