minimax-usage
Original:🇨🇳 Chinese
Translated
Query MiniMax API usage status. Triggered when users ask about MiniMax usage, quota, or consumption statistics. Display used quota, weekly limit, reset time, and Token consumption statistics; do not display model quota.
8installs
Sourcevate34/skills
Added on
NPX Install
npx skill4agent add vate34/skills minimax-usageTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →MiniMax Usage Status Query
Function
Run the command, parse the output, and display it to users in a clear format.
minimax statusOutput Format
Must include the following information:
- 5-hour Quota: Percentage of used quota within the time window, remaining times, reset time
- Weekly Quota: Percentage of weekly usage, remaining times, reset time
- Token Consumption Statistics: Consumption from yesterday, past 7 days, and current month
Prohibited from displaying:
- Current model
- Model quota details (the "All Model Quotas" section)
Output Template
**MiniMax Usage Status**
| Item | Percentage | Remaining Times | Reset Time |
|------|--------|----------|----------|
| 5-hour Quota | XX% | XXX/XXXX Calls | In X hours X minutes |
| Weekly Quota | XX% | XXX/XXXX Calls | In X days X hours |
**Token Consumption Statistics**
| Period | Consumption |
|------|--------|
| Yesterday | XX.Xk |
| Past 7 Days | XX.Xk |
| Current Month | XXX.Xk |
**Status**: XXXXXExecution Steps
- Run the command
minimax status - Parse the command output and extract key data
- Output the results in the format of the above template
- If the "All Model Quotas" section is displayed, skip it directly