vwu.ai doubao Models
Call and manage seven doubao models on vwu.ai with OpenAI-compatible API using your vwu.ai API key.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 23 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec (instruction-only with a small included shell script). Nothing is downloaded or written during install, so install mechanism risk is low.
Credentials
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.
Persistence & Privilege
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.
What to consider before installing
This skill appears to implement a simple vwu.ai client, but there are a few things to check before installing or using it:
- The registry metadata does not declare the required VWU_API_KEY even though both SKILL.md and the script require it. Treat this as a documentation/mismatch issue and prefer skills that declare their required credentials explicitly.
- Inspect vwu-chat.sh yourself (it is small) and confirm you trust the source. The script sends your VWU_API_KEY to VWU_BASE_URL; by default it uses https://vwu.ai, but an environment variable (VWU_BASE_URL) can override the endpoint. Only set VWU_BASE_URL to a trusted domain.
- The script prints the first 8 characters of your API key in quota-error messages. While not the full key, that partial exposure could be undesirable in logs or shared terminals.
- If you proceed, set VWU_API_KEY only in trusted environments and avoid setting VWU_BASE_URL unless you control the endpoint. Consider asking the publisher to update registry metadata to declare VWU_API_KEY as a required credential and to document VWU_BASE_URL behavior.
Confidence in this assessment is high given the included files; the main risks are documentation inconsistencies and the undocumented/overridable endpoint.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipaidoubaolatestllmvwu
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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:
export VWU_API_KEY="your-key-here"
获取 key: https://vwu.ai 控制台
使用示例
# 调用模型
vwu-chat --model doubao-1-5-pro-32k "你的问题"
API 兼容性
所有模型兼容 OpenAI API 格式,支持标准 chat completions 接口。
额度提示
如果使用时提示"额度不足"或类似错误:
- 访问 https://vwu.ai
- 在控制台充值或调整额度
- 或生成新的 API key
由 Claw 自动生成 | 源数据: vwu.ai
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
