← Back to Skills Marketplace
298
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-plan-checker
Description
获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-plan-checker - After installation, invoke the skill by name or use
/minimax-plan-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is MiniMax套餐查询?
获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 298 downloads so far.
How do I install MiniMax套餐查询?
Run "/install minimax-plan-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax套餐查询 free?
Yes, MiniMax套餐查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax套餐查询 support?
MiniMax套餐查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax套餐查询?
It is built and maintained by 杨帆 (@asio-o); the current version is v1.0.0.
More Skills