← 返回 Skills 市场
298
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-plan-checker
功能描述
获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。
安全使用建议
This skill will open a local browser and scrape the MiniMax billing page for plan/usage information. However, its code also searches the page text for API-key-like strings (regex for 'sk-cp-...') and will print/return any matches — a sensitive behavior that is not documented in SKILL.md. Before installing or running: 1) Inspect the script yourself or ask the publisher to explicitly disclose API-key extraction and whether keys are stored, transmitted, or logged. 2) If you want only plan/usage info, remove or disable the api_key extraction lines in scripts/get_plan.py (the JS evaluation and the regex for sk-cp-...). 3) Run the script in a trusted, isolated environment and do not run it while unrelated accounts/pages are open in the same browser profile (the script can read any DOM the browser can access). 4) Consider changing prints to redact keys (e.g., show only last 4 chars) and avoid returning secrets in machine-readable results. If the publisher cannot justify extracting keys, treat this as a reason not to use the skill.
功能分析
Type: OpenClaw Skill
Name: minimax-plan-checker
Version: 1.0.0
The script `scripts/get_plan.py` intentionally extracts sensitive API keys (matching the pattern `sk-cp-[a-zA-Z0-9]+`) from the MiniMax platform page using regex and DOM selectors, despite this capability not being disclosed in the `SKILL.md` description. While the script runs in a non-headless browser and lacks explicit exfiltration logic, the silent collection of credentials that are then returned to the AI agent is a high-risk behavior. Additionally, `SKILL.md` contains a hardcoded absolute path to a specific local user directory (`C:\Users\YangF\...`), which is highly unusual for a shared skill bundle.
能力评估
Purpose & Capability
The skill's stated purpose is to retrieve MiniMax plan/usage info; the script automates a browser to open the MiniMax billing page and scrape text, which is a plausible implementation. However, the code also searches for API keys (pattern sk-cp-...) which is not mentioned in the SKILL.md outputs — this extra capability should be explicitly documented.
Instruction Scope
SKILL.md instructs the user to run the provided script and describes returned fields (plan name, quota, usage); it does not mention extracting API keys. The script evaluates page DOM and runs regex to find API keys and returns/prints them. That is scope creep: the runtime instructions do not disclose that secrets visible in the page will be extracted and printed.
Install Mechanism
No install spec in the registry; the script requires the third-party package Playwright and a browser runtime (the script prints a message to pip install/playwright install chromium). This is expected for browser automation and no arbitrary remote downloads or obscure installers are embedded in the skill bundle.
Credentials
The skill does not request environment variables, which is good, but it programmatically searches the page for API keys and prints them. Extracting and exposing API keys (or other secrets displayed in the page) is a sensitive action not justified or disclosed by the SKILL.md output list.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or modify other skills or system-wide configuration. It runs as an on-demand local script and opens a visible browser instance (headful).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-plan-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-plan-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of minimax-plan-checker.
- Allows users to query MiniMax platform plan details, usage, and billing info.
- Supports both browser-based automatic retrieval and manual instructions.
- Output includes plan name, quota details, and usage statistics.
- Requires user to log in to their MiniMax account if not already logged in.
元数据
常见问题
MiniMax套餐查询 是什么?
获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。
如何安装 MiniMax套餐查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-plan-checker」即可一键安装,无需额外配置。
MiniMax套餐查询 是免费的吗?
是的,MiniMax套餐查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax套餐查询 支持哪些平台?
MiniMax套餐查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax套餐查询?
由 杨帆(@asio-o)开发并维护,当前版本 v1.0.0。
推荐 Skills