openclaw-tally
by @jonathanjing
Tokens tell you how much you paid. Tasks tell you what you got. Tally tracks every OpenClaw task from start to finish — cost, complexity, and efficiency score.
clawhub install openclaw-tally📖 About This Skill
name: openclaw-tally description: "Tokens tell you how much you paid. Tasks tell you what you got. Tally tracks every OpenClaw task from start to finish — cost, complexity, and efficiency score." version: "0.3.1" metadata: {"openclaw": {"emoji": "📊", "runtime": "node", "requires": {"anyBins": ["node", "npm"]}}}
OpenClaw Tally
Reframes AI usage from token-counting to task-completion economics. Instead of "how many tokens?", answer "how much to get X done, and was it worth it?"
🛠️ Installation
1. Ask OpenClaw (Recommended)
Tell OpenClaw: *"Install the openclaw-tally skill."* The agent will handle the installation and configuration automatically.2. Manual Installation (CLI)
If you prefer the terminal, run:clawhub install openclaw-tally
Security & Privacy Declaration
message-post hook and processes every message.~/.openclaw/tally/tally.db. A custom path can be provided for testing.better-sqlite3 (native Node.js addon). Installation runs npm install which triggers a native build step.~/.openclaw/tally/.What It Does
Commands
/tasks list — Show recent tasks with status, cost, and TES/tasks stats — Summary statistics for a time period/tasks this-week — This week's task summary/tasks show — Show task detail/tasks report --dimension model — Model efficiency report/tasks cron-health — Cron efficiency and health checkComplexity Levels
TES (Task Efficiency Score)
TES = quality_score / (normalized_cost × complexity_weight)
Usage
When the skill is installed, it automatically hooks into message-post. Use the /tasks commands above to query analytics. All data is stored locally in ~/.openclaw/tally/tally.db.
See PRD.md for the full product specification.
💡 Examples
When the skill is installed, it automatically hooks into message-post. Use the /tasks commands above to query analytics. All data is stored locally in ~/.openclaw/tally/tally.db.
See PRD.md for the full product specification.