← 返回 Skills 市场
dyby99-gif

Smart Expense Tracker

作者 dyby99-gif · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
349
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zhichu-tracker
功能描述
智能收支追踪器 — 通过自然语言快速记账,自动分类,生成日/周/月报告和趋势分析。 支持中文自然语言输入("今天午饭花了35元"),数据本地JSON存储保护隐私。 适用于个人财务管理、预算追踪和消费分析场景。
安全使用建议
This skill appears coherent and local-only: it stores data under ~/.openclaw/workspace/data/expenses/expenses.json and uses only Python standard library. Before running, you may (1) inspect the two Python scripts to satisfy yourself nothing unexpected is added (they are included), (2) back up any existing expenses.json if you already use that path, and (3) run the scripts in a controlled environment (e.g., a dedicated user account or virtualenv) if you want extra isolation. If you later add integrations that contact external services, re-check required credentials and network calls.
功能分析
Type: OpenClaw Skill Name: zhichu-tracker Version: 1.1.0 The OpenClaw AgentSkills bundle 'zhichu-tracker' is classified as benign. All files (SKILL.md, scripts/expense-tracker.py, scripts/report-generator.py, assets/categories.json) align with the stated purpose of a local expense tracker. The Python scripts handle local JSON data storage with appropriate file permissions (0o600 for data files, 0o700 for data directory) and atomic write operations, demonstrating good security practices for local data. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in SKILL.md. The natural language parsing in the scripts is solely for extracting financial data, not for executing commands.
能力评估
Purpose & Capability
The name/description (Chinese expense tracker) match the included scripts and assets: CLI examples in SKILL.md correspond to scripts/expense-tracker.py and scripts/report-generator.py, and data is stored locally under ~/.openclaw/workspace/data/expenses/expenses.json as claimed.
Instruction Scope
Runtime instructions are limited to running the provided Python scripts, editing the local JSON or categories.json for customization, and generating reports. The SKILL.md does not instruct the agent to read unrelated system files, access network endpoints, or exfiltrate data; the Python code uses only the standard library and manipulates the stated local data file.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). No remote downloads or package installs are requested; all code ships with the skill, minimizing install-time risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond the declared local data path. The local file permission hardening (chmod to user-only where possible) is consistent with the privacy claim.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration. It only creates/uses its own data directory under the user's home; this level of persistence is appropriate for a local tracker.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zhichu-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zhichu-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 隐私保护增强 — 数据文件权限设为600,数据目录权限设为700,仅文件所有者可访问。
v1.0.0
v1.0.0: 首次发布。支持自然语言中文记账、智能自动分类、日/周/月报告与趋势分析。UUID-based ID、原子文件写入、完整单元测试。
元数据
Slug zhichu-tracker
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Smart Expense Tracker 是什么?

智能收支追踪器 — 通过自然语言快速记账,自动分类,生成日/周/月报告和趋势分析。 支持中文自然语言输入("今天午饭花了35元"),数据本地JSON存储保护隐私。 适用于个人财务管理、预算追踪和消费分析场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。

如何安装 Smart Expense Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhichu-tracker」即可一键安装,无需额外配置。

Smart Expense Tracker 是免费的吗?

是的,Smart Expense Tracker 完全免费(开源免费),可自由下载、安装和使用。

Smart Expense Tracker 支持哪些平台?

Smart Expense Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Expense Tracker?

由 dyby99-gif(@dyby99-gif)开发并维护,当前版本 v1.1.0。

💬 留言讨论