返回顶部
a

agent-ledger

Track AI agent earnings, tasks, and payments. Use when logging completed work, checking balance, viewing payment history, or generating invoices. Supports crypto (USDC/ETH) and fiat tracking with running totals.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
69
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # 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` | `<line_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: ```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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-ledger-1775974035 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-ledger-1775974035 技能

通过命令行安装

skillhub install agent-ledger-1775974035

下载 Zip 包

⬇ 下载 agent-ledger v1.0.0

文件大小: 4.22 KB | 发布时间: 2026-4-13 09:10

v1.0.0 最新 2026-4-13 09:10
agent-ledger 1.0.0 – Initial release

- Track AI agent earnings, tasks, and payments.
- Log completed work, check balances, view payment history, and generate invoices.
- Supports both crypto (USDC/ETH) and fiat with running totals.
- Command-line interface for adding, listing, and managing tasks and payments.
- Data stored locally; export data as JSON or CSV.
- Includes template for setting rate cards and wallet settings.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部