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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-ledger - After installation, invoke the skill by name or use
/agent-ledger - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Ledger?
Track AI agent earnings, tasks, and payments. Use when logging completed work, checking balance, viewing payment history, or generating invoices. Supports cr... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Agent Ledger?
Run "/install agent-ledger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Ledger free?
Yes, Agent Ledger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Ledger support?
Agent Ledger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Ledger?
It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.