← Back to Skills Marketplace
glorysunshine

智能记账本

by GlorySunshine · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
296
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-expense-tracker
Description
基于自然语言输入,智能分类日常支出,支持多维度统计和本地数据存储的个人财务管理工具。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-expense-tracker
  3. After installation, invoke the skill by name or use /openclaw-expense-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw Expense Tracker v1.0.0 - 初始发布,支持个人记账功能 - 中文自然语言输入与自动分类 - 提供日/周/月支出多维度统计与可视化 - 数据本地存储(JSON 格式) - 完善的 OpenClaw 框架集成
Metadata
Slug openclaw-expense-tracker
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 智能记账本?

基于自然语言输入,智能分类日常支出,支持多维度统计和本地数据存储的个人财务管理工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.

How do I install 智能记账本?

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

Is 智能记账本 free?

Yes, 智能记账本 is completely free (open-source). 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 GlorySunshine (@glorysunshine); the current version is v1.0.0.

💬 Comments