技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 74 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:a3273283/vwu-veo
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill appears to implement what it claims (calling vwu.ai veo models) but has several inconsistencies and small risks (missing metadata declarations, undocumented VWU_BASE_URL override, and undeclared binary dependencies) that you should review before installing.
目的
The script and SKILL.md match the stated purpose: calling vwu.ai veo models using an API key. However the registry metadata does not declare the required environment variable (VWU_API_KEY) or the binary dependencies (curl, jq), which is an incoherence between what the skill needs and what it declares.
说明范围
SKILL.md documents only VWU_API_KEY but the script also reads VWU_BASE_URL (defaults to https://vwu.ai) — that env var is undocumented. Allowing VWU_BASE_URL to be overridden means API requests (and the API key) could be redirected to an arbitrary endpoint if someone sets that env var. The script reads the included models.txt and prints a masked prefix of the API key on quota errors (exposes first 8 characters). Otherwise the instructions stic…
安装机制
No install spec (instruction-only with an included script). Nothing is downloaded or installed by the skill itself, which minimizes install-time risk.
证书
Requiring VWU_API_KEY is proportional to the skill's purpose, but the skill metadata failed to declare it. The script also relies on curl and jq (not declared). The undocumented VWU_BASE_URL env var increases risk because it can be used to redirect traffic (and the API key) to other hosts. The script reveals the first 8 characters of the API key in some error messages, which is unnecessary exposure.
持久
The skill is not always-enabled and is user-invocable; it does not request elevated privileges or modify other skills or system-wide configs.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai Veo Models」。简介:调用 vwu.ai 平台上的 veo 系列模型,支持五个版本,兼容 OpenAI API,需配置 VWU_API_KEY 后使用。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-veo/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# veo Models for vwu.ai
vwu.ai 平台上的 veo 模型调用技能。
## 支持的模型
- veo-2.0-generate-001
- veo-3.0-fast-generate-001
- veo-3.0-generate-001
- veo-3.1-fast-generate-preview
- veo-3.1-generate-preview
共 5 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model veo-2.0-generate-001 "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai