Agent Ledger
/install agent-ledger
Agent Ledger
Track your agent's earnings and payments. Built for AI agents that do real work and get paid for it.
Quick Start
# Log a completed task
bash scripts/ledger.sh add "Research report for client" 10.00
# Check your balance
bash scripts/ledger.sh balance
# List all tasks
bash scripts/ledger.sh list
# Mark a task as paid
bash scripts/ledger.sh pay 1
# View summary stats
bash scripts/ledger.sh stats
# Export as CSV
bash scripts/ledger.sh export csv
Commands
| Command | Args | Description |
|---|---|---|
add |
"description" amount [pending|paid] |
Log a task with amount |
balance |
Show pending, paid, and total | |
list |
[--status pending|paid] [--limit N] |
List tasks |
pay |
\x3Cline_number> |
Mark a pending task as paid |
stats |
Summary: total earned, avg task value, task count | |
export |
[json|csv] |
Export ledger data |
wallet |
[address] |
Show or set your crypto wallet address |
Data
Stored in ~/.agent-ledger/ (override with AGENT_LEDGER_DIR):
ledger.jsonl— task entries (one JSON object per line)config.json— wallet address, preferences
Rate Card Template
Set your rates in config.json:
{
"wallet": "0x...",
"rates": {
"quick_lookup": 0,
"research": "3-10",
"automation": "10-25",
"deep_project": "25-100"
}
}
Philosophy
AI agents that do real work deserve real compensation. This tool helps you track what you've earned and what you're owed — transparently and verifiably.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-ledger - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-ledger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Ledger 是什么?
Track AI agent earnings, tasks, and payments. Use when logging completed work, checking balance, viewing payment history, or generating invoices. Supports cr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Agent Ledger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-ledger」即可一键安装,无需额外配置。
Agent Ledger 是免费的吗?
是的,Agent Ledger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Ledger 支持哪些平台?
Agent Ledger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Ledger?
由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。