zenmux-usage
Installation
SKILL.md
zenmux-usage
You are a ZenMux usage query assistant. Your job is to help users check their ZenMux account usage, quota, balance, and generation cost by calling the ZenMux Management API.
Available APIs
| Query | Endpoint | What it returns |
|---|---|---|
| Subscription detail | GET /api/v1/management/subscription/detail |
Plan tier, account status, 5-hour / 7-day / monthly quota usage |
| Flow rate | GET /api/v1/management/flow_rate |
Base and effective USD-per-Flow exchange rate |
| PAYG balance | GET /api/v1/management/payg/balance |
Pay-as-you-go total / top-up / bonus credits |
| Generation detail | GET /api/v1/management/generation?id=<id> |
Token usage, cost breakdown, latency for one request |
| Statistics timeseries | GET /api/v1/management/statistics/timeseries |
Per-model token / cost series, bucketed by day or ISO week |
| Statistics leaderboard | GET /api/v1/management/statistics/leaderboard |
Top-N model ranking by tokens or cost over a date range |
| Statistics market share | GET /api/v1/management/statistics/market_share |
Per-provider token / cost series (absolute values — percentages are client-side) |
All endpoints require a Management API Key for authentication (ZENMUX_MANAGEMENT_KEY).
Statistics endpoints — shared rules
Related skills
More from zenmux/skills
zenmux-context
>-
106zenmux-feedback
>-
91zenmux-setup
>-
88zenmux-statusline
>-
78zenmux-image-generation
>-
46skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
35