← 返回 Skills 市场
yangjinghua0127

expense-note

作者 Mr.Yang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install expense-note
功能描述
一个简单的日常开销记录和统计工具,帮助管理个人财务
使用说明 (SKILL.md)

技能: 简易记账助手 (expense-tracker)

一个简单的日常开销记录和统计工具,帮助管理个人财务。

触发方式

记账
记一笔
查看账单
月度统计
开销记录

功能

  • 记录开销 - 添加新的消费记录
  • 分类统计 - 按类别汇总开销
  • 月度汇总 - 查看每月总开销
  • 导出报表 - 生成简单报表
  • 查看历史 - 浏览过往记录

使用示例

添加开销

记账 午餐 25 餐饮
记一笔 交通费 12 交通

查看记录

查看账单
月度统计 2026-03

统计分析

分类统计
导出报表

数据格式

每条开销记录包含:

  • 描述 (description)
  • 金额 (amount)
  • 分类 (category)
  • 日期 (date)
  • 备注 (notes, 可选)

存储

数据存储在 data/expenses.json 文件中,格式为 JSON。

限制

  • 仅支持简单记账功能
  • 数据存储在本地
  • 不涉及复杂财务功能(如预算规划、投资分析)
  • 不支持多用户

配置

无需额外配置,使用 Node.js 内置模块。

依赖

  • Node.js 16+
  • 无外部依赖

设计理念

简单易用

  • 通过自然语言命令操作
  • 无需复杂界面
  • 快速记录和查看

数据安全

  • 本地存储,保护隐私
  • JSON 格式,易于备份
  • 支持导出功能

统计分析

  • 按类别汇总
  • 月度统计
  • 趋势分析(基础)

扩展功能

计划功能

  1. 预算管理 - 设置每月预算
  2. 数据可视化 - 生成图表
  3. 多分类系统 - 支持自定义分类
  4. 数据导出 - CSV/Excel 格式
  5. 云端备份 - 可选云存储

长期愿景

创建一个完整的个人财务管理工具,包括:

  • 预算规划
  • 投资跟踪
  • 税务计算助手
  • 财务报告生成

最佳实践

使用建议

  1. 及时记录 - 消费后立即记录
  2. 分类清晰 - 使用一致的分类名称
  3. 定期复盘 - 每周/月查看统计
  4. 数据备份 - 定期备份 JSON 文件

分类建议

  • 餐饮:日常饮食开销
  • 交通:公交、打车、油费等
  • 购物:衣物、日用品等
  • 娱乐:电影、游戏等
  • 医疗:药品、医疗费用
  • 其他:未分类开销

技术实现

使用 Node.js 文件系统模块操作 JSON 文件,支持:

  • 数据持久化
  • CRUD 操作(增删改查)
  • 基本统计分析
  • 数据导出功能
安全使用建议
This skill appears to do what it says: it runs with Node.js and stores data locally in data/expenses.json and exported report files. Before installing or running: (1) ensure you run it in a trusted, non-shared directory because it will create and modify files there; (2) back up or export any sensitive data you add (data is stored unencrypted JSON); (3) confirm Node.js 16+ is used; (4) if you need stronger privacy, consider adding encryption or moving storage to a secure location; (5) review the included expense-tracker.js if you want to verify behavior yourself. Autonomous invocation by the agent is allowed by default—this alone is not a red flag, but consider whether you want the agent to run the skill without prompting.
功能分析
Type: OpenClaw Skill Name: expense-note Version: 1.0.0 The skill is a straightforward local expense tracker that manages financial records in a JSON file. The Node.js code (expense-tracker.js) performs standard file I/O operations within its own data directory and lacks any network capabilities, external dependencies, or suspicious execution patterns. The instructions in SKILL.md are consistent with the tool's functionality and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
The name/description (simple personal expense tracker) matches the provided SKILL.md and the JavaScript implementation. Required capabilities (reading/writing a JSON file, basic statistics) are exactly what the code implements; no unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs the agent to use Node.js and local JSON storage. The instructions and the code remain scoped to local CRUD and reporting operations on data/expenses.json; they do not read system-wide config, environment secrets, or send data externally.
Install Mechanism
There is no install spec (instruction-only), but the package includes a runnable Node.js script (expense-tracker.js). This is low-risk but means the agent (or user) must execute the JS with Node.js 16+; the script will create and write files under the skill's data/ directory.
Credentials
No environment variables, credentials, or external service tokens are requested. The code uses only Node.js built-in modules (fs, path), which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges or modify other skills. It writes files only under its own data/ directory and exports functions for potential invocation—this is proportional for a local utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install expense-note
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /expense-note 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始版本发布,提供简单日常开销记录与统计功能 - 支持自然语言命令添加和查询支出 - 提供分类统计、月度汇总、历史记录等基础功能 - 数据本地 JSON 文件持久化存储,无需外部依赖 - 导出报表支持,方便数据备份和整理 - 设计注重隐私与易用,无复杂配置
元数据
Slug expense-note
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

expense-note 是什么?

一个简单的日常开销记录和统计工具,帮助管理个人财务. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 expense-note?

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

expense-note 是免费的吗?

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

expense-note 支持哪些平台?

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

谁开发了 expense-note?

由 Mr.Yang(@yangjinghua0127)开发并维护,当前版本 v1.0.0。

💬 留言讨论