技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 79 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:a3273283/vwu-doubao
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill largely does what it says (calls vwu.ai chat completions) but the registry metadata omits the required VWU_API_KEY and the shipped script exposes an undocumented VWU_BASE_URL override and prints a partial API key on quota errors — these inconsistencies are concerning and should be clarified before use.
目的
The skill's stated purpose (call vwu.ai doubao models) matches the code and instructions: the script calls vwu.ai's /v1/chat/completions. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and vwu-chat.sh both require VWU_API_KEY. This mismatch between declared requirements and actual needs is incoherent.
说明范围
SKILL.md and vwu-chat.sh stay within the expected scope (compose a JSON request and call the model). Minor issues: SKILL.md documents VWU_API_KEY but does not mention VWU_BASE_URL, yet the script allows overriding the base URL via VWU_BASE_URL. The script also prints the first 8 characters of the API key in quota-error messages, which leaks a partial secret in local output.
安装机制
No install spec (instruction-only with a small included shell script). Nothing is downloaded or written during install, so install mechanism risk is low.
证书
The only necessary secret is an API key (VWU_API_KEY), which is proportionate for the stated function. But the registry metadata fails to declare this required env var or primary credential. Additionally, the undocumented VWU_BASE_URL env var can redirect requests to an arbitrary endpoint if set — a possible exfiltration vector if an attacker controls that environment variable or the environment where the skill runs.
持久
always is false and the skill does not request persistent agent privileges or modify other skills. It does not attempt to store credentials or alter system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「vwu.ai doubao Models」。简介:Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/a3273283/vwu-doubao/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# doubao Models for vwu.ai
vwu.ai 平台上的 doubao 模型调用技能。
## 支持的模型
- doubao-1-5-pro-32k
- doubao-seed-1-6-flash
- doubao-seed-1-6-lite
- doubao-seed-1-8
- doubao-seed-2-0-pro
- doubao-seedance-1-5-pro-251215
- doubao-seedream-4-5-251128
共 7 个模型。
## 配置
使用前需要设置 vwu.ai API key:
```bash
export VWU_API_KEY="your-key-here"
```
获取 key: https://vwu.ai 控制台
## 使用示例
```bash
# 调用模型
vwu-chat --model doubao-1-5-pro-32k "你的问题"
```
## API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
## 额度提示
如果使用时提示"额度不足"或类似错误:
1. 访问 https://vwu.ai
2. 在控制台充值或调整额度
3. 或生成新的 API key
---
由 Claw 自动生成 | 源数据: vwu.ai