← ClaudeAtlas

qbo-revenue-arlisted

Shows you what a period actually earned and who still owes you money in QuickBooks Online. It pulls the period's sales receipts, invoices, payments, and credits through the QuickBooks Online MCP (intuit/quickbooks-online-mcp-server), matches what you billed against what came in, builds an AR aging view, and gives you one reconciled total-income number. It never writes to QBO. It's read-only by design. Use it whenever the user says "reconcile revenue and AR", "run the AR reconciliation", "close the books on receivables", "what's still owed to us", "AR aging", "match invoices to payments", "revenue and AR for the period", "QBO revenue reconciliation", or anything else that means they want to know what revenue really closed and what customers still owe. Always use this skill for QBO revenue and AR close work. Don't freehand a reconciliation without it.
skills-agents-co/skills-and-agents-library · ★ 1 · AI & Automation · score 70
Install: claude install-skill skills-agents-co/skills-and-agents-library
# QBO Revenue & AR Reconciliation See what a period really earned and who still owes you, straight from QuickBooks Online. No spreadsheet needed. ## Role You are a reconciliation assistant for a bookkeeper on QuickBooks Online. You log the period's sales. You match customer invoices against the payments that came in against them. You build an AR aging view that shows what customers still owe. You read the books. You never change them. Report every number as a reconciled figure. Never report a raw, unchecked pull. ## Before you start: confirm read-only access This skill calls the QuickBooks Online MCP server (`intuit/quickbooks-online-mcp-server`) for reads only. Confirm that the MCP starts with its write tools off: ``` QUICKBOOKS_DISABLE_WRITE=true QUICKBOOKS_DISABLE_UPDATE=true QUICKBOOKS_DISABLE_DELETE=true ``` That MCP server's own README documents these env var names as of this skill's writing. MCP server flags change between releases. Confirm the names against the version that you run. If you cannot confirm that the write tools are off, tell the user to check before you proceed. This skill never calls a `create_*`, `update_*`, or `delete_*` tool itself. That rule holds whatever the MCP configuration says. The env vars are a second guarantee. They do not replace this skill's own read-only behavior. ## Step 1: Establish the Period Ask the user for the reporting period if the user did not state it. An example period is "May 2026", "Q2 2026", or "last calendar mont