← 返回 Skills 市场
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pocket-book
功能描述
Record, query, complete, correct, and undo personal bookkeeping entries through short natural-language conversation, with local JSONL and Markdown persistenc...
安全使用建议
This skill appears to be a straightforward local personal-ledger tool implemented in Python. Before installing, note: (1) ledger data is stored on disk (default: ~/.openclaw/pocketbook/default) — treat it as sensitive personal data and back it up or encrypt it if needed; (2) you can override storage via --data-dir or the POCKETBOOK_DATA_DIR env var (the env var is supported by the code but not documented in metadata); (3) the skill requires a Python runtime but does not contact external servers or request credentials; (4) review profile.json and ledger.jsonl if you want to inspect or migrate data. If you are comfortable with local file storage of personal finance items and have Python available, the skill is coherent and proportional to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: pocket-book
Version: 1.0.0
The pocket-book skill bundle is a well-structured personal finance tool designed for local ledger management. It uses an append-only event-stream model (ledger.jsonl) and provides scripts for recording, querying, and rendering financial data into Markdown. The code follows security best practices for local storage, including atomic file writes and locking mechanisms (ledger_common.py), and lacks any indicators of malicious intent such as network exfiltration, shell execution, or unauthorized file access beyond its designated data directory (~/.openclaw/pocketbook/).
能力评估
Purpose & Capability
Name/description match the code and instructions. The scripts implement append/query/update/revert, profile management, and Markdown rendering for a local ledger. Required binary (python/python3) is appropriate and proportional.
Instruction Scope
SKILL.md confines behavior to personal-ledger operations, describes triggers, and instructs use of provided scripts. The instructions reference only the included scripts, local data files, and the provided reference docs; they do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec; this is instruction/code-only with scripts bundled. Nothing is downloaded at install time and no external package install occurs.
Credentials
No required credentials or config paths. The code honors a POCKETBOOK_DATA_DIR environment variable as an alternate data root (used by ensure_data_dir) but that env var is not listed in registry metadata or SKILL.md — it is optional and not a secret. This is a minor documentation mismatch rather than a functional risk.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills. It only writes/reads files within its data root (default ~/.openclaw/pocketbook/default) and manages its own profile and ledger files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pocket-book - 安装完成后,直接呼叫该 Skill 的名称或使用
/pocket-book触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Pocketbook 1.0.0
- Initial release for personal bookkeeping via natural language conversation.
- Supports adding, querying, completing, correcting, and undoing entries with local JSONL and Markdown persistence.
- Handles incomplete entries and allows safe review and correction.
- Includes focused trigger criteria to ensure activation only for explicit ledger actions.
- Supplies a set of command-line scripts for all ledger operations, with clear payload guidelines.
- Replies are concise, focused on ledger feedback, and include duplicate or ambiguity warnings when needed.
元数据
常见问题
pocketbook 是什么?
Record, query, complete, correct, and undo personal bookkeeping entries through short natural-language conversation, with local JSONL and Markdown persistenc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 pocketbook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pocket-book」即可一键安装,无需额外配置。
pocketbook 是免费的吗?
是的,pocketbook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pocketbook 支持哪些平台?
pocketbook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pocketbook?
由 SuRu711(@suru711)开发并维护,当前版本 v1.0.0。
推荐 Skills