← 返回
未分类 Key

MiniMax Token Plan Quota

Check MiniMax Token Plan remaining quota, usage window reset time, and per-model remaining limits, especially for the China mainland Token Plan flow on minim...
检查 MiniMax Token 计划的剩余配额、使用窗口重置时间以及各模型的剩余限额,特别适用于中国大陆的 Token 计划流程。
alex-shen1121
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 406
下载
💾 14
安装
1
版本
#latest

概述

MiniMax Token Plan Quota

Use this skill to query MiniMax Token Plan remaining quota.

Default behavior

  • Default to the China mainland endpoint on www.minimaxi.com
  • Return a compact table with:
  • 项目
  • 周期
  • 总额度
  • 剩余额度
  • 重置剩余时间

Important rule

Interpret the /coding_plan/remains response as remaining quota, not consumed quota.

The script maps:

  • current_interval_total_count → 当前周期总额度
  • current_interval_usage_count → 当前周期剩余额度
  • current_weekly_total_count → 本周总额度
  • current_weekly_usage_count → 本周剩余额度

Do not flip those meanings unless MiniMax docs change.

Secret handling

  • Prefer MINIMAX_API_KEY from env
  • If env is absent, the bundled script will also try ~/.openclaw/.env
  • You may pass --api-key for one-off manual runs
  • If the user pasted a key in the current conversation, use it transiently for the current task only
  • Do not store MiniMax API keys in workspace memory, skill files, or long-term notes
  • If ~/.openclaw/.env is missing or lacks MINIMAX_API_KEY, guide the user to add:
mkdir -p ~/.openclaw
printf "MINIMAX_API_KEY=你的key\n" > ~/.openclaw/.env

Commands

China mainland Token Plan quota

MINIMAX_API_KEY='...' python3 scripts/check_token_plan_quota.py --region cn

Or rely on ~/.openclaw/.env:

python3 scripts/check_token_plan_quota.py --region cn

Global endpoint

MINIMAX_API_KEY='...' python3 scripts/check_token_plan_quota.py --region global

JSON output

MINIMAX_API_KEY='...' python3 scripts/check_token_plan_quota.py --region cn --json

Output style for user replies

Default to the markdown table only when the user asks for a concise result.

Example:

| 项目 | 周期 | 总额度 | 剩余额度 | 重置剩余时间 |
|---|---|---:|---:|---|
| MiniMax-M* | 当前周期 | 1500 | 1500 | 4小时26分钟 |

If some models show total quota 0, explain briefly only when needed:

  • 当前套餐未开通
  • 或该 key 不包含此能力

Resource

scripts/check_token_plan_quota.py

Queries the MiniMax Token Plan quota endpoint and prints either:

  • a compact markdown table
  • or normalized JSON

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 07:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

WuyinKeji GPT-Image-2

alex-shen1121
通过速创科技的WuyinKeji GPT-Image-2 API生成图像,支持文字生成图像、参考图像、多种宽高比以及异步结果轮询。
★ 0 📥 437

Halo Blog

alex-shen1121
用于通过 CLI 管理 Halo 博客实例,包括认证、文章、页面、主题、插件、附件、备份、评论、动态、通知等功能。
★ 0 📥 388

Feishu Group Company

alex-shen1121
配置飞书多机器人公司群,使一个协调机器人(如 company‑ceo)负责处理普通群消息,而专业机器人仅在特定情况下回复。
★ 0 📥 376