← Back to Skills Marketplace
wangjipeng977

Minimax Monitor

by 王继鹏 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
61
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-monitor
Description
MiniMax 套餐监控中心。触发词:查配额、监控中心、minimax监控。
README (SKILL.md)

MiniMax 套餐监控中心

触发词:查配额 / 打开配额监控 / 启动 MiniMax 监控 当前版本:v1.1.0

更新日志

v1.1.0(2026-05-02)

  • 🆕 标签页自动刷新:切换回浏览器标签时,自动触发一次配额和速率数据刷新,不再依赖定时轮询

v1.0.0(2026-04-26)

  • 初始版本,支持配额仪表盘 + 速率探针 + 飞书推送

MiniMax 套餐监控中心

触发词:查配额 / 打开配额监控 / 启动 MiniMax 监控 启动后 自动用 open 命令打开 HTML 页面(macOS 直接唤起浏览器),无需手动拖入。

技能简介

MiniMax API 套餐使用情况实时监控,支持网页端飞书端两种查询方式。

文件说明

文件 说明
mmx-monitor.html 监控页面(前端,单文件 HTML,三栏仪表盘)
mmx-monitor-server.js 本地代理服务(Node.js,连接 MiniMax API,端口9876)
mmx_quota_feishu.py 飞书推送脚本(查询配额后推送到飞书)

使用方式

方式一:网页端(实时仪表盘)

  1. 启动后端服务(如未运行):
    node ~/.openclaw/workspace/skills/minimax-monitor/mmx-monitor-server.js
    
  2. 我会自动执行 open 命令打开 mmx-monitor.html,浏览器自动加载

方式二:飞书端(继鹏问"查配额"时触发)

直接对我说查配额,我运行脚本把当前配额以飞书卡片形式推给你。

手动运行:

python3 ~/.openclaw/workspace/skills/minimax-monitor/mmx_quota_feishu.py \x3Capi_key>

飞书卡片内容

  • 5小时总体配额使用率 + 已用/总额/剩余
  • 重置倒计时
  • 各模型明细(颜色标记:🟢\x3C75% 🟡75-94% 🔴95%+)
  • 本周配额(如有)

环境变量

变量 说明
MINIMAX_API_KEY MiniMax API Key(Token Plan 类型)
FEISHU_APP_ID 飞书机器人 App ID
FEISHU_APP_SECRET 飞书机器人 App Secret
FEISHU_CHAT_ID 默认推送群 ID

注意事项

  • 后端服务需在页面之前启动,端口 9876
  • 页面刷新间隔:配额 60s,速率 60s
  • API Key 类型必须是 sk-cp- 开头(Token Plan)
Usage Guidance
Install only if you trust the author. If you use it, run the local server only when needed, stop it afterward, avoid visiting untrusted websites while it is running, and consider using a limited or temporary MiniMax API key. Configure Feishu only if you are comfortable sending quota details to that chat.
Capability Analysis
Type: OpenClaw Skill Name: minimax-monitor Version: 1.1.0 The bundle contains a Node.js server (mmx-monitor-server.js) that is vulnerable to shell injection due to the use of execSync and exec with unsanitized string interpolation in the runMmx functions. Additionally, the server implements a broad CORS policy (Access-Control-Allow-Origin: *) on a local port (9876), which could allow malicious websites visited by the user to interact with the local API and potentially access the MiniMax API key. While these represent significant security flaws (vulnerabilities), there is no clear evidence of intentional malice or data exfiltration to unauthorized third-party domains.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The quota dashboard, MiniMax API calls, rate probes, and optional Feishu push are coherent with the stated monitoring purpose, but they require sensitive MiniMax and Feishu credentials.
Instruction Scope
The skill is user-invoked and its setup commands are mostly disclosed, but it also describes automatic browser opening and automatic quota/rate refreshes once the service is running.
Install Mechanism
There is no install spec and the registry declares no required binaries or credentials, while the artifacts instruct users to run Node/Python scripts and provide API keys/secrets.
Credentials
The local Node service reads ~/.mmx/config.json, accepts API keys, calls MiniMax, and allows wildcard CORS; this is high-impact credential handling for a skill whose metadata declares no credential/config requirements.
Persistence & Privilege
The dashboard uses a long-running local server on port 9876 with automatic refresh/probe behavior; while purpose-aligned, the shown service lacks clear access control around the local API-key-backed endpoints.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-monitor
  3. After installation, invoke the skill by name or use /minimax-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Version 1.1.0 of minimax-monitor introduces improved data refresh behavior: - Tabs now auto-refresh quota and rate data when switching back to the browser tab—no more relying solely on timed polling. - Documentation improved, detailing both web dashboard and Feishu push usage. - Environment variables overview added for quick setup. - Usage instructions clarified, including startup tips and command examples.
Metadata
Slug minimax-monitor
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Minimax Monitor?

MiniMax 套餐监控中心。触发词:查配额、监控中心、minimax监控。 It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.

How do I install Minimax Monitor?

Run "/install minimax-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Minimax Monitor free?

Yes, Minimax Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Minimax Monitor support?

Minimax Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Minimax Monitor?

It is built and maintained by 王继鹏 (@wangjipeng977); the current version is v1.1.0.

💬 Comments