skills$openclaw/minimax-usage
thesethrose3.5kā˜…

by thesethrose

minimax-usage – OpenClaw Skill

minimax-usage is an OpenClaw Skills integration for coding workflows. Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts.

3.5k stars4.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameminimax-usage
descriptionMonitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts. OpenClaw Skills integration.
ownerthesethrose
repositorythesethrose/minimax-usage
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @thesethrose/minimax-usage
last updatedFeb 7, 2026

Maintainer

thesethrose

thesethrose

Maintains minimax-usage in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
283 B
minimax-usage.sh
2.8 KB
SKILL.md
1.5 KB
SKILL.md

name: minimax-usage description: Monitor Minimax Coding Plan usage to stay within API limits. Fetches current usage stats and provides status alerts. metadata: {"clawdbot":{"emoji":"šŸ“Š"}}

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

MetricValue
Reset window5 hours (dynamic)
Max target60% 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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install minimax-usage?

Run openclaw add @thesethrose/minimax-usage in your terminal. This installs minimax-usage into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/thesethrose/minimax-usage. Review commits and README documentation before installing.