Jump to related tools in the same category or review the original source on GitHub.

Clawdbot Tools @globalcaos Updated 2/26/2026

Token Panel Ultimate OpenClaw Skill - ClawHub

Do you want your AI agent to automate Token Panel Ultimate workflows? This free skill from ClawHub helps with clawdbot tools tasks without building custom tools from scratch.

What this skill does

Know exactly where your AI tokens go. Multi-provider tracking, budget alerts, and a REST API—all in one dashboard.

Install

npx clawhub@latest install token-panel-ultimate

Full SKILL.md

Open original
nameversiondescription
token-panel-ultimate2.1.1Know exactly where your AI tokens go. Multi-provider tracking, budget alerts, and a REST API—all in one dashboard.

Token Panel Ultimate

One dashboard for every token you spend. Anthropic, Gemini, OpenAI, Manus—tracked, stored, and queryable before the bill arrives.

Why This Exists

You've checked your Anthropic console, squinted at the OpenAI dashboard, opened a Gemini tab, and still weren't sure where last Tuesday's $14 went. Token Panel Ultimate puts all four providers in one place so the answer is always one query away.

What It Does

  • Multi-Provider Tracking — Anthropic, Gemini, OpenAI, and Manus in a single SQLite database
  • Budget Alerts — Set monthly limits per provider. Get warned before you overspend, not after
  • REST API — Query usage programmatically on port 8765. Plug it into your own scripts or dashboards
  • Transcript Parsing — Automatically extracts token counts from OpenClaw session transcripts
  • Zero Dependencies — SQLite storage. No Postgres, no Redis, no cloud account required
  • Runs as a Daemon — Systemd service keeps it alive in the background

Quick Start

pip install -r requirements.txt
python3 api.py

Architecture

OpenClaw Plugin → Budget Collector API → SQLite DB
                        ↓
                Transcripts / Anthropic API / Manus Tracker

API Endpoints

Method Path Description
GET /usage All provider usage
GET /usage/:provider Usage for a single provider
GET /budget Current budget limits
POST /budget Set or update budget limits

Clone it. Fork it. Break it. Make it yours.

👉 Explore the full project: github.com/globalcaos/clawdbot-moltbot-openclaw

Original URL: https://github.com/openclaw/skills/blob/main/skills/globalcaos/token-panel-ultimate

Related skills

If this matches your use case, these are close alternatives in the same category.