cacheforge-stats

TotalClaw 作者 CacheForge v1.0.0

CacheForge 终端仪表板 — 使用情况、节省情况和性能指标。准确查看您的代币去向。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~tkuehnl-cacheforge-stats
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~tkuehnl-cacheforge-stats/file -o tkuehnl-cacheforge-stats.md
## 概述(中文)

CacheForge 终端仪表板 — 使用情况、节省情况和性能指标。准确查看您的代币去向。

## 原文

## 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`