A self-hosted dashboard for monitoring OpenClaw API spending and token usage with real-time budget alerts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawmeter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clawmeter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawMeter is a self-hosted cost tracking dashboard that transforms raw session logs into actionable financial insights, making it a vital part of your Openclaw Skills library. It calculates token usage and API costs in real-time, providing developers and teams with the visibility needed to optimize model selection and prevent budget overruns.
By integrating directly with your agent workspace, this skill allows for natural language queries about spending and provides a visual dashboard for deep-dive analytics. Whether you are managing a single personal agent or a fleet of production tools, this utility ensures your AI spending remains predictable and transparent.
cd ~/.openclaw/workspace
git clone https://github.com/yourusername/clawmeter.git
cd clawmeter
npm install
cp .env.example .env
# Edit .env to customize paths and limits
npm run ingest
npm start
ClawMeter organizes data using a local SQLite database for maximum efficiency and privacy:
Loading
A meta-skill designed to evaluate and optimize other skills by identifying gaps in logic, codebase fit, and output quality.

An intelligent file management system that implements semantic headers and a SQLite database to organize, tag, and validate project assets.

Ghost Catalog provides a semantic file header system and SQLite database to scan, tag, and organize files within any workspace for better discoverability and compliance.

A shared digital whiteboard for synchronized management of notes, code snippets, and key labels via API.

A specialized messaging protocol that enables multiple Openclaw Skills instances to coordinate and exchange data through a shared JSON queue.

Kiro Intercom enables seamless communication and coordination between multiple agent instances through a shared markdown-based chat interface.








































