返回顶部
m

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 minimaxi.com. Use when the user asks things like “MiniMax 还有多少额度”, “查一下 minimax 订阅剩余额度”, “看看 Token Plan 还剩多少”, or wants a compact quota table for MiniMax Token Plan.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
124
下载量
0
收藏
概述
安装方式
版本历史

minimax-token-plan-quota

# 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: ```bash mkdir -p ~/.openclaw printf "MINIMAX_API_KEY=你的key\n" > ~/.openclaw/.env ``` ## Commands ### China mainland Token Plan quota ```bash MINIMAX_API_KEY='...' python3 scripts/check_token_plan_quota.py --region cn ``` Or rely on `~/.openclaw/.env`: ```bash python3 scripts/check_token_plan_quota.py --region cn ``` ### Global endpoint ```bash MINIMAX_API_KEY='...' python3 scripts/check_token_plan_quota.py --region global ``` ### JSON output ```bash 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: ```markdown | 项目 | 周期 | 总额度 | 剩余额度 | 重置剩余时间 | |---|---|---:|---:|---| | 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 minimax-token-plan-quota-1776031802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 minimax-token-plan-quota-1776031802 技能

通过命令行安装

skillhub install minimax-token-plan-quota-1776031802

下载 Zip 包

⬇ 下载 minimax-token-plan-quota v0.1.0

文件大小: 4.16 KB | 发布时间: 2026-4-13 11:03

v0.1.0 最新 2026-4-13 11:03
Initial publish: check MiniMax Token Plan remaining quota, support ~/.openclaw/.env fallback.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部