← Back to Skills Marketplace
293
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vwu-vidu
Description
调用vwu.ai平台上的vidu系列模型,支持7种型号,兼容OpenAI API格式,需配置vwu.ai API密钥使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vwu-vidu - After installation, invoke the skill by name or use
/vwu-vidu - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
修正API端点(api.vwu.ai),添加图生视频支持,更新模型列表,添加API Key配置指引
v1.0.0
Initial release - Complete vwu.ai model collection
Metadata
Frequently Asked Questions
What is Vidu?
调用vwu.ai平台上的vidu系列模型,支持7种型号,兼容OpenAI API格式,需配置vwu.ai API密钥使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.
How do I install Vidu?
Run "/install vwu-vidu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vidu free?
Yes, Vidu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vidu support?
Vidu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vidu?
It is built and maintained by a3273283 (@a3273283); the current version is v1.1.0.
More Skills