Install
openclaw skills install @jonathanjing/openclaw-tallyDevelop, test, or integrate the OpenClaw Tally Node.js library for task-level cost, complexity, and efficiency analytics. Use when working on Tally's detector, SQLite ledger, analytics engine, or an explicit plugin/hook integration; installing this skill alone does not register hooks or slash commands.
openclaw skills install @jonathanjing/openclaw-tallyReframes 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?"
Tell OpenClaw: "Install the openclaw-tally skill." The agent will handle the installation and configuration automatically.
If you prefer the terminal, run:
openclaw skills install @jonathanjing/openclaw-tally
message-post integration would observe every message, so disclose that scope before enabling it.~/.openclaw/tally/tally.db. A custom path can be provided for testing.better-sqlite3 13.x (native Node.js addon). Installation may download a signed prebuild or run a local native build.~/.openclaw/tally/.cd "{baseDir}"
npm install
npm test
The package currently exports library modules from src/index.js. Add slash commands and event hooks only through an OpenClaw plugin or another explicit runtime integration.
TES = quality_score / (normalized_cost × complexity_weight)
When explicitly integrated, store analytics locally in ~/.openclaw/tally/tally.db or a test-specific path.
See {baseDir}/PRD.md for the product specification.