← Back to Skills Marketplace
Vidu Ai
by
whitejohnk-26
· GitHub ↗
· v1.0.0
· MIT-0
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vidu-ai
Description
Turn a short text prompt or a single reference image into 1080p AI generated clips just by typing what you need. Whether it's generating short video clips fr...
Usage Guidance
This skill is coherent with a cloud video generation service: it will contact mega-api-prod.nemovideo.ai, upload media, and use/obtain a short-lived NEMO_TOKEN if you don't provide one. Before installing, consider: (1) privacy — uploaded images/videos and prompts are sent to a third‑party service; avoid sensitive content, (2) token handling — the skill may obtain and store a 7‑day anonymous token for you, so ask where that token/session is stored if you need persistence control, (3) clarify the config path: the SKILL.md references ~/.config/nemovideo/ but registry metadata didn't list it — confirm whether the skill will read/write files there, and (4) review the service's privacy/terms on the provider domain if possible. If you need higher assurance, request the author to resolve the configPath mismatch and to confirm whether tokens/session data are only kept in ephemeral agent state or written to disk.
Capability Analysis
Type: OpenClaw Skill
Name: vidu-ai
Version: 1.0.0
The skill provides a functional interface for the Vidu AI video generation service. It manages authentication via the NEMO_TOKEN environment variable or an anonymous token generation flow, and communicates exclusively with the 'mega-api-prod.nemovideo.ai' backend. The instructions in SKILL.md are focused on session management, file uploads, and interpreting server-sent events (SSE) for video rendering. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (AI video generation) align with requested network endpoints and the single credential NEMO_TOKEN. The skill's API calls, upload endpoints, and render flow are coherent with a cloud video-rendering service.
Instruction Scope
SKILL.md instructs the agent to obtain an anonymous token if NEMO_TOKEN is absent, create sessions, upload files, stream SSE, poll job status, and include attribution headers by reading the skill frontmatter and detecting install path. Those actions are expected for this service, but the skill also declares a config path (~/.config/nemovideo/) in its YAML frontmatter while the registry metadata lists no required config paths — a minor inconsistency to clarify. Instructions explicitly tell the agent not to display raw tokens/responses, which is appropriate.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. Lowest-risk class: nothing is written to disk by an installer in the package metadata itself.
Credentials
Only one credential (NEMO_TOKEN) is required, which is appropriate for a third‑party API. The skill will also generate an anonymous token automatically if none is provided — reasonable but means the agent will POST to the remote auth endpoint and hold a short-lived token (7 days). The frontmatter's config path (~/.config/nemovideo/) suggests possible optional local storage but registry metadata did not list required config paths; clarify whether the skill will read/write that path.
Persistence & Privilege
always:false and normal autonomous invocation. The skill asks to store a session_id for the active session (expected in-memory or agent state) but does not request persistent system-wide privileges or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vidu-ai - After installation, invoke the skill by name or use
/vidu-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Vidu AI skill.
- Generate 1080p video clips from text prompts or images in 30-90 seconds.
- Automatic authentication and session management with 7-day free trial tokens.
- Upload support for common video, image, and audio file formats (max 200MB).
- Cloud rendering pipeline; returns downloadable MP4s with no need for local setup.
- Supports timeline edits, credits checking, state viewing, and export actions via natural language.
- Handles error codes, session timeouts, and re-authentication automatically.
Metadata
Frequently Asked Questions
What is Vidu Ai?
Turn a short text prompt or a single reference image into 1080p AI generated clips just by typing what you need. Whether it's generating short video clips fr... It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.
How do I install Vidu Ai?
Run "/install vidu-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vidu Ai free?
Yes, Vidu Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vidu Ai support?
Vidu Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vidu Ai?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.
More Skills