← 返回 Skills 市场
293
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vwu-vidu
功能描述
调用vwu.ai平台上的vidu系列模型,支持7种型号,兼容OpenAI API格式,需配置vwu.ai API密钥使用。
安全使用建议
This skill appears to be what it says (a client for vwu.ai Vidu video models) but has metadata inconsistencies you should address before trusting it: 1) The scripts require an API key (VWU_API_KEY) and CLI tools (curl, jq, base64, etc.), yet the registry metadata lists no env vars or binaries — verify these requirements locally. 2) Inspect the scripts before use; they send your API key to VWU_BASE_URL and will follow whatever URL is set there, so do not set VWU_BASE_URL to an untrusted host. 3) Be aware the scripts print the first 8 characters of your key on some errors (logs/terminal), which is minor exposure — avoid pasting real keys into shared logs. 4) Because the package includes executable shell scripts, run them in a controlled environment or review them carefully before executing. If you need higher assurance, ask the publisher to update the registry metadata to declare VWU_API_KEY and required binaries, and to remove or document any behavior that prints secrets or allows endpoint overrides.
功能分析
Type: OpenClaw Skill
Name: vwu-vidu
Version: 1.1.0
The skill bundle provides a legitimate interface for interacting with the vwu.ai video generation platform. It contains shell scripts (vwu-chat.sh and vwu-video.sh) that use curl to communicate with the vwu.ai API, and documentation (SKILL.md) explaining how to configure and use the tools. No evidence of data exfiltration, malicious execution, or prompt injection was found; the scripts focus entirely on their stated purpose of video generation and status tracking.
能力评估
Purpose & Capability
The SKILL.md and the included scripts implement a Vidu video-generation client that uses an API key (VWU_API_KEY) and HTTP calls to vwu.ai — this matches the described purpose. However, the registry metadata claims no required env vars or binaries even though the scripts require VWU_API_KEY and rely on common CLI tools (curl, jq, base64, date, awk, open/ffplay). The omission of these requirements in metadata is an incoherence.
Instruction Scope
The SKILL.md stays within the video-generation scope: create tasks, poll status, download content from the documented API endpoints. It instructs users to set VWU_API_KEY and provides sample commands. The scripts read only local files (models.txt, images) and call the API endpoints; they do not attempt to read unrelated system files. Minor point: the vwu-chat.sh prints the first 8 characters of the API key in error messages, which is credential exposure in logs.
Install Mechanism
There is no install spec and no remote download; this is instruction/script-only. That limits installation risk — nothing is being fetched or executed from unknown URLs by the skill itself.
Credentials
Only VWU_API_KEY is actually needed by the code, which is proportionate to the purpose, but the skill metadata does not declare this required env var. The scripts also accept VWU_BASE_URL (with a default) — allowing overriding the endpoint could redirect credentials to an arbitrary server if misconfigured. The scripts also echo a truncated API key on errors (revealing part of the secret in terminal output).
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal for skills) and there are no signs the skill attempts to persist itself beyond its own files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vwu-vidu - 安装完成后,直接呼叫该 Skill 的名称或使用
/vwu-vidu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修正API端点(api.vwu.ai),添加图生视频支持,更新模型列表,添加API Key配置指引
v1.0.0
Initial release - Complete vwu.ai model collection
元数据
常见问题
Vidu 是什么?
调用vwu.ai平台上的vidu系列模型,支持7种型号,兼容OpenAI API格式,需配置vwu.ai API密钥使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 Vidu?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vwu-vidu」即可一键安装,无需额外配置。
Vidu 是免费的吗?
是的,Vidu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vidu 支持哪些平台?
Vidu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vidu?
由 a3273283(@a3273283)开发并维护,当前版本 v1.1.0。
推荐 Skills