✓ Verified 💻 Development ✓ Enhanced Data

Cacheforge Stats

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

Rating
4.8 (239 reviews)
Downloads
33,797 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

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

Installation

Terminal bash

openclaw install cacheforge-stats
    
Copied!

💻Code Examples

example.sh
# 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

Tags

#cli_utilities

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author tkuehnl
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install cacheforge-stats