← Back to Skills Marketplace
178
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-token-plan-quota
Description
Check MiniMax Token Plan remaining quota, usage window reset time, and per-model remaining limits, especially for the China mainland Token Plan flow on minim...
Usage Guidance
This skill appears to do exactly what it says: call MiniMax quota endpoints and format results. Before installing or running it, be aware that it needs your MiniMax API key (MINIMAX_API_KEY). Provide the key either as an environment variable for the one-off command or store it in ~/.openclaw/.env if you trust the environment. The registry metadata omits declaring that env var — that’s a minor inconsistency but not a security red flag. The script only contacts https://www.minimaxi.com and https://www.minimax.io and does not attempt to send data elsewhere or persist keys. If you have concerns, run the Python script locally and inspect network activity (or run it with a throwaway key) before giving it a real API key.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-token-plan-quota
Version: 0.1.0
The skill is a legitimate utility for checking MiniMax Token Plan quotas. The Python script (scripts/check_token_plan_quota.py) uses standard libraries to query official MiniMax API endpoints and handles API keys via environment variables or a local configuration file (~/.openclaw/.env). The instructions in SKILL.md are well-defined, include security best practices regarding secret handling, and contain no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the provided script and SKILL.md. The included Python script queries MiniMax quota endpoints and formats results; nothing in the files requests unrelated services or privileges.
Instruction Scope
Runtime instructions and the script limit actions to: read MINIMAX_API_KEY from env or ~/.openclaw/.env, call the MiniMax endpoints (China or global), and print a markdown table or JSON. The SKILL.md does not instruct reading other files or exfiltrating data.
Install Mechanism
There is no install spec; this is an instruction + script bundle. No external downloads, package installs, or archive extraction are used.
Credentials
The skill requires a MiniMax API key to function and the SKILL.md/script expect MINIMAX_API_KEY (env or ~/.openclaw/.env). Registry metadata lists no required env vars — that metadata omission is inconsistent but not malicious. No other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide configs. It only reads ~/.openclaw/.env if present; it does not write persistent credentials itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-token-plan-quota - After installation, invoke the skill by name or use
/minimax-token-plan-quota - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish: check MiniMax Token Plan remaining quota, support ~/.openclaw/.env fallback.
Metadata
Frequently Asked Questions
What is MiniMax Token Plan Quota?
Check MiniMax Token Plan remaining quota, usage window reset time, and per-model remaining limits, especially for the China mainland Token Plan flow on minim... It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install MiniMax Token Plan Quota?
Run "/install minimax-token-plan-quota" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Token Plan Quota free?
Yes, MiniMax Token Plan Quota is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Token Plan Quota support?
MiniMax Token Plan Quota is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Token Plan Quota?
It is built and maintained by AlexShen (@alex-shen1121); the current version is v0.1.0.
More Skills