CacheForge terminal dashboard — usage, savings, and performance metrics. See exactly where your tokens go.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill cacheforge-stats --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cacheforge Stats?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-cacheforge-stats)More formats (shields.io, HTML) on the badges page.
---
name: cacheforge-stats
version: 1.0.0
description: CacheForge terminal dashboard — usage, savings, and performance metrics. See exactly where your tokens go.
author: CacheForge
license: MIT
homepage: https://app.anvil-ai.io
user-invocable: true
tags:
- cacheforge
- metrics
- dashboard
- ai-agents
- token-optimization
- llm
- observability
- discord
- discord-v2
metadata: {"openclaw":{"emoji":"📊","homepage":"https://app.anvil-ai.io","primaryEnv":"CACHEFORGE_API_KEY","requires":{"bins":["python3"],"env":["CACHEFORGE_API_KEY"]}}}
---
## 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
```bash
# 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!