← 返回 Skills 市场
201
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-accounting
功能描述
个人记账技能,支持文字输入和图片账单识别。当用户提到记账、记录花费、添加支出/收入、上传账单图片、查看账单、统计消费时必须使用此技能。用户单独发送图片(无任何文字)时也必须触发此技能,直接看图判断金额并记账,不要等待用户补充说明。所有账单按天存储在 bills/ 文件夹中,同一天的账单累加到同一文件。
安全使用建议
This skill appears to do what it says: local bookkeeping using a Python script that writes daily Markdown files in a bills/ directory. There is no network activity or secret access. Two practical things to consider before installing: 1) The SKILL.md requires the agent to automatically record when the user sends an image (no confirmation). If you do not want automatic writes from image-only messages, modify the instructions or require user confirmation. 2) Files are stored persistently inside the skill directory — check where that directory lives in your environment and whether you want those records there (backup, encryption, or deletion policies). If you need stricter privacy, run the script in a controlled location or require explicit confirmation before writing entries.
功能分析
Type: OpenClaw Skill
Name: personal-accounting
Version: 1.0.0
The skill bundle is a legitimate personal accounting tool designed to record and summarize expenses and income. The core logic in `scripts/record_bill.py` uses standard Python libraries to manage data within a local `bills/` directory, and the `SKILL.md` instructions provide clear, task-aligned guidance for the AI agent without any signs of prompt injection, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name/description, SKILL.md and the included script align: a personal accounting skill that parses user text/images and appends records to bills/YYYY-MM-DD.md. There are no unrelated binaries, credentials, or external integrations requested.
Instruction Scope
Instructions require the agent to autonomously interpret images (including when the user sends only an image) and record entries without asking for confirmation. This is a behavioral/UX concern (unintended writes) but not a code-level security mismatch. The script itself only reads/writes local files under the skill folder.
Install Mechanism
Instruction-only skill with a local Python script; no install spec, no downloads, and no external package install is requested.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested permissions are limited to creating/reading/writing the bills/ directory inside the skill tree, which is consistent with its purpose.
Persistence & Privilege
The script persists records by creating/appending Markdown files in bills/. always is false and the skill does not alter other skills or global agent settings. Be aware the skill will create persistent files in its directory and will write entries automatically if the agent follows the SKILL.md behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-accounting - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-accounting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
personal-accounting 1.0.0
- 初始版本发布,支持中文个人记账,自动处理文字与图片账单输入。
- 文字和图片混合输入时,优先使用图片获取金额,文字作为备注或分类提示。
- 所有账单按天存储并追加在 bills/ 文件夹中。
- 提供账单查询、日/月统计、以及分类参考支持。
- 支持用户仅发送图片时自动识别和记账,无需补充说明。
元数据
常见问题
个人记账 是什么?
个人记账技能,支持文字输入和图片账单识别。当用户提到记账、记录花费、添加支出/收入、上传账单图片、查看账单、统计消费时必须使用此技能。用户单独发送图片(无任何文字)时也必须触发此技能,直接看图判断金额并记账,不要等待用户补充说明。所有账单按天存储在 bills/ 文件夹中,同一天的账单累加到同一文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。
如何安装 个人记账?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-accounting」即可一键安装,无需额外配置。
个人记账 是免费的吗?
是的,个人记账 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
个人记账 支持哪些平台?
个人记账 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 个人记账?
由 Jzw6(@jzw6)开发并维护,当前版本 v1.0.0。
推荐 Skills