← Back to Skills Marketplace
395
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install minimax-token-used-query
Description
自动通过本地浏览器登录 MiniMax 平台查询并返回当前 Token 使用百分比、剩余时间及额度信息,支持验证码登录。
Usage Guidance
This skill does what it says — it automates your local browser to log in and scrape MiniMax usage — but it stores credentials in plaintext in ~/.openclaw/workspace/memory/minimax-login.txt and uses your Chrome 'Default' profile (which may expose other logged-in sessions). Before installing: (1) inspect or run the scripts locally to confirm behavior; (2) consider creating and using a dedicated browser profile for this skill instead of 'Default'; (3) avoid storing passwords — remove or rotate the memory file after use, or modify the script to only store ephemeral tokens if possible; (4) verify that the 'browser-use' CLI is a trusted tool on your machine; (5) be aware the Node quick script contains a syntax bug and may not work as-is. If you are uncomfortable storing credentials or giving the skill access to your default browser profile, do not install or modify the scripts to eliminate persistent plaintext storage.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-token-used-query
Version: 1.0.4
The skill automates browser sessions to query account data but exhibits high-risk credential handling by storing user passwords in plaintext in a local file (minimax-login.txt). It also captures screenshots of sensitive account management pages to /tmp and contains hardcoded absolute paths (/home/allen/) and broken Node.js code (query-quick.js), representing significant security vulnerabilities and poor quality control rather than intentional malice.
Capability Assessment
Purpose & Capability
Name/description match implementation: scripts automate a local Chrome session (via browser-use) to open the MiniMax coding plan page and scrape token usage. No unrelated cloud credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to open the user's local Chrome profile, perform login flows, scrape DOM text, and save login credentials to a local memory file (~/.openclaw/workspace/memory/minimax-login.txt). Saving credentials and using the Default profile expands scope beyond read-only querying and may expose other logged-in accounts or data in that profile.
Install Mechanism
No install spec or remote downloads; this is instruction-only plus included scripts. No remote code fetches or archive extraction were found in the provided files.
Credentials
The skill requests no environment variables, which is appropriate, but it writes/reads a plaintext credential file inside the user's workspace and operates on the browser 'Default' profile. Persisting passwords in plaintext and using the main browser profile are disproportionate from a least-privilege perspective and increase exposure.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It does persist credentials to a memory file under the user's workspace (and sets chmod 600), which is normal for convenience but is persistent sensitive state that the user should be aware of.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-token-used-query - After installation, invoke the skill by name or use
/minimax-token-used-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- No code or documentation changes detected in this version.
- Functionality and usage instructions remain unchanged.
v1.0.3
Version 1.0.3 of "minimax-token-used-query" — no functional or documentation changes.
- No file changes detected in this release.
- Documentation and skill logic remain unchanged.
v1.0.2
- 登录流程全面优化,支持优先使用密码登录,提升速度与便捷性
- 动态处理页面元素 ID,提升自动化兼容性和稳定性
- 增加凭据自动保存与读取,实现无感自动登录
- 使用 JavaScript 勾选协议,增强可靠性
- 移除多余等待时间,提高整体查询效率
v1.0.1
- No changes detected in this version.
- All functionality and documentation remain the same as the previous release.
v1.0.0
- Initial release of MiniMax Token Used Query skill.
- Enables users to check MiniMax Coding Plan token usage and reset times through local browser automation, not via API.
- Utilizes browser-use CLI to control Chrome for login and data extraction from the MiniMax developer platform.
- Returns structured JSON with used percentage, reset time, available prompts, and time window.
- Supports automatic login with SMS verification; requires user interaction for code entry if not already logged in.
- Provides clear command-line usage and trigger phrases for easy access.
Metadata
Frequently Asked Questions
What is MiniMax Token Used Query?
自动通过本地浏览器登录 MiniMax 平台查询并返回当前 Token 使用百分比、剩余时间及额度信息,支持验证码登录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.
How do I install MiniMax Token Used Query?
Run "/install minimax-token-used-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Token Used Query free?
Yes, MiniMax Token Used Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Token Used Query support?
MiniMax Token Used Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Token Used Query?
It is built and maintained by Allen (@ljzxzxl); the current version is v1.0.4.
More Skills