The zenmux-usage skill assists users in checking their ZenMux account usage, quota, balance, and generation costs by interfacing with the ZenMux Management API. It's designed for users needing to monitor their subscription and usage metrics.
$ npx skills add https://github.com/zenmux/skills --skill zenmux-usageThe zenmux-usage skill provides AI agents with real-time access to ZenMux account metrics through the Management API. It retrieves subscription details, quota usage across 5-hour, 7-day, and monthly windows, account status, Flow rate limits, PAYG wallet balance, per-generation cost and token breakdowns, and platform statistics including timeseries trends and model leaderboards. This skill enables users to track their resource consumption, monitor spending, and optimize their ZenMux subscription without leaving their development environment. It's designed for developers and teams who need programmatic access to billing and usage data for monitoring, automation, or integration with other tools.
Install the skill using the command provided.
Check subscription details and account status.
Retrieve flow rates for currency conversions.
Monitor pay-as-you-go balance and credits.
Analyze token usage and cost for specific requests.
$ npx skills add https://github.com/zenmux/skills --skill zenmux-usagegit clone https://github.com/zenmux/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check my ZenMux account usage and quota for [MONTH/YEAR]. Show my current balance, generation costs, and any warnings about exceeding limits. Include a breakdown of usage compared to my subscription tier. [ZENMUX_API_KEY]
```markdown # ZenMux Account Usage Report - October 2023 ## Account Overview - **Subscription Tier**: Pro (100k credits/month) - **Current Balance**: 87,245 credits (12.76% remaining) - **Generation Costs (Oct)**: $142.87 (1,242 credits used) ## Usage Breakdown | Metric | Used | Limit | Status | |----------------------|------|-------|-----------------| | API Calls | 12,456 | 20,000 | ✅ Under limit | | Text Generation | 8,765 | 10,000 | ✅ Under limit | | Image Generation | 342 | 500 | ✅ Under limit | | Storage (GB) | 42.8 | 50 | ⚠️ 85.6% used | ## Warnings - Storage usage is approaching your limit. Consider archiving old files. - Your monthly credit balance will reset on November 1st. ## Recommendations - Optimize storage by deleting unused assets. - Monitor text generation costs if usage increases next month. ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan