← 返回 Skills 市场
thesethrose

Minimax Usage

作者 Seth Rose · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
3772
总下载
1
收藏
16
当前安装
2
版本数
在 OpenClaw 中安装
/install minimax-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) Do not assume the metadata lists required credentials — the script expects MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID. 2) Inspect and fix the .env sourcing path: SKILL.md says create .env next to the script but the script sources ../../.env. Either place your .env two levels up (risky) or edit the script to source a local .env (e.g., source "$(dirname "$0")/.env"). 3) Ensure jq and curl are available (jq is used but not declared). 4) Keep the .env file minimal — only include the two Minimax values; don't put other secrets in that file if you keep it at ../../.env. 5) Run the script in an isolated environment (container or sandbox) until you confirm it behaves as expected. 6) Prefer the registry metadata to be updated to declare the env vars and required binaries; if you cannot verify or change the script, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: minimax-usage Version: 1.0.1 The skill bundle is designed to monitor Minimax API usage. The `minimax-usage.sh` script uses `curl` to query the legitimate Minimax API endpoint, authenticating with an API key sourced from a `.env` file. While there is a discrepancy between the `SKILL.md` instructions for `.env` file placement and the script's actual path (`../../.env`), this appears to be a functional bug or a common pattern for shared environment variables, not an attempt at data exfiltration or malicious access. There is no evidence of prompt injection, unauthorized execution, persistence mechanisms, or obfuscation. All actions align with the stated purpose of monitoring API usage.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's stated purpose (monitor Minimax coding-plan usage) matches what the script does (HTTP GET to minimax platform using an API key and GroupId). However the registry metadata declares no required environment variables or credentials while both SKILL.md and the script require MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID. This mismatch is incoherent and should have been declared.
Instruction Scope
SKILL.md instructs the user to create a .env 'in the same directory as the script', but the script actually sources "$(dirname "$0")/../../.env" (two directories up). That difference means the script may read a .env in an unexpected location (potentially unrelated environment data). The script only sends data to platform.minimax.io (expected), and does not appear to exfiltrate to other endpoints, but the incorrect source path is a scope creep/risk because it can pull in variables the author didn't intend.
Install Mechanism
No install spec (instruction-only plus a shell script). Nothing is downloaded or written during an install step, which is low risk. The provided script is executed locally and not installed from remote URLs.
Credentials
The script needs MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID (proportionate to the task). However the registry lists no required env vars (incoherent). Additionally the script sources a .env file from ../../.env which could load many other environment variables not intended for this skill; that's a proportionality risk. The script also relies on jq and curl but required binaries were not declared in metadata.
Persistence & Privilege
The skill does not request permanent presence (always:false). It does not modify other skills or system-wide settings and does not persist credentials; it simply reads variables and makes a single API call. Autonomous invocation is enabled by default (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-usage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-usage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed GroupId URL to point to basic-information page
v1.0.0
Initial release of minimax-usage skill. - Monitors usage of Minimax Coding Plan to help users stay within API limits. - Fetches current usage stats and provides easy-to-understand status alerts. - Guides users through setup with required environment variables. - Documents API endpoint, required headers, and output examples. - Describes plan-specific metrics and usage reset logic.
元数据
Slug minimax-usage
版本 1.0.1
许可证
累计安装 16
当前安装数 16
历史版本数 2
常见问题

Minimax Usage 是什么?

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

如何安装 Minimax Usage?

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

Minimax Usage 是免费的吗?

是的,Minimax Usage 完全免费(开源免费),可自由下载、安装和使用。

Minimax Usage 支持哪些平台?

Minimax Usage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Minimax Usage?

由 Seth Rose(@thesethrose)开发并维护,当前版本 v1.0.1。

💬 留言讨论