← Back to Skills Marketplace
alex-zxyz

minimax-plan-usage

by ZxYz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
184
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-plan-usage
Description
查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Sup...
Usage Guidance
This skill appears to do exactly what it says: call MiniMax's token-plan remains endpoint and print usage. Before installing, verify the API host (minimaxi.com vs minimax.io) is the official MiniMax endpoint you expect, and only provide a Token Plan key (MINIMAX_API_KEY) that is scoped appropriately. Ensure your environment has Python and the 'requests' package (pip install requests) or the script will fail. Review the script if you want to confirm it only sends the API key to the MiniMax host and doesn't perform additional actions. If you have concerns about sharing the token, consider creating a limited-scope token for this purpose.
Capability Analysis
Type: OpenClaw Skill Name: minimax-plan-usage Version: 1.0.0 The skill bundle is a legitimate utility for querying MiniMax Token Plan usage. The Python script (scripts/check_usage.py) makes a standard GET request to the official MiniMax API endpoint (minimaxi.com) using the provided MINIMAX_API_KEY. There is no evidence of malicious intent, data exfiltration to unauthorized domains, or prompt injection risks.
Capability Assessment
Purpose & Capability
The skill declares python and MINIMAX_API_KEY and its script calls a MiniMax 'remains' endpoint to report model quotas — this matches the name/description. One minor inconsistency: the package homepage in metadata is platform.minimax.io while the script and SKILL.md default API host are https://www.minimaxi.com (extra 'i'); this is likely a benign domain variation but worth verifying the correct official API host before use.
Instruction Scope
SKILL.md describes only querying the MiniMax remains endpoint and the script only reads MINIMAX_API_KEY (and optional MINIMAX_API_HOST). It does not access other files, system paths, or send data to unrelated endpoints. Note: the script maps API fields to human labels and may misinterpret API field names (e.g., using current_interval_usage_count as 'remaining') — this is a correctness issue, not a security one.
Install Mechanism
There is no install spec (instruction-only) and the code relies on the third-party 'requests' package. The script prints an error asking the user to 'pip install requests' if missing; the skill does not declare or automate that dependency. No remote archives or untrusted downloads are used.
Credentials
Only MINIMAX_API_KEY is required (with an optional MINIMAX_API_HOST). These are appropriate and proportionate for calling the MiniMax Token Plan API. The skill does not request unrelated secrets or system credentials.
Persistence & Privilege
The skill is not always-enabled and requests no system config changes or elevated privileges. disable-model-invocation is true (the skill cannot call the model autonomously), reducing autonomous blast radius.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-plan-usage
  3. After installation, invoke the skill by name or use /minimax-plan-usage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: query MiniMax Token Plan usage via slash command
Metadata
Slug minimax-plan-usage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is minimax-plan-usage?

查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Sup... It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.

How do I install minimax-plan-usage?

Run "/install minimax-plan-usage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is minimax-plan-usage free?

Yes, minimax-plan-usage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does minimax-plan-usage support?

minimax-plan-usage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created minimax-plan-usage?

It is built and maintained by ZxYz (@alex-zxyz); the current version is v1.0.0.

💬 Comments