token-plan-check

Check MiniMax token usage and reset status from the terminal.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill token-plan-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-plan-check
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/token-plan-check
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill token-plan-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an easy way to check your MiniMax Token Plan usage and reset status directly from the terminal or integrate it into your zsh RPROMPT, ensuring you always know your token status at a glance.

Core Features & Use Cases

  • Terminal Check: Quickly check your token usage and reset status directly from the terminal.
  • RPROMPT Integration:永久地整合到您的 zsh RPROMPT,以便在每次终端提示时查看您的状态。
  • Use Case: Whether you need to know how many tokens you have left, how much time is left until reset, or your weekly limit status, this skill makes it easy to get the information you need without navigating to the MiniMax console.

Quick Start

Use the token-plan-check skill to get your token usage status in the terminal.

Frequently Asked Questions about token-plan-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my MiniMax token plan usage from the terminal?

To check your MiniMax token plan usage from the terminal, you can run a script that uses Python and curl to fetch your current token balance, remaining tokens, and reset status directly from the MiniMax API.

Can I display MiniMax API token limits in my zsh RPROMPT?

Yes, you can integrate the MiniMax token usage check directly into your zsh RPROMPT, allowing you to permanently monitor your token balance and reset status at a glance every time your terminal prompt refreshes.

Do I need Python and curl to monitor my MiniMax token balance?

Yes, you need both Python and curl installed in your environment to execute the API calls and process the JSON responses required to monitor your MiniMax token balance and reset status effectively.

What is the best way to track remaining MiniMax tokens without using the console?

The best way to track remaining MiniMax tokens without the console is using a terminal script that queries the MiniMax API, providing immediate updates on your weekly limit status and time until reset directly in your CLI.

Why does my terminal token usage check fail to fetch MiniMax API data?

Your terminal token usage check fails if Python or curl is missing, or if the script cannot authenticate with the MiniMax API to retrieve your token plan data, resulting in an empty statusline or rprompt output.