← 返回 Skills 市场
glorysunshine

智能记账本

作者 GlorySunshine · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
296
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-expense-tracker
功能描述
基于自然语言输入,智能分类日常支出,支持多维度统计和本地数据存储的个人财务管理工具。
安全使用建议
This skill appears to be a straightforward local expense tracker. Before installing, consider: 1) it stores records in a data.json file inside the skill directory—do not place the skill inside folders containing sensitive files you don't want mixed with skill data; 2) installation requires npm and the @openclaw/sdk dependency—verify that package (and the registry) is trustworthy; 3) the code contains small issues (e.g., skill.json has a missing comma and index.js has an overwritten module.exports) that may need fixing before use; 4) although the skill does not use network or credentials, run it in a restricted environment or review the source if you plan to grant it autonomous invocation. If you want extra caution, run it locally in a container or sandbox and inspect / remove the included sample data.json entries.
功能分析
Type: OpenClaw Skill Name: openclaw-expense-tracker Version: 1.0.0 The skill bundle implements a straightforward local expense tracker that uses keyword matching and regular expressions to parse financial records from natural language. Analysis of index.js and clawhub-manifest.json confirms that the skill only performs local file I/O (data.json) and explicitly disables network access, with no evidence of data exfiltration, unauthorized execution, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (智能记账本) match the implementation: natural-language parsing, category heuristics, local JSON persistence and statistics. The declared capabilities and files align with an expense-tracking skill; there are no unexpected credentials, binaries, or unrelated capabilities requested.
Instruction Scope
SKILL.md instructs installing @openclaw/sdk and running the skill locally. The runtime instructions and the code only read/write a local data.json in the skill directory and operate on in-memory structures. The instructions do not direct the agent to read unrelated system files, environment variables, or to send data to external endpoints.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the README/SKILL.md recommend running `npm install @openclaw/sdk`. Relying on an npm dependency is typical for Node.js skills; users should verify the @openclaw/sdk package source before installing. No downloads from arbitrary URLs or extract operations are present.
Credentials
The skill requests no environment variables, credentials, or config paths. Its only persistence is a local JSON file (data.json). This level of access is proportionate to a local expense-tracker.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It writes only to its own data.json file in the skill directory. There is no indication it modifies other skills' configs or requests persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-expense-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-expense-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Expense Tracker v1.0.0 - 初始发布,支持个人记账功能 - 中文自然语言输入与自动分类 - 提供日/周/月支出多维度统计与可视化 - 数据本地存储(JSON 格式) - 完善的 OpenClaw 框架集成
元数据
Slug openclaw-expense-tracker
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

智能记账本 是什么?

基于自然语言输入,智能分类日常支出,支持多维度统计和本地数据存储的个人财务管理工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。

如何安装 智能记账本?

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

智能记账本 是免费的吗?

是的,智能记账本 完全免费(开源免费),可自由下载、安装和使用。

智能记账本 支持哪些平台?

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

谁开发了 智能记账本?

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

💬 留言讨论