Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: show me my CacheForge savings for the last 7 days
- 1Runs dashboard.py usage --window 7d to fetch usage data
- 2Calls GET /v1/account/usage with a 7-day window parameter
- 3Calls GET /v1/account/billing to retrieve cost figures
- 4Renders a terminal chart of token usage and savings over the period
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.