← 返回 Skills 市场
harrylabsj

Personal Expense Tracker

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-expense-tracker
功能描述
Personal expense tracker - record expenses, auto-categorize, monthly statistics with total and category breakdown
安全使用建议
This skill appears coherent and local-only, but consider the following before installing: (1) Data is stored unencrypted in ~/.expense-tracker/expenses.json (plaintext JSON). If you need confidentiality or backups, secure or move the file. (2) The repo/homepage/source is unknown — if provenance matters, review the full script yourself or run it in a sandbox. (3) The script writes a sample file under a data/ folder relative to the code; ensure that path is acceptable in your environment. If any of these are unacceptable (sensitive financial data, multi-device sync, encrypted storage), don't use without modification.
功能分析
Type: OpenClaw Skill Name: personal-expense-tracker Version: 1.0.0 The skill is a straightforward local expense tracking utility that manages data in a JSON file within the user's home directory (~/.expense-tracker). Analysis of scripts/expense-tracker.py shows no network activity, no sensitive data exfiltration, and no use of dangerous functions like eval() or subprocess; it strictly performs local file I/O and basic data processing as described in SKILL.md.
能力评估
Purpose & Capability
Name/description (personal expense tracker) match the included Python script and SKILL.md. The code implements add/list/stats and auto-categorization; there are no unrelated capabilities or external service requirements.
Instruction Scope
SKILL.md instructs running the included script (add/stats/list). The script reads/writes local files (writes to ~/.expense-tracker/expenses.json and creates data/sample.json relative to the repo). This file I/O is expected for the stated purpose but worth noting because data is stored locally in plaintext JSON.
Install Mechanism
No install specification; the skill is instruction-only with a bundled script. Nothing is downloaded or executed outside of the provided files.
Credentials
The skill requests no environment variables, credentials, or config paths. It only uses the user's home directory to store data, which is proportionate to a local expense tracker.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. It creates a hidden directory under the user's home and a local sample file; this is reasonable persistence for storing expenses.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-expense-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-expense-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Personal expense tracker with auto-categorization and monthly statistics
元数据
Slug personal-expense-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Personal Expense Tracker 是什么?

Personal expense tracker - record expenses, auto-categorize, monthly statistics with total and category breakdown. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 Personal Expense Tracker?

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

Personal Expense Tracker 是免费的吗?

是的,Personal Expense Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Personal Expense Tracker 支持哪些平台?

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

谁开发了 Personal Expense Tracker?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论