Hledger
/install hledger
hledger Skill for OpenClaw
The hledger skill allows OpenClaw agents to execute hledger CLI commands
on the host system and return structured output to the user.
This skill acts as a thin wrapper around the installed hledger binary.
What This Skill Does
- Executes arbitrary
hledgersubcommands - Returns stdout and stderr output
- Allows querying balances, registers, reports, and journal data
- Enables automation of personal finance workflows inside OpenClaw
Example Usage
Input to the skill:
balance
Result:
Displays account balances from the default journal file.
Input:
register Assets
Result:
Displays register entries for the Assets account.
Input:
balance -f myledger.journal
Result:
Runs hledger against a specific ledger file.
Requirements
hledgermust be installed and available in PATH- The user must have read access to their ledger files
Test installation with:
hledger --version
Security Notes
This skill executes shell commands using the local hledger binary.
It does not allow arbitrary shell execution — only hledger commands
are prefixed and executed.
Intended Use
- Personal finance automation
- Ledger querying via chat
- Integration with Telegram or WhatsApp bots powered by OpenClaw
- Financial reporting pipelines
Version
1.0.0
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hledger - 安装完成后,直接呼叫该 Skill 的名称或使用
/hledger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hledger 是什么?
Execute hledger CLI commands to query balances, registers, reports, and journals, returning structured output from local ledger files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。
如何安装 Hledger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hledger」即可一键安装,无需额外配置。
Hledger 是免费的吗?
是的,Hledger 完全免费(开源免费),可自由下载、安装和使用。
Hledger 支持哪些平台?
Hledger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hledger?
由 bisbeebucky(@bisbeebucky)开发并维护,当前版本 v1.0.0。