← Back to Skills Marketplace
MiniMax Quota Query
by
hongjiahao371-pixel
· GitHub ↗
· v1.0.0
· MIT-0
118
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install minimax-quota
Description
MiniMax Token Plan 额度查询工具。当需要查询 MiniMax API 使用量、剩余配额、额度重置时间时使用。支持查询 M2.7 文本、image-01 图片、Hailuo 视频、music-2.5 音乐、speech 语音等模型的用量。触发场景:用户问"查一下 MiniMax 额度"、"Toke...
Usage Guidance
This skill appears to do what it says: call MiniMax's quota endpoint and print results. Before installing or running it, confirm the MiniMax endpoint/domain is legitimate and trusted (https://www.minimaxi.com). Do not paste your API key into unknown packages; prefer running the provided script locally so you control the environment and can inspect requests. Ask the publisher to update the package metadata to declare MINIMAX_API_KEY (and that Python 3 is required) so the need for a secret is explicit. If you must provide a key, ensure it has minimal scope and rotate it afterward if you become uncertain. Finally, note the odd 'uv run' invocation in the README — the script itself requires python3; verify how your agent/runtime will execute it.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-quota
Version: 1.0.0
The skill bundle is a legitimate utility for querying MiniMax API usage and quotas. The Python script (scripts/query.py) performs a standard GET request to the official MiniMax endpoint (minimaxi.com) using a user-provided API key and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description state it queries MiniMax Token Plan and the included script and curl examples do exactly that against https://www.minimaxi.com/.... However the registry metadata does not declare the required credential or runtime even though the SKILL.md and script expect an API key (MINIMAX_API_KEY) and a Python 3 interpreter. The missing declaration is an inconsistency.
Instruction Scope
SKILL.md and scripts instruct only to call the stated MiniMax endpoint and to format/print returned quota data. The code does not read unrelated files, contact other endpoints, or attempt to access unrelated system state.
Install Mechanism
There is no install spec (instruction-only with an included script). The script is small, uses the standard library (urllib), and will not write or execute additional downloaded code. Note: it expects a Python 3 runtime to be available.
Credentials
The skill legitimately requires a single bearer token (MINIMAX_API_KEY) to call the MiniMax API, which is proportionate. However, the registry metadata does not list this required env var or a primary credential, so the manifest understates the secret access the skill needs. That omission reduces transparency and is a red flag.
Persistence & Privilege
The skill does not request persistent/global privileges (always is false) and does not modify other skills or system-wide settings. It only runs as invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-quota - After installation, invoke the skill by name or use
/minimax-quota - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:MiniMax Token Plan 额度查询工具,支持查询 M2.7、图片、视频、音乐、语音等模型的剩余配额
Metadata
Frequently Asked Questions
What is MiniMax Quota Query?
MiniMax Token Plan 额度查询工具。当需要查询 MiniMax API 使用量、剩余配额、额度重置时间时使用。支持查询 M2.7 文本、image-01 图片、Hailuo 视频、music-2.5 音乐、speech 语音等模型的用量。触发场景:用户问"查一下 MiniMax 额度"、"Toke... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install MiniMax Quota Query?
Run "/install minimax-quota" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Quota Query free?
Yes, MiniMax Quota Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Quota Query support?
MiniMax Quota Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Quota Query?
It is built and maintained by hongjiahao371-pixel (@hongjiahao371-pixel); the current version is v1.0.0.
More Skills