← 返回 Skills 市场
khaney64

Minimax Usage

作者 Kevin Haney · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
658
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install minimax-usage-2
功能描述
Check MiniMax coding plan usage/credits remaining. Requires MINIMAX_API_KEY environment variable.
安全使用建议
This skill appears to do exactly what it claims: call MiniMax's remains endpoint and format a Discord-style alert. Before installing, confirm that minimax.io is the expected service and that you trust the owner (source/homepage is unknown). Protect the MINIMAX_API_KEY: store it in a secure secret store rather than exposing it directly in cron environment lines or logs. If you plan to pipe alerts to a webhook (Discord or other), ensure the webhook endpoint is trusted because alerts will contain usage information. If you need higher assurance, review the included script (scripts/minimax-usage.sh) yourself — it is short and readable — and rotate the API key if you later remove the skill or suspect leakage.
功能分析
Type: OpenClaw Skill Name: minimax-usage-2 Version: 0.1.2 The skill bundle is a utility for monitoring MiniMax API credit usage. The bash script (scripts/minimax-usage.sh) queries the official MiniMax API endpoint, validates input parameters, and formats usage statistics for display. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (check remaining MiniMax coding-plan credits) match required artifacts: MINIMAX_API_KEY, curl, jq, and a single script that queries minimax.io. Requested binaries and env var are proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs running the included script and optionally piping output to a webhook. The script only reads MINIMAX_API_KEY and talks to https://www.minimax.io; it does not read other files or environment variables. Note: the README encourages piping output to an external Discord webhook — users should ensure any webhook endpoint is trusted because alerts will be transmitted there.
Install Mechanism
No install spec (instruction-only plus an included shell script). Nothing is downloaded or extracted at install time, so there is no additional install risk.
Credentials
Only MINIMAX_API_KEY is required. There are no unrelated secret env vars or config paths requested. The single credential is appropriate for querying the MiniMax API.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide privileges. It does not modify other skills or agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-usage-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-usage-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Updated usage examples in documentation to use full script paths for clarity. - Adjusted cron job example to explicitly use `bash` and full script path. - No functional changes; documentation improvements only.
v0.1.1
- Added jq as a required dependency. - Declared MINIMAX_API_KEY as a required environment variable in metadata.
v0.1.0
- Initial release: Check MiniMax coding plan usage and remaining credits. - Supports threshold flag to alert only when remaining credits fall below a specified percentage. - Outputs Discord-formatted status with remaining requests, reset time (ET), and time left. - Designed for use with cron jobs for automated low-credit alerts. - Requires MINIMAX_API_KEY environment variable and curl installed.
元数据
Slug minimax-usage-2
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Minimax Usage 是什么?

Check MiniMax coding plan usage/credits remaining. Requires MINIMAX_API_KEY environment variable. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 658 次。

如何安装 Minimax Usage?

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

Minimax Usage 是免费的吗?

是的,Minimax Usage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Usage 支持哪些平台?

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

谁开发了 Minimax Usage?

由 Kevin Haney(@khaney64)开发并维护,当前版本 v0.1.2。

💬 留言讨论