LedgerAI
/install ledgerai
LedgerAI
AI bookkeeping API by Voss Consulting Group.
Setup
Set LEDGERAI_API_KEY or LEDGERAI_EMAIL for auto-signup (free, no credit card).
curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"[email protected]"}'
Usage
curl -X POST https://anton.vosscg.com/v1/invoices/process \
-H "Authorization: Bearer $LEDGERAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/invoice.pdf", "action": "parse"}'
Capabilities
- Invoice parsing and data extraction
- Expense auto-categorization
- Financial report generation
- Receipt scanning and OCR
API Reference
POST /v1/invoices/process— Process invoicePOST /v1/expenses/categorize— Categorize expensesPOST /v1/reports/generate— Generate financial reportPOST /v1/keys— Get API key (email-only for free tier)GET /v1/health— Health check
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ledgerai - After installation, invoke the skill by name or use
/ledgerai - Provide required inputs per the skill's parameter spec and get structured output
What is LedgerAI?
AI bookkeeping via LedgerAI API — invoice processing, expense categorization, financial reports, receipt scanning. Use when user needs automated bookkeeping,... It is an AI Agent Skill for Claude Code / OpenClaw, with 380 downloads so far.
How do I install LedgerAI?
Run "/install ledgerai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LedgerAI free?
Yes, LedgerAI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does LedgerAI support?
LedgerAI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LedgerAI?
It is built and maintained by Jbennett111 (@jbennett111); the current version is v1.0.0.