openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > MiniMax套餐查询

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

通信与消息

作者:杨帆 @asio-o

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 124 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:asio-o/minimax-plan-checker

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill largely does what it says (opens the MiniMax billing page and scrapes plan/usage info), but the code also extracts API key-like strings from the page without documenting this in SKILL.md — a potentially sensitive, disproportionate action.

目的

The skill's stated purpose is to retrieve MiniMax plan/usage info; the script automates a browser to open the MiniMax billing page and scrape text, which is a plausible implementation. However, the code also searches for API keys (pattern sk-cp-...) which is not mentioned in the SKILL.md outputs — this extra capability should be explicitly documented.

说明范围

SKILL.md instructs the user to run the provided script and describes returned fields (plan name, quota, usage); it does not mention extracting API keys. The script evaluates page DOM and runs regex to find API keys and returns/prints them. That is scope creep: the runtime instructions do not disclose that secrets visible in the page will be extracted and printed.

安装机制

No install spec in the registry; the script requires the third-party package Playwright and a browser runtime (the script prints a message to pip install/playwright install chromium). This is expected for browser automation and no arbitrary remote downloads or obscure installers are embedded in the skill bundle.

证书

The skill does not request environment variables, which is good, but it programmatically searches the page for API keys and prints them. Extracting and exposing API keys (or other secrets displayed in the page) is a sensitive action not justified or disclosed by the SKILL.md output list.

持久

The skill is not always-enabled and does not request persistent privileges or modify other skills or system-wide configuration. It runs as an on-demand local script and opens a visible browser instance (headful).

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「MiniMax套餐查询」。简介:获取 MiniMax 平台的套餐信息,包括套餐名称、额度、当前使用情况。当用户询问 MiniMax 套餐、额度使用情况、API 调用量、计费信息时使用此技能。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/asio-o/minimax-plan-checker/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

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

# MiniMax 套餐信息查询

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

## 使用方式

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

```bash
python C:UsersYangF.openclawworkspaceskillsminimax-plan-checkerscriptsget_plan.py
```

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

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

## 输出格式

脚本会输出以下信息:
- **套餐名称**:如 "Chat API" / "MoE API" 等
- **额度信息**:总额度、已使用额度、剩余额度
- **使用统计**:API 调用次数、Token 使用量等

## 注意事项

- 需要用户已登录 MiniMax 账号
- 如果未登录,浏览器会打开登录页面,用户登录后再运行脚本
- 页面 URL: https://platform.minimaxi.com/user-center/payment/coding-plan