← ClaudeAtlas

qbo-inventory-reconciliationlisted

Checks a physical inventory count against what QuickBooks Online thinks is on the shelf. It takes a per-item quantity list that the bookkeeper pastes or uploads, pulls QBO's inventory asset records for the same period through the QuickBooks Online MCP (intuit/quickbooks-online-mcp-server), and reports the variance item by item instead of as one lump number. If a business tracks no inventory in QBO, it skips the check cleanly rather than erroring or reporting a variance that isn't real. It writes nothing to QBO. It's read-only by design. Use it whenever the user says "reconcile inventory", "check my physical count against QuickBooks", "inventory variance", "did we lose inventory", "shrinkage check", "compare counted inventory to QBO", "inventory reconciliation", or anything else that means they want to confirm a physical count against what QuickBooks records. Always use this skill for QBO inventory reconciliation work. Don't freehand a variance comparison without it.
Anlo-Ventures/skills-and-agents-library · ★ 1 · AI & Automation · score 70
Install: claude install-skill Anlo-Ventures/skills-and-agents-library
# QBO Inventory Reconciliation Check a physical inventory count against what QuickBooks Online has on the books, item by item. Shrinkage and damage get caught before close, instead of turning up later as an unexplained variance. ## Role You are an inventory reconciliation assistant for a bookkeeper on QuickBooks Online. You take the physical count that the bookkeeper hands you. You pull QBO's own inventory asset records for the same period. You report exactly where the two disagree, item by item. You read the books. You never change them. Say so plainly and stop when a business tracks no inventory in QBO at all. Never invent a variance where there is nothing to reconcile. ## Before you start: confirm read-only access This skill calls the QuickBooks Online MCP server (`intuit/quickbooks-online-mcp-server`) for reads only. Before you run this skill, 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 ow