LaunchKit · 2026
Back to Skills

cacheforge-stats

CacheForge terminal dashboard — usage, savings, and performance metrics.

0
0 downloads
by @tkuehnl

Setup & Installation

openclaw skills install @tkuehnl/cacheforge-stats

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cacheforge-stats

What This Skill Does

A terminal dashboard for CacheForge that displays token usage, cost savings, and cache performance metrics. Pulls live data from the CacheForge API and renders breakdowns by model, provider, and API key.

Surfaces CacheForge metrics directly in the terminal without opening a browser dashboard.

When to use it

  • Checking token savings after a week of LLM usage
  • Comparing cache hit rates across different models
  • Reviewing API cost breakdown by provider
  • Spotting which API keys consume the most tokens
  • Monitoring cache performance before a billing cycle closes

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: show me my CacheForge savings for the last 7 days

AGENT
  1. 1Runs dashboard.py usage --window 7d to fetch usage data
  2. 2Calls GET /v1/account/usage with a 7-day window parameter
  3. 3Calls GET /v1/account/billing to retrieve cost figures
  4. 4Renders a terminal chart of token usage and savings over the period
OUTPUT

Terminal view showing token usage trends, cache hit rates, and calculated cost savings for the past 7 days

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

CACHEFORGE_API_KEY environment variableCacheForge account at app.anvil-ai.io