技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 78 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:a3273283/vwu-minimax
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill appears to implement what it claims (calling vwu.ai MiniMax models) but has inconsistencies and small privacy/security issues: the registry metadata doesn't declare the required API key or required CLI tools, and the script unnecessarily echoes the first 8 characters of the API key on error.
目的
The skill's name, SKILL.md, models.txt, and vwu-chat.sh all align: they call vwu.ai's OpenAI-compatible chat completions for MiniMax models. However the registry metadata lists no required env vars or primary credential even though both the README and the script require VWU_API_KEY (and optionally VWU_BASE_URL). This metadata omission is an inconsistency that should be corrected.
说明范围
SKILL.md instructs only to set VWU_API_KEY and how to call vwu-chat; the included vwu-chat.sh uses only VWU_API_KEY and an optional VWU_BASE_URL and calls the vwu.ai /v1/chat/completions endpoint. It does not read unrelated system paths. Concern: on API error the script prints a partially redacted API key (${VWU_API_KEY:0:8}***), which leaks the first 8 characters of the key to console logs/errors — unnecessary and increases risk if logs are c…
安装机制
There is no install spec (instruction-only), which is low risk. However the provided script assumes certain CLI tools are available (zsh shebang, curl, jq, grep, sed). The registry metadata lists no required binaries; that mismatch could cause runtime failures and should be declared.
证书
Requesting an API key for vwu.ai is proportional and expected. But the skill metadata does not declare VWU_API_KEY as required/primary credential, creating an unclear trust surface. Additionally, the script's partial-key echo on error leaks a secret fragment to stdout/stderr — not justified by the task.
持久
The skill does not request persistent presence, does not set always:true, and does not modify other skill/system configs. It runs a simple CLI wrapper and exits; no privilege escalation or persistent agents are present.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai MiniMax Models」。简介:Call minimax models MiniMax-Hailuo series on vwu.ai with OpenAI-compatible chat…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-minimax/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# minimax Models for vwu.ai
vwu.ai 平台上的 minimax 模型调用技能。
## 支持的模型
- MiniMax-Hailuo-02
- MiniMax-Hailuo-2.3
- MiniMax-Hailuo-2.3-Fast
共 3 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model MiniMax-Hailuo-02 "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai