← 返回 Skills 市场
支出追踪器
作者
huangjingzhi07
· GitHub ↗
· v1.0.0
247
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install expense-tracker-oc
功能描述
简单易用的个人支出追踪和预算管理工具
使用说明 (SKILL.md)
expense-tracker - 支出追踪技能
个人支出追踪和预算管理工具。
功能列表
- 记录支出 - 快速记录每笔支出,分类管理
- 支出统计 - 按日期、类别查看支出汇总
- 预算设置 - 设置月度预算,监控支出进度
- 报表生成 - 生成月度支出报表
触发关键词
- 记录支出、添加支出
- 支出统计、支出明细
- 设置预算、预算多少
- 本月支出
数据存储
- expenses.json - 支出记录
- budget.json - 预算设置
使用示例
- "记录今天午餐花了30元"
- "查看本月支出统计"
- "设置每月预算5000元"
- "这个月花了多少钱"
安全使用建议
This skill appears to do what it says, but it will store your financial records in two JSON files (expenses.json and budget.json) in the agent's workspace. Before installing, confirm: (1) where those files are stored (local machine vs. shared/cloud environment), (2) whether the files are accessible to other users or services, (3) whether you need encryption/backup/retention policies for these files, and (4) if you want to disable autonomous invocation for added control. If you handle sensitive identifiers (bank account numbers, full card details), avoid storing them in plain JSON or do not use this skill in an untrusted environment.
功能分析
Type: OpenClaw Skill
Name: expense-tracker-oc
Version: 1.0.0
The skill bundle contains only metadata and documentation for a simple personal expense tracker. The SKILL.md file describes standard functionality for recording expenses and managing budgets using local JSON files (expenses.json, budget.json) without any suspicious instructions, external network calls, or malicious code logic.
能力评估
Purpose & Capability
The name/description (personal expense tracking and budgeting) matches the SKILL.md. There are no unrelated requirements (no binaries, env vars, or external services) that would be unexpected for this purpose.
Instruction Scope
SKILL.md provides scoped runtime instructions: record expenses, compute summaries, set budgets, and generate reports. It specifies two local storage files (expenses.json and budget.json). It does not instruct reading unrelated files, accessing environment variables, or transmitting data externally. Note: storage file paths are not fully specified (likely the agent workspace), so confirm where these files are written and who can access them.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install pattern because nothing is downloaded or written during install.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local expense tracker.
Persistence & Privilege
always is false (normal). The skill will persist user data to expenses.json and budget.json in the agent environment; it does not request elevated system privileges or modify other skills. Because it stores personal financial data, consider where the agent runs (local vs. shared/cloud) and how files are protected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expense-tracker-oc - 安装完成后,直接呼叫该 Skill 的名称或使用
/expense-tracker-oc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
支出追踪器 是什么?
简单易用的个人支出追踪和预算管理工具. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 支出追踪器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expense-tracker-oc」即可一键安装,无需额外配置。
支出追踪器 是免费的吗?
是的,支出追踪器 完全免费(开源免费),可自由下载、安装和使用。
支出追踪器 支持哪些平台?
支出追踪器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 支出追踪器?
由 huangjingzhi07(@huangjingzhi07)开发并维护,当前版本 v1.0.0。
推荐 Skills