← 返回 Skills 市场
superuser-fank

MiniMax Token Plan 余额查询

作者 Superuser-fank · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
143
总下载
0
收藏
2
当前安装
12
版本数
在 OpenClaw 中安装
/install minimax-token-plan
功能描述
查询 MiniMax Token Plan 订阅套餐余额。引导用户配置 API Key(通过 openclaw config set 保存到本地环境变量),查询 M2.7 请求次数、TTS 字符、视频/图片生成配额等。
安全使用建议
This skill mostly does what it says (queries MiniMax usage), but there are important caveats: 1) The skill expects an environment variable MINIMAX_API_KEY and the script uses curl and python3, yet the registry metadata doesn't declare these — ask the author to add MINIMAX_API_KEY to required envs and list runtime deps. 2) SKILL.md asks you to paste your API key into the chat. Avoid pasting long-lived secrets into conversation with an agent unless you trust the platform; prefer saving the key via `openclaw config set` yourself and confirm how OpenClaw stores/encrypts the config. 3) If you proceed, create a limited-scope or test Token Plan key (not your primary account key) so exposure risk is minimized. 4) Request the maintainer to document: required env var, required binaries (curl, python3), and to avoid instructing users to paste secrets into chat; prefer CLI-only configuration flows. If these issues are fixed or clarified, the skill is reasonable to use.
功能分析
Type: OpenClaw Skill Name: minimax-token-plan Version: 1.1.1 The skill is designed to query MiniMax Token Plan balances and follows standard security practices. It uses the official MiniMax API endpoint (minimaxi.com) and correctly handles sensitive credentials by instructing the agent to use environment variables via 'openclaw config set' rather than passing them as command-line arguments. The shell script (scripts/query.sh) is straightforward and contains no evidence of data exfiltration or malicious execution.
能力评估
Purpose & Capability
The skill legitimately needs an API key and makes calls to a MiniMax API endpoint, which matches its description. However, the package metadata lists no required environment variables or primary credential even though SKILL.md and scripts rely on MINIMAX_API_KEY. That mismatch is unexplained and reduces trust.
Instruction Scope
SKILL.md instructs users to 'paste the Key to me' (the agent) or save it via `openclaw config set`. Asking users to paste a secret into a chat can expose the key to the model/service; the skill claims the key is only stored locally but the instructions also encourage direct pasting. The runtime instructions otherwise stay within the staking purpose and only reference MiniMax endpoints.
Install Mechanism
No install spec (instruction-only with a small script) — nothing is downloaded or extracted. That's low-risk from an installation perspective.
Credentials
The script and SKILL.md expect an environment variable MINIMAX_API_KEY, and the script uses curl and python3, but the registry metadata declares no required env vars or binaries. Requiring a secret without declaring it is disproportionate and undocumented. Also, the skill recommends storing the key via OpenClaw config; users should verify how and where that is stored.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It only suggests saving a key to the agent's OpenClaw config (normal behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-token-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-token-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
手机端适配:改为竖向列表布局,不再使用表格,彻底解决手机端排版错乱问题
v1.1.0
全新分组卡片展示:按滚动窗口(5小时)和每日重置分类,进度条+百分比+已用/总额,更清晰直观
v1.0.9
优化显示效果:改为进度条+百分比+状态标签(🟢🟡🔵🔴),更直观美观
v1.0.8
安全修复:移除命令行参数接收 Key(防止 ps aux 泄露);新增 API 错误处理(Key 无效/过期/额度用完时输出友好提示)
v1.0.7
新增用户选择机制:用户粘贴 Key 后可选择单次查询或保存到本地环境变量做持久查询
v1.0.6
优化 API Key 保存机制:通过 openclaw config set 保存到 env 环境变量,非 openclaw.json 明文存储,安全性更高
v1.0.5
安全升级:移除 Cookie 认证方式,仅保留 API Key 认证,更安全可靠
v1.0.4
新增 Cookie 有效期说明(通常30天),以及失效后的处理方式
v1.0.3
修正 Token Plan 页面链接为 user-center/payment/token-plan
v1.0.2
新增 Cookie + API Key 双认证模式,移除环境变量依赖,SKILL.md 增加完整认证引导教程,Cookie/ApiKey 获取步骤详细说明
v1.0.1
优化单位显示:M2.7=次请求/5h,TTS=字符/日,图片=张/日,视频=个/日,音乐=首/日;新增套餐额度参考表
v1.0.0
首次发布 - MiniMax Token Plan 订阅余额查询,支持 M2.7/TTS HD/视频/音乐/图像额度
元数据
Slug minimax-token-plan
版本 1.1.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 12
常见问题

MiniMax Token Plan 余额查询 是什么?

查询 MiniMax Token Plan 订阅套餐余额。引导用户配置 API Key(通过 openclaw config set 保存到本地环境变量),查询 M2.7 请求次数、TTS 字符、视频/图片生成配额等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。

如何安装 MiniMax Token Plan 余额查询?

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

MiniMax Token Plan 余额查询 是免费的吗?

是的,MiniMax Token Plan 余额查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MiniMax Token Plan 余额查询 支持哪些平台?

MiniMax Token Plan 余额查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MiniMax Token Plan 余额查询?

由 Superuser-fank(@superuser-fank)开发并维护,当前版本 v1.1.1。

💬 留言讨论