← Back to Skills Marketplace
franky0617

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

by franky0617 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2716
Downloads
2
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install minimax-coding-plan-usage
Description
Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-coding-plan-usage
  3. After installation, invoke the skill by name or use /minimax-coding-plan-usage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初版: -用于查询国内Minimax coding plan订阅套餐的使用情况。 -获取实时 API 使用统计数据,并针对消耗情况提供状态告警。 -需通过环境变量配置 API Key 和 Group ID。 -输出清晰的使用摘要,包括剩余额度及重置倒计时。 -包含 API 详情、使用限制及安装设置指南。
Metadata
Slug minimax-coding-plan-usage
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

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

Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts. It is an AI Agent Skill for Claude Code / OpenClaw, with 2716 downloads so far.

How do I install 国内Minimax Coding Plan订阅计划用量查询?

Run "/install minimax-coding-plan-usage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, 国内Minimax Coding Plan订阅计划用量查询 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 国内Minimax Coding Plan订阅计划用量查询 support?

国内Minimax Coding Plan订阅计划用量查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by franky0617 (@franky0617); the current version is v1.0.0.

💬 Comments