← 返回 Skills 市场
395
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install minimax-token-used-query
功能描述
自动通过本地浏览器登录 MiniMax 平台查询并返回当前 Token 使用百分比、剩余时间及额度信息,支持验证码登录。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-token-used-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-token-used-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
MiniMax Token Used Query 是什么?
自动通过本地浏览器登录 MiniMax 平台查询并返回当前 Token 使用百分比、剩余时间及额度信息,支持验证码登录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。
如何安装 MiniMax Token Used Query?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-token-used-query」即可一键安装,无需额外配置。
MiniMax Token Used Query 是免费的吗?
是的,MiniMax Token Used Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax Token Used Query 支持哪些平台?
MiniMax Token Used Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax Token Used Query?
由 Allen(@ljzxzxl)开发并维护,当前版本 v1.0.4。
推荐 Skills