ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Accounting Tool

Financial management with invoices, expenses, job costing, P&L reports, and QuickBooks sync — built for AI agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cameron48/mcf-accounting-tool
Or

Accounting Tool

Give your AI agent full control over financial operations. Create and send invoices, log expenses, track job costs, and pull P&L reports — all through simple API calls. Sync everything to QuickBooks when you need it in your traditional accounting stack. Ideal for agents managing client billing, tracking project profitability, or automating month-end reporting without touching a spreadsheet.

Authentication

All endpoints require x402 payment (USDC on Base L2). Send a request without payment to receive pricing info in the 402 response.

Endpoints

MethodPathPriceDescription
GET/api/accounting/stats$0.001Financial overview
GET/api/accounting/invoices$0.001List invoices
POST/api/accounting/invoices$0.01Create invoice
GET/api/accounting/invoices/:id$0.001Get invoice details
PATCH/api/accounting/invoices/:id/send$0.05Send invoice
PATCH/api/accounting/invoices/:id/pay$0.01Mark invoice paid
GET/api/accounting/expenses$0.001List expenses
POST/api/accounting/expenses$0.01Create expense
GET/api/accounting/job-costs$0.001List job costs
POST/api/accounting/job-costs$0.01Create job cost entry
GET/api/accounting/job-costs/summary$0.01Job cost summary
GET/api/accounting/reports/pnl$0.05P&L report
GET/api/accounting/reports/revenue-by-month$0.05Revenue by month
GET/api/accounting/reports/expenses-by-category$0.05Expenses by category
POST/api/accounting/quickbooks/sync$0.10Sync with QuickBooks
GET/api/accounting/quickbooks/sync-log$0.001QuickBooks sync log

Metadata

Author@cameron48
Stars4072
Views3
Updated2026-04-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cameron48-mcf-accounting-tool": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#accounting#invoices#expenses#job-costs#pnl#quickbooks#financial-reports
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.