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

CLI Utilities @tkuehnl Updated 2/19/2026

📊 Cacheforge Stats OpenClaw Plugin & Skill | ClawHub

Looking to integrate Cacheforge Stats into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

CacheForge terminal dashboard — usage, savings, and performance metrics. See exactly where your tokens go.

Install

npx clawhub@latest install cacheforge-stats

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionlicensehomepageuser invocabletags
cacheforge-stats1.0.0CacheForge terminal dashboard — usage, savings, and performance metrics. See exactly where your tokens go.MIThttps://app.anvil-ai.iotrue
cacheforgemetricsdashboardai-agentstoken-optimizationllmobservabilitydiscorddiscord-v2

SKILL.md content below is scrollable.

When to use this skill

Use this skill when the user wants to:

  • See their CacheForge usage and savings
  • View a terminal dashboard with charts
  • Check token reduction rates
  • See cost savings breakdown
  • Monitor cache performance

Commands

# Full terminal dashboard
python3 skills/cacheforge-stats/dashboard.py dashboard

# Usage summary
python3 skills/cacheforge-stats/dashboard.py usage --window 7d

# Breakdown by model/provider/key
python3 skills/cacheforge-stats/dashboard.py breakdown --by model

# Savings-focused view
python3 skills/cacheforge-stats/dashboard.py savings

Environment Variables

  • CACHEFORGE_BASE_URL — CacheForge API base (default: https://app.anvil-ai.io)
  • CACHEFORGE_API_KEY — Your CacheForge API key (required)

API Contract (current)

This skill uses:

  • GET /v1/account/billing
  • GET /v1/account/info
  • GET /v1/account/usage
  • GET /v1/account/usage/breakdown
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/tkuehnl/cacheforge-stats
Latest commit: https://github.com/openclaw/skills/commit/158bdc625c835f3820e471ffcf4759fc5379160c

Related skills

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