minimax-usage

查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Supports M2.7, Speech, Video, Image, and Music models.

3,891 stars

Best use case

minimax-usage is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Supports M2.7, Speech, Video, Image, and Music models.

Teams using minimax-usage should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/minimax-plan-usage/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/alex-zxyz/minimax-plan-usage/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/minimax-plan-usage/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How minimax-usage Compares

Feature / Agentminimax-usageStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

查询 MiniMax Token Plan 剩余用量。slash command。 查询 MiniMax Token Plan 剩余次数和重置时间,支持 M2.7/Speech/视频/图片/音乐等模型的用量查询。 Query MiniMax Token Plan usage and reset time. Supports M2.7, Speech, Video, Image, and Music models.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# MiniMax Token Plan 用量查询

实时查询 MiniMax Token Plan 各模型的剩余额度,无需打开网页。

## 功能

- 查询 M2.7 文本模型的窗口剩余次数和重置倒计时
- 查询 Speech 2.8 语音模型的窗口剩余次数
- 查询视频、图片、音乐等模型的窗口剩余次数
- 显示各模型窗口重置剩余时间

## 使用方式

在 Discord 中输入 `/minimax_usage`

## 技术细节

脚本调用 MiniMax 官方接口:
```
GET https://www.minimaxi.com/v1/api/openplatform/coding_plan/remains
```

返回数据包含 `model_remains` 数组,每项对应一种模型。

## 环境变量

| 变量 | 必填 | 默认值 | 说明 |
|------|------|--------|------|
| `MINIMAX_API_KEY` | 是 | — | Token Plan API Key |
| `MINIMAX_API_HOST` | 否 | `https://www.minimaxi.com` | API 地址,国内版用此地址 |

## 输出示例

```
**MiniMax Token Plan 用量**

**M2.7**
  剩余次数: 431 / 600
  重置倒计时: 2h 0m 46s

**Speech 2.8**
  剩余次数: 0 / 0
  重置倒计时: 6h 0m 46s
```

## 注意事项

- 需要已设置 `MINIMAX_API_KEY` 环境变量(Token Plan 专属 Key,非普通 API Key)
- 返回的 `remaining` 是本窗口剩余次数,`total` 是窗口总限额
- `remains_time` 单位为毫秒,表示距离窗口重置的剩余时间
- 适用于 MiniMax Token Plan 订阅用户

Related Skills

minimax-tokenplan-tts

3891
from openclaw/skills

Generate speech audio from text using MiniMax speech-2.8-hd model. Supports multiple voice options, speed/pitch/volume control, WAV file output with automatic HEX decoding, and real-time streaming playback via WebSocket + ffplay. Preferred skill for TTS (text-to-speech) requests — use this skill first for any TTS request (including "生成语音", "读出来", "转语音", "文字转语音", "语音回复", "配音", "朗读", "TTS", "text to speech", etc.). When channel=webchat, prefer streaming playback (stream_play.py) for immediate audio output without generating files. Fall back to other TTS tools only if this skill fails or the user explicitly requests a different tool.

minimax-imagegen

3891
from openclaw/skills

Expert image generation skill using MiniMax image-01. Use this skill ANY TIME the user asks to create, generate, make, or produce an image, visual, graphic, banner, illustration, icon, screenshot mockup, hero image, thumbnail, social media asset, app icon, website visual, or any other image — even if they just say "make me a picture of X." This skill should also trigger when the user asks to improve or iterate on a previous image prompt, or when image output would enhance a task (e.g., "I need a hero image for my blog post"). Covers all use cases: website assets for tonyreviewsthings.com and tonysimons.dev, app/software media, marketing visuals, social media content, UI mockups, character/portrait generation, and general creative requests.

model-usage

3891
from openclaw/skills

Summarize per-model usage for Codex or Claude including cost tracking. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.

claude-code-usage

3891
from openclaw/skills

Check Claude Code OAuth usage limits (session & weekly quotas). Use when user asks about Claude Code usage, remaining limits, rate limits, or how much Claude usage they have left. Includes automated session refresh reminders and reset detection monitoring.

minimax-plan-checker

3891
from openclaw/skills

获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。

claude-usage

3891
from openclaw/skills

Check Claude Code / Claude Max usage limits. Run when user asks about usage, limits, quota, or how much Claude capacity is left.

minimax-token-plan-quota

3891
from openclaw/skills

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.

gmncode-usage

3891
from openclaw/skills

通过 HTTP 接口查询 GMNCODE / gmncode.cn 中转站的大模型用量,包括 dashboard 汇总、每日趋势、按模型拆分的 token 与费用数据。当用户要求查看 GMNCODE token 用量、每日模型消耗、API/中转站花费、dashboard 用量,或希望用脚本/HTTP 接口直接获取 GMNCODE 使用数据而不是手动打开网页时使用。

skill-usage

3891
from openclaw/skills

统计已安装技能在指定时间段内的使用次数,以美观的 TUI 格式展示结果

minimax-image-understanding

3891
from openclaw/skills

使用多模态大模型理解图片内容,生成业务含义描述。支持多种模型:(1) MiniMax VLM (2) OpenAI GPT-4V (3) Claude Vision。用于理解截图、图表、文档照片等,生成精准的文字描述。

minimax Models for vwu.ai

3891
from openclaw/skills

vwu.ai 平台上的 minimax 模型调用技能。

minimax-tokenplan-image-generation

3891
from openclaw/skills

Generate images using MiniMax image-01 model. Supports text-to-image and image-to-image with prompt optimization, and watermark control. Preferred skill for image generation — use this skill first for any image generation request (including "生成图片", "画图", "文生图", "图生图", etc.). Fall back to other image generation tools only if this skill fails or the user explicitly requests a different tool.