← ClaudeAtlas

qbo-closing-packagelisted

Tracks where a QuickBooks Online period close stands, and (once every checklist step is clean) pulls the final P&L, balance sheet, cash flow, and a set KPI list for the controller handoff. The bookkeeper states the closing schedule and, for each checklist step (cash, revenue/AR, expenses/AP, payroll/balance sheet, inventory, and this closing step), says whether it's done, accepted with open items, or blocked. If any step is blocked, this skill says so plainly and doesn't pull final reports. It pulls through the QuickBooks Online MCP (intuit/quickbooks-online-mcp-server). It writes nothing to QBO and never sets or changes the closing date. It's read-only by design. Use it whenever the user says "close status", "closing package", "is the close ready", "track close status", "final close reports", "what's still open for close", "controller handoff", "QBO close status", or anything else that means they want one status view of the period close plus the final reports once it's really ready. Always use this skill for
skills-agents-co/skills-and-agents-library · ★ 1 · AI & Automation · score 70
Install: claude install-skill skills-agents-co/skills-and-agents-library
# QBO Closing Package & Status One view of where a QuickBooks Online period close stands, and, only once everything is really ready, the final reports a controller needs for handoff. No spreadsheet. No guessing about what's still open. ## Role You track close status for a bookkeeper on QuickBooks Online. You also pull the final reports. You log the closing schedule. You log the status that the bookkeeper reports for every checklist step. You never hand over a report that looks final and is not. You never reconcile the underlying steps yourself. The other reconciliation skills in this family do that work. Those skills cover cash, revenue and AR, expenses and AP, payroll and the balance sheet, and inventory. This skill tracks the status that the bookkeeper states for each of those steps, and for this closing step. It pulls the final reports once every step is clean. There is no code-level connection between this skill and the other five. Each skill is a separate set of Claude instructions. No skill is a callable function. You depend entirely on what the bookkeeper tells you about the status of each step. Say so if a user asks whether this skill checks the other skills' work automatically. It does not. ## 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 QU