← 返回 Skills 市场
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install snarky-expense-butler
功能描述
毒舌记账管家,支持记账、查询、预算提醒、毒舌消费分析、地域统计、趋势图。当用户提到记账、消费、花销、支出、记一笔、消费分析、预算、记个账时触发。NOT for: 股票/投资分析、记账软件推荐。
安全使用建议
This package appears to be a straightforward local expense tracker. Key points to consider before installing/using:
- Data storage: Your expenses are stored in a local JSON file (default: scripts/expense_records.json). Backups and file permissions are recommended because the scripts will read/write and can modify historical records (e.g., backfill).
- Optional network use: expense_trends.py will attempt to call openrouter.ai if you set OPENROUTER_API_KEY in your environment. That call would send the chart data (labels and amounts) to the external service to request an image. If you do not set that API key, the code falls back to local matplotlib. Only set an API key if you trust the external service and are comfortable sending this data.
- Config file read: the trends script tries to read ~/.openclaw/openclaw.json as a convenience; it does not appear to exfiltrate keys or attempt to access system keychains.
- Inspect/lock the data file: Because the tool writes plain JSON, anyone with filesystem access to that path can read your financial data. Consider using filesystem permissions or placing the file in a secure location and setting EXPENSE_DATA_FILE/EXPENSE_TRENDS_DIR accordingly.
- Autonomy: The skill can be invoked by the agent (default platform behavior) but it does not autonomously send data unless you provide an external API key and run the trends command.
If these behaviors match your expectations, the skill is coherent with its description. If you are uncomfortable with potential network calls, avoid setting OPENROUTER_API_KEY or audit/modify expense_trends.py to remove the remote call.
功能分析
Type: OpenClaw Skill
Name: snarky-expense-butler
Version: 1.0.0
The skill bundle exhibits a significant discrepancy between its documentation and its actual code behavior. While SKILL.md claims the system is 'purely local' with 'no external dependencies' and 'no API Key required,' the script 'scripts/expense_trends.py' actively attempts to locate OpenRouter API keys within the user's home directory (~/.openclaw/openclaw.json) and contains logic to exfiltrate expense data to an external endpoint (openrouter.ai). This deceptive behavior regarding data privacy and credential access warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (local, snarky expense tracker) match the included Python scripts and SKILL.md. Functionality (add/query/analysis/budget/location/trends/report) is implemented by the bundled scripts. No unrelated credentials, binaries, or surprising capabilities are requested.
Instruction Scope
SKILL.md instructs local operation using ./expense_records.json and an optional trends directory; the scripts follow that behavior. The scripts read/write only the declared local data file and trends dir, and implement described commands (including backfill which modifies historical records). No instructions direct broad system scanning, secret harvesting, or sending user data to unexpected endpoints by default.
Install Mechanism
No install spec; this is instruction + source bundle only. All code is included in the package (no network downloads or extracted archives during install).
Credentials
No required environment variables are declared. Several scripts optionally read EXPENSE_DATA_FILE and EXPENSE_TRENDS_DIR (expected). expense_trends.py optionally reads OPENROUTER_API_KEY and will attempt an HTTPS call to openrouter.ai when that key is present; it also attempts to read ~/.openclaw/openclaw.json (non-sensitive config lookup) but does not extract system keychain contents. The optional OpenRouter usage can transmit summarized chart data to an external service if you supply the API key.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It stores/updates only the local expense_records.json and generated images in the trends directory as described; backfill and add_expense modify that file intentionally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install snarky-expense-butler - 安装完成后,直接呼叫该 Skill 的名称或使用
/snarky-expense-butler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
毒舌记账管家 v1.0:记账/查询/预算/分析/地域统计/趋势图,纯本地 JSON 存储
元数据
常见问题
Snarky Expense Butler 是什么?
毒舌记账管家,支持记账、查询、预算提醒、毒舌消费分析、地域统计、趋势图。当用户提到记账、消费、花销、支出、记一笔、消费分析、预算、记个账时触发。NOT for: 股票/投资分析、记账软件推荐。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Snarky Expense Butler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install snarky-expense-butler」即可一键安装,无需额外配置。
Snarky Expense Butler 是免费的吗?
是的,Snarky Expense Butler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Snarky Expense Butler 支持哪些平台?
Snarky Expense Butler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Snarky Expense Butler?
由 ybl2020(@ybl2020)开发并维护,当前版本 v1.0.0。
推荐 Skills