技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 74 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:a3273283/vwu-sihai
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill appears to do what it says (call vwu.ai models) but has mismatches and small risky behaviors (undeclared required API key, prints part of the key on error, undeclared binary dependencies) that you should understand before installing.
目的
The skill's name and description (call vwu.ai Sihai models) match the included script and SKILL.md. However the registry metadata lists no required environment variables while SKILL.md and vwu-chat.sh clearly require VWU_API_KEY (and optionally VWU_BASE_URL). This mismatch is an incoherence between declared requirements and actual needs.
说明范围
SKILL.md and the shell script only instruct the agent to call vwu.ai's API and print responses — no broad system access is requested. Caveats: the script prints the first 8 characters of VWU_API_KEY in some error cases (information leakage), and it expects jq and curl (and uses a zsh shebang) though no binaries are declared.
安装机制
No install spec or remote downloads — this is an instruction-only skill with a bundled shell script. No external code is fetched at install-time, which limits supply-chain risk.
证书
The skill uses an API key (VWU_API_KEY) and a base URL; those are proportionate to the described purpose. However the skill metadata does not declare the required VWU_API_KEY, and the script reveals the first 8 characters of the key on quota errors. Also it assumes jq/curl availability without declaring them.
持久
The skill is not always-enabled and does not request elevated or persistent system privileges. It doesn't modify other skills or system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai Sihai Models」。简介:Call and interact with vwu.ai Sihai models including sihai-i2v-31, sihai-image-…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-sihai/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# sihai Models for vwu.ai
vwu.ai 平台上的 sihai 模型调用技能。
## 支持的模型
- sihai-i2v-31
- sihai-image-27
- sihai-t2v-29
- sihai-tts-25
共 4 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model sihai-i2v-31 "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai