Finance Automation

# Finance Automation

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Finance Automation" with this command: npx skills add ChloePark85/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

OPC Invoice Manager

Accounts Receivable light system for solo entrepreneurs. Manages the full billing lifecycle: invoice generation, collections follow-up, payment reconciliatio...

Registry SourceRecently Updated
260Profile unavailable
Coding

Invoice Engine

Generate, manage, and track professional invoices with client onboarding, customizable payment terms, recurring billing, automated overdue reminders, and fin...

Registry SourceRecently Updated
4550Profile unavailable
General

东方财富金融工具集

东方财富金融数据工具集,集成选股、资讯搜索、行情财务查询三大功能。当用户查询 A股、港股、美股相关数据时使用,包括:条件选股、股票推荐、板块成分股;新闻、公告、研报、政策搜索;实时行情、财务指标、公司信息、资金流向等数据查询。

Registry SourceRecently Updated
1681Profile unavailable
General

finance-daily-report

Generate a modular, configurable global finance daily report (全球财经日报). Default 9 modules. External LLM collectors. Output to chat (auto-chunked). Use when: u...

Registry SourceRecently Updated
560Profile unavailable