← 返回 Skills 市场
franky0617

国内Minimax Coding Plan订阅计划用量查询

作者 franky0617 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2716
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-coding-plan-usage
功能描述
Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts.
安全使用建议
Before installing or running this skill: (1) Inspect minimax-coding-plan-usage.sh line-by-line — confirm it only calls the documented Minimax endpoint and does not read unrelated files, call other domains, or exfiltrate data. (2) Prefer providing a scoped API key with minimal permissions; avoid using long-lived or broad keys. (3) Store secrets securely (not in a repo); if you must use a .env file, add it to .gitignore. (4) Ask the publisher why the registry metadata omits the required env vars and request explicit declaration of required credentials. (5) If unsure, run the script in a sandboxed environment or with network monitoring to observe outbound requests.
功能分析
Type: OpenClaw Skill Name: minimax-coding-plan-usage Version: 1.0.0 The skill is classified as suspicious primarily due to the `minimax-coding-plan-usage.sh` script sourcing a `.env` file from `../../.env`. This path suggests it attempts to load a global OpenClaw configuration file (e.g., `~/.openclaw/.env`), which contradicts the `SKILL.md` instructions to create a `.env` file in the skill's local directory. While the script only explicitly uses `MINIMAX_CODING_API_KEY` and `MINIMAX_GROUP_ID`, loading a potentially global `.env` file means all variables within it would be exposed to the script's environment, representing a broader permission than necessary and a potential information exposure risk, even without clear malicious intent to exfiltrate them. The network calls are to a legitimate Minimax API endpoint (platform.minimax.com) and do not show signs of data exfiltration to unauthorized destinations.
能力评估
Purpose & Capability
The skill's name and description align with fetching usage from Minimax. Asking for a MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID in SKILL.md is consistent with that purpose. However, the registry metadata claims no required environment variables while the runtime instructions explicitly require those two values — this mismatch is unexpected and reduces trust.
Instruction Scope
SKILL.md tells the user to create a .env with MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID and to run minimax-usage.sh. The instructions otherwise stay within scope (call the Minimax endpoint). But the agent/user is directed to store a secret in a local file (.env) and execute a provided shell script; the skill does not document what the script does in detail. Because the actual script content could read additional files, environment variables, or call other endpoints, the instructions grant broad discretion without transparency.
Install Mechanism
There is no install spec (instruction-only), but a bundled shell script (minimax-coding-plan-usage.sh) is included. Bundled executable scripts are fine if inspected, but the package provides no guidance to review or sandbox the script before running. Without reviewing the script, executing it could write files, run arbitrary commands, or send data elsewhere. The absence of a formal install mechanism means the user likely runs the script directly — review its contents first.
Credentials
The skill reasonably needs MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID to call the Minimax API. However, the registry metadata lists no required env vars or primary credential, which is inconsistent with the SKILL.md. This mismatch makes it unclear how the platform will surface or protect those credentials; the instructions also suggest storing the API key in a plain .env file (risk if accidentally committed).
Persistence & Privilege
No elevated privileges are requested: always is not set and model-invocation settings are default. The skill does not request permanent presence or unusual system access in the registry metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-coding-plan-usage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-coding-plan-usage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版: -用于查询国内Minimax coding plan订阅套餐的使用情况。 -获取实时 API 使用统计数据,并针对消耗情况提供状态告警。 -需通过环境变量配置 API Key 和 Group ID。 -输出清晰的使用摘要,包括剩余额度及重置倒计时。 -包含 API 详情、使用限制及安装设置指南。
元数据
Slug minimax-coding-plan-usage
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

国内Minimax Coding Plan订阅计划用量查询 是什么?

Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2716 次。

如何安装 国内Minimax Coding Plan订阅计划用量查询?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-coding-plan-usage」即可一键安装,无需额外配置。

国内Minimax Coding Plan订阅计划用量查询 是免费的吗?

是的,国内Minimax Coding Plan订阅计划用量查询 完全免费(开源免费),可自由下载、安装和使用。

国内Minimax Coding Plan订阅计划用量查询 支持哪些平台?

国内Minimax Coding Plan订阅计划用量查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 国内Minimax Coding Plan订阅计划用量查询?

由 franky0617(@franky0617)开发并维护,当前版本 v1.0.0。

💬 留言讨论