From minimax-platform
查询 MiniMax coding plan 剩余额度,使用浏览器登录态中的 HERTZ-SESSION。支持从环境变量、cookie 文件或 session 刷新命令读取会话。Use when the user asks to check MiniMax coding plan quota, remains, usage, HERTZ-SESSION, or MiniMax browser-session automation. Keywords: MiniMax, minimax, coding plan, remains, quota, HERTZ-SESSION.
npx claudepluginhub n0rvyn/indie-toolkit --plugin minimax-platformThis skill is limited to using the following tools:
查询 MiniMax `coding_plan/remains` 接口,并把 `HERTZ-SESSION` 的读取方式收敛成统一入口。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
查询 MiniMax coding_plan/remains 接口,并把 HERTZ-SESSION 的读取方式收敛成统一入口。
MINIMAX_GROUP_IDHERTZ-SESSIONMINIMAX_SESSION_COMMAND 用于在 cookie 失效后取回新 sessionBASE="${CLAUDE_PLUGIN_ROOT:-${CODEX_HOME:-$HOME/.codex}}"
SKILLS_ROOT="$BASE/skills"
[ -d "$SKILLS_ROOT/minimax-coding-plan/scripts" ] || SKILLS_ROOT="$BASE/indie-toolkit/minimax-platform/skills"
${SKILLS_ROOT}/minimax-coding-plan/scripts/minimax_coding_plan.sh
MINIMAX_GROUP_ID='2036327615073096267' \
MINIMAX_HERTZ_SESSION='your-session' \
${SKILLS_ROOT}/minimax-coding-plan/scripts/minimax_coding_plan.sh
MINIMAX_GROUP_ID='2036327615073096267' \
MINIMAX_HERTZ_SESSION='your-session' \
${SKILLS_ROOT}/minimax-coding-plan/scripts/minimax_coding_plan.sh --json
等价写法:MINIMAX_OUTPUT=json。
MINIMAX_GROUP_ID='2036327615073096267' \
MINIMAX_COOKIE_FILE="$HOME/.config/minimax/hertz-session.txt" \
${SKILLS_ROOT}/minimax-coding-plan/scripts/minimax_coding_plan.sh
MINIMAX_GROUP_ID='2036327615073096267' \
MINIMAX_SESSION_COMMAND='/path/to/session-helper' \
${SKILLS_ROOT}/minimax-coding-plan/scripts/minimax_coding_plan.sh
MINIMAX_SESSION_COMMAND 必须输出以下任一格式:
HERTZ-SESSION 值HERTZ-SESSION=...HERTZ-SESSION 行--json 时输出原始响应