Finance Automation
/install finance-automation
Finance Automation
Automate payments, invoices, expenses, and financial reports.
Features
- Payments: Real-time payment recording via Stripe/Lemon Squeezy webhooks
- Invoices: CRUD with auto-numbering, tax calculation, send/paid status management
- Expenses: Submit, approve, reject expenses with category analytics
- Reports: Daily/monthly revenue, MRR, profit reports
- Notifications: Real-time Telegram alerts
Quick Start
cd finance-automation
cp .env.example .env
# Edit .env with your API keys
npm install
npm run db:init
npm run dev
API Endpoints
POST /api/invoices Create invoice
GET /api/invoices List invoices
POST /api/invoices/:id/send Send invoice
POST /api/invoices/:id/mark-paid Mark as paid
POST /api/expenses Add expense
POST /api/expenses/:id/approve Approve expense
POST /api/expenses/:id/reject Reject expense
GET /api/reports/daily Daily revenue + expenses
GET /api/reports/monthly Monthly report
GET /api/reports/summary Period summary
GET /api/reports/mrr Monthly Recurring Revenue
GET /api/reports/profit Profit report
Requirements
- Node.js >= 18
- SQLite3 (default) or PostgreSQL
- Stripe account (for payment webhooks)
Tags
finance, payment, invoice, expense, report, stripe, automation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install finance-automation - After installation, invoke the skill by name or use
/finance-automation - Provide required inputs per the skill's parameter spec and get structured output
What is Finance Automation?
Automates payments, invoices, expenses, and financial reports with Stripe webhooks and real-time Telegram notifications for streamlined finance management. It is an AI Agent Skill for Claude Code / OpenClaw, with 1284 downloads so far.
How do I install Finance Automation?
Run "/install finance-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Finance Automation free?
Yes, Finance Automation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Finance Automation support?
Finance Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Finance Automation?
It is built and maintained by Chloe Park (@chloepark85); the current version is v0.2.1.