/install openclaw-accounting
Description
A powerful local AI accounting assistant that helps you record daily income and expenses through natural language, query transactions, and generate statistical reports. All data is securely stored locally — no internet connection required.
Capabilities
- Natural Language Accounting
- Record income and expenses through conversation
- Automatically detect amount, category, and date
- Smart category suggestions
- Transaction Queries
- Query by time range (today, this week, this month, this year, etc.)
- Filter by category
- Keyword search
- Support for multi-condition combined filtering
- Statistical Analysis
- Total income and expense summary
- Category breakdown analysis
- Daily average spending calculation
- Balance auto-calculation
- Report Generation
- Generate detailed income/expense reports
- Category statistics TOP ranking
- Export support
Usage Examples
Recording Transactions
- "Record expense: lunch 35 yuan"
- "Income: salary received 15000 yuan"
- "Spent 120 on movie tickets, category entertainment"
- "Transport today 20 yuan"
Querying Transactions
- "Show this month's transactions"
- "How much did I spend this week"
- "Query food and dining expenses"
- "Show last month's income"
Statistics
- "Summarize this month's income and expenses"
- "Spending overview for this year"
- "Show my expense categories"
Available Tools
add_transaction Add a transaction record
- type: expense or income
- amount: amount
- description: description
- category: category (optional)
- tags: tags (optional)
query_transactions Query transaction records
- period: time range
- type: transaction type filter
- category: category filter
- keyword: keyword search
- limit: result count limit
get_statistics Get income/expense statistics
- period: statistics time period
generate_report Generate detailed report
- period: report time period
get_categories Get all available categories
update_transaction Update a transaction record
- id: record ID
- other fields to update
delete_transaction Delete a transaction record
- id: record ID
Category System
Expense Categories
- Food & Dining: meals, takeout, beverages, etc.
- Transport: bus, subway, taxi, fuel, etc.
- Shopping: supermarket, online shopping, daily necessities, etc.
- Entertainment: movies, games, travel, etc.
- Healthcare: doctor visits, medicine, checkups, etc.
- Education: tuition, training, books, etc.
- Housing: rent, mortgage, utilities, etc.
- Utilities: phone bill, internet, etc.
- Other
Income Categories
- Salary: monthly salary, annual salary, etc.
- Bonus: year-end bonus, performance bonus, etc.
- Investment: stocks, funds, wealth management, etc.
- Freelance: side jobs, self-employment, etc.
- Gift: monetary gifts, red envelopes, etc.
- Reimbursement: expense reimbursement, refunds, etc.
- Other
Data Storage
- All data saved in local JSON files
- Path: configured data directory / accounting.json
- Auto backup: retains the last 30 backups
- Open data format, exportable at any time
Quick Commands
- /accounting.help - Show help
- /accounting.stats - Quick view of this month's statistics
Notes
- The data file is created automatically on first use
- Use positive numbers for amounts
- Edit/delete operations require the record ID (obtainable via query)
- Back up your data file regularly to prevent accidental loss
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-accounting - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-accounting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Accounting 是什么?
Local AI assistant for recording income/expenses, querying transactions, generating reports, and analyzing stats with secure, offline data storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 819 次。
如何安装 Accounting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-accounting」即可一键安装,无需额外配置。
Accounting 是免费的吗?
是的,Accounting 完全免费(开源免费),可自由下载、安装和使用。
Accounting 支持哪些平台?
Accounting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Accounting?
由 chuhemiao(@chuhemiao)开发并维护,当前版本 v0.1.0。