Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @thesethrose Updated 2/26/2026

šŸ“Š Minimax Usage OpenClaw Skill - ClawHub

Do you want your AI agent to automate Minimax Usage workflows? This free skill from ClawHub helps with ai & llms tasks without building custom tools from scratch.

What this skill does

Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts.

Install

npx clawhub@latest install minimax-usage

Full SKILL.md

Open original
namedescription
minimax-usageMonitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts.

Minimax Usage Skill

Monitor Minimax Coding Plan usage to stay within limits.

Setup

Create a .env file in the same directory as the script:

MINIMAX_CODING_API_KEY=your_api_key_here
MINIMAX_GROUP_ID=your_group_id_here

Get your GroupId from: https://platform.minimax.io/user-center/basic-information (under "Basic Information")

Usage

./minimax-usage.sh

Output Example

šŸ” Checking Minimax Coding Plan usage...
āœ… Usage retrieved successfully:

šŸ“Š Coding Plan Status (MiniMax-M2):
   Used:      255 / 1500 prompts (17%)
   Remaining: 1245 prompts
   Resets in: 3h 17m

šŸ’š GREEN: 17% used. Plenty of buffer.

API Details

Endpoint:

GET https://platform.minimax.io/v1/api/openplatform/coding_plan/remains?GroupId={GROUP_ID}

Required Headers:

accept: application/json, text/plain, */*
authorization: Bearer {MINIMAX_CODING_API_KEY}
referer: https://platform.minimax.io/user-center/payment/coding-plan
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36

Limits

Metric Value
Reset window 5 hours (dynamic)
Max target 60% usage
1 prompt ā‰ˆ 15 model calls

Notes

  • Coding Plan API key is exclusive to this plan (not interchangeable with standard API keys)
  • Usage from 5+ hours ago is automatically released from the count
Original URL: https://github.com/openclaw/skills/blob/main/skills/thesethrose/minimax-usage

Related skills

If this matches your use case, these are close alternatives in the same category.