QBO Expenses & AP Reconciliation
Pulls your vendor bills, bill payments, and AP aging for a period straight from QuickBooks Online, then checks each recorded payable against a pasted or uploaded list of expense receipts and supplier invoices you supply. You get a clean list of payables with no matching document and documents with no matching payable, plus an explicit list of receipts still missing at the end of the run. It only reads your QuickBooks data — it never changes anything — and you should run it with the connection's write tools turned off.
What it does
See what you owe and whether it's backed up. This skill checks your QuickBooks vendor bills against your receipts and invoices and lists what's still missing before you close the books.
How to use this
Once it is installed, this skill picks itself up. You do not need to name it.
- Created by
- Skills and Agents Co
- Category
- Finance
- Source
- View source
Run this on Skills and Agents
You can run the skill on Skills and Agents by creating an account. You don't need to install anything. We provide the model and tokens. Your connected tools and company brain are ready to use.
Skills give you best practices and templates to get the most out of your AI
Add this skill
Pick where you want it. Nothing to configure after.
These install links go live once the signup flow ships. Until then, ask Claude, ChatGPT, or Gemini to fetch this skill's file directly from GitHub.
Not sure which? See the install guide.
Share this skill
QBO Expenses & AP Reconciliation
Pulls your vendor bills, bill payments, and AP aging for a period straight from QuickBooks Online, then checks each recorded payable against a pasted or uploaded list of expense receipts and supplier invoices you supply. You get a clean list of payables with no matching document and documents with no matching payable, plus an explicit list of receipts still missing at the end of the run. It only reads your QuickBooks data — it never changes anything — and you should run it with the connection's write tools turned off.
First-party, by Skills and Agents Co
August 8, 2026
MCP-powered — requires setup
This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.
Setup steps
- Set up each required MCP using the configs below
- Download the skill file below
- Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
- Click Create a new skill (use + on claude.ai) and upload the downloaded file
- Start a new session — your MCPs and skill will both be active
- Use a trigger phrase to activate
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
- Start a chat in that Project or GPT, then say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.cursor/skills/qbo-expenses-ap/SKILL.md(rename the downloaded file toSKILL.md). The shared.agents/skills/qbo-expenses-ap/SKILL.mdpath also works - Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.github/skills/qbo-expenses-ap/SKILL.mdin your repository (rename the downloaded file toSKILL.md) - Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.agents/skills/qbo-expenses-ap/SKILL.mdin your repository (rename the downloaded file toSKILL.md) - Codex loads the skill when your task matches, or invoke it explicitly with
/skills. Say a trigger phrase to activate it
A Gem can't connect to an MCP, so it can't run this skill. This skill needs QuickBooks Online MCP.
Use the instead.
npx skills add skills-agents-co/skills-and-agents-library/qbo-expenses-apRequired MCPs
Provides report tools (AP Aging) and entity-search tools (Bills, Bill Payments) this skill reads from. Run it with QUICKBOOKS_DISABLE_WRITE, QUICKBOOKS_DISABLE_UPDATE, and QUICKBOOKS_DISABLE_DELETE set, since this skill writes nothing to QBO.
Your skill is downloading.
Create a free account and the platform does the rest:
- Get an email the moment this skill updates
- See every skill and agent you've installed, in one place
- Get your next recommendation based on what you actually use
No credit card. Takes about a minute.
Install a plugin instead of just this skill
What this skill does
This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.
See what you owe and whether it’s backed up. This skill pulls your vendor bills, bill payments, and AP aging for the period from QuickBooks Online, then matches each recorded payable against a pasted or uploaded list of expense receipts and supplier invoices you supply.
If it can’t match a bill to a document, or a document to a bill, it flags it for you instead of quietly recording it — and it ends every run with an explicit list of receipts still missing, so nothing slips through as an implicit gap. It never writes anything back to QuickBooks — run it with the connection’s write tools turned off.
View full SKILL.md on GitHub