← 返回 Skills 市场
deusyu

nl2ledger

作者 Rainman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
232
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nl2ledger
功能描述
Natural language bookkeeping — parse Chinese/English expense descriptions and append to QianJi CSV. Trigger phrases: 记账, 记一笔, add expense, spent, 花了, 买了, lun...
安全使用建议
This skill appears coherent and operates locally: it finds a QianJi_*.csv in your project root, shows a preview, and only writes after you confirm. Before installing or using it: 1) Ensure you have a backup of your ledger CSV (the script appends rows in-place). 2) Verify the CSV file the skill picks (pattern-based selection could pick the wrong file); if none is found, provide the correct path. 3) Pay attention to special rules in references/category_map.md (e.g., 桑拿/按摩 entries force 账户1=金色印象 and a default amount of 206.0) — these are policy choices that may create unexpected entries if you don't review the preview. 4) The script does not send data over the network and requires only python3; confirm python3 is available. 5) If you create a new CSV, ensure encoding/BOM expectations match your workflow (the schema mentions a UTF-8 BOM at the start). If you want stronger safety, manually inspect the preview before confirming each write or test the skill on a copy of your CSV first.
功能分析
Type: OpenClaw Skill Name: nl2ledger Version: 1.0.0 The nl2ledger skill is a legitimate bookkeeping tool designed to parse natural language spending descriptions into a structured CSV format. The core logic in `scripts/append_entry.py` uses standard Python libraries to safely append data to a local file, and the `SKILL.md` instructions explicitly mandate a user confirmation step before any write operations occur.
能力评估
Purpose & Capability
Name/description, required binary (python3), included script, and referenced mapping/schema files all align with a local CSV bookkeeping helper. There are no unexpected credentials, network endpoints, or unrelated system resources requested.
Instruction Scope
SKILL.md limits actions to locating QianJi_*.csv in the project root, parsing the user's text, asking for clarification when needed, showing a preview, and running the local append script only after explicit user confirmation. It does not instruct reading other unrelated files, environment variables, or sending data externally.
Install Mechanism
No install spec (instruction-only) and the included script is a simple Python file; nothing is downloaded or installed from external URLs. Low install risk.
Credentials
No environment variables or credentials requested. The skill only needs filesystem access to find and append to a CSV, which is appropriate for its purpose.
Persistence & Privilege
always is false and the skill does not request permanent/system-wide presence or modify other skills. The agent will only write to the CSV after explicit user confirmation per the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nl2ledger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nl2ledger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug nl2ledger
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

nl2ledger 是什么?

Natural language bookkeeping — parse Chinese/English expense descriptions and append to QianJi CSV. Trigger phrases: 记账, 记一笔, add expense, spent, 花了, 买了, lun... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。

如何安装 nl2ledger?

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

nl2ledger 是免费的吗?

是的,nl2ledger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

nl2ledger 支持哪些平台?

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

谁开发了 nl2ledger?

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

💬 留言讨论