← 返回 Skills 市场
184
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-plan-usage
功能描述
查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Sup...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-plan-usage - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-plan-usage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: query MiniMax Token Plan usage via slash command
元数据
常见问题
minimax-plan-usage 是什么?
查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Sup... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 minimax-plan-usage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-plan-usage」即可一键安装,无需额外配置。
minimax-plan-usage 是免费的吗?
是的,minimax-plan-usage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
minimax-plan-usage 支持哪些平台?
minimax-plan-usage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-plan-usage?
由 ZxYz(@alex-zxyz)开发并维护,当前版本 v1.0.0。
推荐 Skills