← 返回 Skills 市场
wangjipeng977

Minimax Monitor

作者 王继鹏 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-monitor
功能描述
MiniMax 套餐监控中心。触发词:查配额、监控中心、minimax监控。
使用说明 (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)
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug minimax-monitor
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Minimax Monitor 是什么?

MiniMax 套餐监控中心。触发词:查配额、监控中心、minimax监控。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Minimax Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-monitor」即可一键安装,无需额外配置。

Minimax Monitor 是免费的吗?

是的,Minimax Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Monitor 支持哪些平台?

Minimax Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Minimax Monitor?

由 王继鹏(@wangjipeng977)开发并维护,当前版本 v1.1.0。

💬 留言讨论