← 返回 Skills 市场
mkpareek0315

Expense Tracker

作者 Manish Pareek · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
654
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-expense-tracker
功能描述
When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log r...
安全使用建议
This skill appears to do what it says: store and manage expenses locally. Before installing, verify the agent runtime will not give this skill network access or additional tools (exec here allows arbitrary shell commands). Consider these steps: 1) Confirm the agent does not have network/networking tools or other elevated permissions that could transmit files. 2) Review the initial shell commands in SKILL.md (mkdir, for-loop, echo) to ensure they are acceptable in your environment. 3) Back up or encrypt financial JSON files if you store sensitive data. 4) Test in a sandbox or low-privilege account first to confirm behavior. If you need stronger guarantees that data never leaves the device, also confirm the platform enforces no-network and no-remote-exec policies for skills.
功能分析
Type: OpenClaw Skill Name: smart-expense-tracker Version: 1.0.0 The OpenClaw AgentSkills bundle for 'smart-expense-tracker' is classified as benign. While it requests the high-risk `exec` tool (via `metadata.clawdbot.requires.tools`), the `SKILL.md` explicitly justifies its use for local file system management (e.g., `mkdir`, file initialization, and implied backup/cleanup operations) within the skill's dedicated `~/.openclaw/expense-tracker/` directory. The documentation strongly emphasizes that 'All data stays local,' 'Makes NO external API calls or network requests,' and 'Sends NO data to any server,' with no evidence of prompt injection designed to bypass these safety measures or exfiltrate data. The instructions consistently reinforce local-only operations and privacy, indicating no malicious intent within the skill itself.
能力评估
Purpose & Capability
Name/description match the behavior in SKILL.md: it creates and manages local JSON files for expenses, budgets, income, goals, and settings. The declared need to read and write local files is proportional to the stated purpose; no unrelated cloud credentials or services are requested.
Instruction Scope
Runtime instructions are focused on the expense-tracking task and explicitly limit data I/O to ~/.openclaw/expense-tracker/. However the SKILL.md instructs use of shell commands (mkdir, for-loop, echo, file checks). Those commands are consistent with the described setup but using exec gives broad ability to run arbitrary shell commands if the agent misuses that capability.
Install Mechanism
No install spec and no code files (instruction-only). This is low-risk from an install perspective because nothing is downloaded or written beyond the local data files the skill itself requests.
Credentials
The skill requests no environment variables or external credentials. The only declared capabilities are read/exec/write for local files, which align with creating and managing the JSON data files. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and the skill stores data only under its own ~/.openclaw/expense-tracker/ path. It does not request system-wide changes or modification of other skills' configs. It does request exec access for initialization, which is a limited but notable privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-expense-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-expense-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 — 25-feature AI expense tracker with budgets, goals, streaks, gamification
元数据
Slug smart-expense-tracker
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Expense Tracker 是什么?

When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 654 次。

如何安装 Expense Tracker?

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

Expense Tracker 是免费的吗?

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

Expense Tracker 支持哪些平台?

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

谁开发了 Expense Tracker?

由 Manish Pareek(@mkpareek0315)开发并维护,当前版本 v1.0.0。

💬 留言讨论