← 返回 Skills 市场
bytesagain3

Ledger

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ledger
功能描述
Calculate ledger financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports.
使用说明 (SKILL.md)

ledger

Calculate ledger financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports.

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
LEDGER_DIR Data directory (default: ~/.ledger/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a simple local ledger CLI that stores entries under ~/.ledger by default (or LEDGER_DIR if set). There is no network activity or credential access in the code. Before installing: 1) Confirm you trust the BytesAgain source. 2) Be aware that any entries you add are stored in plain text under the data directory — avoid entering secrets you don't want on disk. 3) Exports are written to files in the current working directory (ledger-export.json/csv). 4) If you want extra safety, review the included scripts/script.sh yourself or run the skill in a restricted environment; ensure the data directory permissions match your privacy requirements.
功能分析
Type: OpenClaw Skill Name: ledger Version: 1.0.0 The ledger skill is a straightforward CLI tool for tracking financial entries locally in ~/.ledger. The shell script (scripts/script.sh) implements basic CRUD operations and data export without any network activity, obfuscation, or attempts to access sensitive system files. While the script contains minor vulnerabilities such as potential injection in the sed-based config command, there is no evidence of malicious intent or harmful behavior.
能力评估
Purpose & Capability
Name/description match the included script and commands. The script implements add/list/search/remove/export/stats/config functionality and only operates on a local data directory (LEDGER_DIR or ~/.ledger). No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md only instructs running the provided script with specific commands. The script reads/writes files under the configured data directory and uses standard POSIX utilities; it does not read other system configuration files, environment variables beyond LEDGER_DIR/HOME, or send data to external endpoints.
Install Mechanism
No install spec — instruction-only with an included shell script. Nothing is downloaded from external URLs at install time and no archive extraction occurs.
Credentials
The skill declares no required environment variables or credentials. At runtime it honors an optional LEDGER_DIR and falls back to $HOME/.ledger; that is appropriate and proportionate for a local ledger tool.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent configuration. It will create and write files under the user's data directory but requests no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ledger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ledger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug ledger
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ledger 是什么?

Calculate ledger financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Ledger?

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

Ledger 是免费的吗?

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

Ledger 支持哪些平台?

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

谁开发了 Ledger?

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

💬 留言讨论