← 返回 Skills 市场
ckchzh

Budget Tracker

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
209
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install budget-tracker
功能描述
Track income, expenses, and generate monthly reports locally. 支持多币种记账、预算设置及收支报表生成。Use when managing personal finances, tracking project costs, or auditing mo...
使用说明 (SKILL.md)

Budget Tracker / 楼台理财助手

Your personal financial auditor that stays 100% local and private.

Quick Start / 快速开始

Just ask your AI assistant: / 直接告诉 AI 助手:

  • "Log an expense: $50 for dinner today" (记录今日晚餐支出50元)
  • "I earned $2000 from a freelance project" (记录一笔2000元的自由职业收入)
  • "Show my spending summary for March 2026" (显示2026年3月的收支汇总)

When to Use / 使用场景

  • Daily Expenses: Keeping track of where every penny goes.
  • Budget Control: Setting limits and getting alerts for overspending.
  • Data Export: Generating clean CSV reports for your accountant.

Commands / 常用功能

add

Record an income or expense.

bash scripts/script.sh add --amount -50 --category "Food" --note "Dinner"

list

Show recent transactions.

bash scripts/script.sh list

report

Generate a monthly financial summary.

bash scripts/script.sh report --month "2026-03"

Requirements / 要求

  • bash 4+
  • python3

Feedback

Report issues or suggest features: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to do what it claims and stores everything locally in ~/.budget-tracker/ledger.json. Before installing: ensure you have bash and python3, review or backup the ledger file if you already use ~/.budget-tracker, and confirm the currency handling meets your needs (the script prints ¥ and does not expose explicit currency fields). Because it writes a file in your home directory, consider file permissions and backups; there are no network calls or credential requests in the provided code.
功能分析
Type: OpenClaw Skill Name: budget-tracker Version: 2.0.0 The budget-tracker skill is a legitimate local financial management tool. It uses a bash script (scripts/script.sh) to wrap an inline Python script that manages a local JSON database in the user's home directory (~/.budget-tracker/ledger.json). The code performs standard CRUD operations for expenses and income without any network activity, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description (local personal finance tracker) matches the files and behavior: the script records transactions, lists recent entries, and prints a report. Minor mismatch: the description claims multi-currency support, but the implementation prints a fixed ¥ symbol and does not show currency fields in entries.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/script.sh commands (add, list, report). The script operates only on a local JSON ledger in the user's home directory and does not access other filesystem paths or environment variables beyond $HOME.
Install Mechanism
No install spec is provided (instruction-only with a bundled helper script). No network downloads or package installs occur at runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. It only uses $HOME to create ~/.budget-tracker and passes the DB path to the embedded python via DATA_FILE — this is proportional to its stated purpose.
Persistence & Privilege
The skill persists data locally by creating ~/.budget-tracker/ledger.json. It does not request always:true, does not modify other skills' configs, and does not require elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install budget-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /budget-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Final Quality & Bilingual Polishing
元数据
Slug budget-tracker
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Budget Tracker 是什么?

Track income, expenses, and generate monthly reports locally. 支持多币种记账、预算设置及收支报表生成。Use when managing personal finances, tracking project costs, or auditing mo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 Budget Tracker?

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

Budget Tracker 是免费的吗?

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

Budget Tracker 支持哪些平台?

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

谁开发了 Budget Tracker?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论