← 返回 Skills 市场
AI Expense Tracker
作者
Do Van Hoang
· GitHub ↗
· v1.0.0
· MIT-0
212
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hoang-expense-tracker
功能描述
Trợ lý tài chính cá nhân đa năng. Dùng khi user muốn GHI NHẬN CHI TIÊU (nay ăn hết 50k, đổ xăng 50k...), XEM BÁO CÁO (vẽ biểu đồ chi tiêu), ĐẶT NGÂN SÁCH (bu...
使用说明 (SKILL.md)
AI Personal CFO
Skill này là một trợ lý tài chính xịn xò. Hãy xác định nhu cầu của user và dùng tool exec gọi script tương ứng.
1. Ghi nhận chi tiêu (Log Expense)
- Trích xuất số tiền (
amount), danh mục (category- tiếng Anh: Food, Drink, Transport, Shopping, Other), và mô tả (desc). - Gọi:
python3 /home/hoang/.openclaw/workspace/expense-tracker/scripts/finance_manager.py log --amount \x3Ctiền> --category \x3Cnhóm> --desc "\x3Cmô tả>" - Phản hồi user xác nhận.
2. Báo cáo (Report & Chart)
- Khi user bảo "Báo cáo chi tiêu", "Vẽ biểu đồ", "Tổng kết".
- Gọi:
python3 /home/hoang/.openclaw/workspace/expense-tracker/scripts/finance_manager.py report - Script sẽ trả về đường dẫn
chart_pathtới ảnh PNG. - Phản hồi: Dùng tool
messageđể gửi ảnh đó lại cho user (kèm theo lời giải thích ngắn gọn).
3. Khẩu nghiệp / Tư vấn (Roast & Advise)
- Khi user bảo "Chửi tao đi", "Nhận xét cách tiêu tiền", "Roast me".
- Gọi:
python3 /home/hoang/.openclaw/workspace/expense-tracker/scripts/finance_manager.py roast - Phản hồi: Chế giễu cách tiêu tiền một cách vui vẻ hoặc khuyên răn dựa trên output của script.
4. Đặt ngân sách (Budget)
- Khi user bảo "Đặt ngân sách Food 2 triệu".
- Gọi:
python3 /home/hoang/.openclaw/workspace/expense-tracker/scripts/finance_manager.py budget --amount 2000000 --category "Food" - Phản hồi xác nhận.
安全使用建议
This skill appears to do what it says: store expenses in a local CSV and produce simple charts. Before installing: 1) Note SKILL.md uses a hardcoded path (/home/hoang/.openclaw/...) — verify the path matches your environment or edit the instructions to a correct path. 2) The report feature requires matplotlib and pandas but the skill doesn't install them; install those packages if you want charting to work. 3) The agent will execute bundled Python scripts on your machine — review the scripts (they are included) and ensure you trust the author, since executed code can read/write any files the agent process can access. 4) If you prefer containment, run the skill in a restricted/sandboxed environment or limit its ability to run autonomously. If you want, I can suggest a modified SKILL.md that avoids hardcoded paths or produce a checklist to sandbox execution.
功能分析
Type: OpenClaw Skill
Name: hoang-expense-tracker
Version: 1.0.0
The skill is a standard personal finance assistant that logs expenses to a local CSV file and generates visual reports using matplotlib. The code in finance_manager.py and log_expense.py performs basic file I/O and data processing aligned with the stated purpose, with no evidence of data exfiltration, unauthorized network access, or malicious command execution.
能力评估
Purpose & Capability
Name/description match the included Python scripts and SKILL.md: logging expenses, generating reports/charts, simple 'roast' messages, and simulated budget setting. The scripts read/write a local expenses.csv and produce a PNG chart — all consistent with an expense tracker.
Instruction Scope
Instructions tell the agent to run the included Python scripts via exec and to send returned chart_path. That scope is appropriate, but SKILL.md uses a hardcoded absolute path (/home/hoang/.openclaw/...), which may not exist for other users and ties execution to a specific workspace layout.
Install Mechanism
No install spec (instruction-only), so nothing is downloaded or installed by default. However, the report() function imports matplotlib and pandas (heavy dependencies) yet the skill does not declare or install them — report actions may fail if those packages are absent.
Credentials
The skill requests no environment variables or external credentials. It only reads/writes a local CSV file inside the agent workspace (expenses.csv) which is appropriate for logging expense data.
Persistence & Privilege
Skill is not forced-always, does not modify other skills, and has no elevated privileges. It writes a local file (expenses.csv) and generates images in the workspace — expected for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hoang-expense-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/hoang-expense-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
First Release: Log, Report, Roast, Budget
元数据
常见问题
AI Expense Tracker 是什么?
Trợ lý tài chính cá nhân đa năng. Dùng khi user muốn GHI NHẬN CHI TIÊU (nay ăn hết 50k, đổ xăng 50k...), XEM BÁO CÁO (vẽ biểu đồ chi tiêu), ĐẶT NGÂN SÁCH (bu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 212 次。
如何安装 AI Expense Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hoang-expense-tracker」即可一键安装,无需额外配置。
AI Expense Tracker 是免费的吗?
是的,AI Expense Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Expense Tracker 支持哪些平台?
AI Expense Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Expense Tracker?
由 Do Van Hoang(@hoanghust2003)开发并维护,当前版本 v1.0.0。
推荐 Skills