← Back to Skills Marketplace
bytesagain3

Ledger

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ledger
Description
Calculate ledger financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ledger
  3. After installation, invoke the skill by name or use /ledger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug ledger
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ledger?

Calculate ledger financial metrics and business data. Use when tracking expenses, analyzing investments, or generating financial reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install Ledger?

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

Is Ledger free?

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

Which platforms does Ledger support?

Ledger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ledger?

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

💬 Comments