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
Added on

NPX Install

npx skill4agent add vate34/skills minimax-usage

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

MiniMax Usage Status Query

Function

Run the
minimax status
command, parse the output, and display it to users in a clear format.

Output 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**: XXXXX

Execution Steps

  1. Run the
    minimax status
    command
  2. Parse the command output and extract key data
  3. Output the results in the format of the above template
  4. If the "All Model Quotas" section is displayed, skip it directly