← Back to Skills Marketplace
jzw6

个人记账

by Jzw6 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
201
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-accounting
Description
个人记账技能,支持文字输入和图片账单识别。当用户提到记账、记录花费、添加支出/收入、上传账单图片、查看账单、统计消费时必须使用此技能。用户单独发送图片(无任何文字)时也必须触发此技能,直接看图判断金额并记账,不要等待用户补充说明。所有账单按天存储在 bills/ 文件夹中,同一天的账单累加到同一文件。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-accounting
  3. After installation, invoke the skill by name or use /personal-accounting
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
personal-accounting 1.0.0 - 初始版本发布,支持中文个人记账,自动处理文字与图片账单输入。 - 文字和图片混合输入时,优先使用图片获取金额,文字作为备注或分类提示。 - 所有账单按天存储并追加在 bills/ 文件夹中。 - 提供账单查询、日/月统计、以及分类参考支持。 - 支持用户仅发送图片时自动识别和记账,无需补充说明。
Metadata
Slug personal-accounting
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 个人记账?

个人记账技能,支持文字输入和图片账单识别。当用户提到记账、记录花费、添加支出/收入、上传账单图片、查看账单、统计消费时必须使用此技能。用户单独发送图片(无任何文字)时也必须触发此技能,直接看图判断金额并记账,不要等待用户补充说明。所有账单按天存储在 bills/ 文件夹中,同一天的账单累加到同一文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 201 downloads so far.

How do I install 个人记账?

Run "/install personal-accounting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 个人记账 free?

Yes, 个人记账 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 个人记账 support?

个人记账 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 个人记账?

It is built and maintained by Jzw6 (@jzw6); the current version is v1.0.0.

💬 Comments