From sundial-org-awesome-openclaw-skills-4
Monitors Minimax Coding Plan API usage by fetching prompts used/remaining, reset time, and color-coded status alerts to prevent exceeding limits.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Monitor Minimax Coding Plan usage to stay within limits.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Monitor Minimax Coding Plan usage to stay within limits.
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")
./minimax-usage.sh
๐ 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.
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
| Metric | Value |
|---|---|
| Reset window | 5 hours (dynamic) |
| Max target | 60% usage |
| 1 prompt โ | 15 model calls |