Skills minimax-plan-checker

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

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/asio-o/minimax-plan-checker" ~/.claude/skills/openclaw-skills-minimax-plan-checker && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/asio-o/minimax-plan-checker" ~/.openclaw/skills/openclaw-skills-minimax-plan-checker && rm -rf "$T"
manifest: skills/asio-o/minimax-plan-checker/SKILL.md
source content

MiniMax 套餐信息查询

获取 MiniMax 平台的套餐名称、额度、当前使用情况。

使用方式

方式一:使用浏览器自动登录获取(推荐)

python C:\Users\YangF\.openclaw\workspace\skills\minimax-plan-checker\scripts\get_plan.py

方式二:在对话中直接使用

告诉用户需要打开浏览器,询问是否要自动打开 MiniMax 平台页面获取套餐信息。

输出格式

脚本会输出以下信息:

  • 套餐名称:如 "Chat API" / "MoE API" 等
  • 额度信息:总额度、已使用额度、剩余额度
  • 使用统计:API 调用次数、Token 使用量等

注意事项