minimax-plan-checker
获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asio-o/minimax-plan-checkerWhat This Skill Does
The minimax-plan-checker is a specialized automation tool designed for developers and users of the MiniMax AI platform. It provides a seamless interface to retrieve real-time data regarding your current subscription plans, usage quotas, and billing status directly from the MiniMax user center. By interacting with the platform's web interface, this skill parses complex quota tables into readable summaries, allowing you to monitor your API usage, token consumption, and remaining credits without manual navigation.
Installation
To integrate this skill into your environment, use the OpenClaw CLI package manager. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/asio-o/minimax-plan-checker
Ensure that you have the necessary browser dependencies installed to allow the automation script to perform the headless or automated navigation tasks required to access the platform.
Use Cases
This skill is ideal for users who manage multiple API projects or need constant visibility into their billing cycles. It is particularly useful for:
- Monitoring monthly API expenditure to prevent budget overruns.
- Tracking specific model token consumption (e.g., MoE API vs. standard Chat API).
- Quickly verifying account status before deploying high-volume AI applications.
- Preparing status reports on current subscription limits during development sprints.
Example Prompts
- "Check my current MiniMax API usage and let me know how many tokens I have left for this month."
- "What is the status of my MiniMax subscription and my current billing quota?"
- "Show me the statistics for my MiniMax Chat API plan."
Tips & Limitations
- Login State: The skill relies on an existing session. If you are not logged into the MiniMax platform, the script will trigger a browser window for you to complete the login process manually.
- Environment: Ensure the script path in your environment matches the installation directory provided in the skill documentation.
- Connectivity: Stable internet access is required to reach the platform URL: https://platform.minimaxi.com/user-center/payment/coding-plan.
- Security: As this tool interacts with your browser, avoid running untrusted scripts in the same session. Always verify that your API keys and login credentials remain secure within the official MiniMax domain.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asio-o-minimax-plan-checker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution