← Back to Skills Marketplace
Ai Video Gen
by
rhanbourinajd
· GitHub ↗
· v1.0.0
7688
Downloads
6
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-video-gen
Description
End-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Supports OpenAI DALL-E, Replicate models, LumaAI, Runway, and FFmpeg editing.
Usage Guidance
Install this in a virtual environment, keep provider API keys scoped and private, monitor paid API usage, and avoid sending confidential prompts, scripts, images, audio, or videos unless the providers' data policies are acceptable. Keep FFmpeg and Python dependencies updated, and be careful with unusual image filenames and output paths because FFmpeg is invoked locally and selected outputs may be overwritten.
Capability Analysis
Type: OpenClaw Skill
Name: ai-video-gen
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for AI video generation appears benign. All Python scripts utilize `subprocess.run` with a list of arguments for executing FFmpeg, which is a secure method that mitigates shell injection risks. API keys are loaded from environment variables, and network requests are directed to legitimate AI service providers (OpenAI, Replicate, LumaAI). File system operations are limited to creating output directories and saving generated media, aligning with the skill's stated purpose. No evidence of data exfiltration, persistence mechanisms, obfuscation, or prompt injection attempts in the markdown files was found. The use of `ffmpeg -safe 0` in `images_to_video.py` is noted, but its context within the script (programmatic construction of a file list with absolute paths) does not indicate malicious intent.
Capability Assessment
Purpose & Capability
The stated purpose matches the implementation: generate images/audio/video through OpenAI, Replicate, LumaAI, and FFmpeg, then save local media outputs. Some documented items such as Runway, ElevenLabs, multi_scene.py, edit_video.py, setup.bat, and .env.example are referenced but not present or not implemented, which is a documentation completeness issue rather than evidence of abuse.
Instruction Scope
Use is CLI-driven with user-provided prompts, narration text, input media, and output paths. The docs identify API keys, providers, and approximate costs, but they should more plainly say that prompts, text, images, and generated media may be sent to third-party services.
Install Mechanism
Installation uses ordinary Python requirements plus FFmpeg. Dependencies are lower-bound ranges rather than locked versions, so installs are not fully reproducible and should use current patched packages in an isolated environment.
Credentials
Environment-variable API keys, outbound network calls, local file writes, and FFmpeg execution are proportionate for AI video generation. The code would benefit from URL allowlists, request timeouts, content-size limits, media validation, and safer FFmpeg concat handling.
Persistence & Privilege
No hidden persistence, background worker, privilege escalation, self-modification, credential harvesting, or broad local indexing was found. Persistence is limited to user-created configuration, generated media outputs, and temporary files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-video-gen - After installation, invoke the skill by name or use
/ai-video-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ai-video-gen skill: end-to-end AI video generation from text prompts.
- Supports multiple image and video generation models (OpenAI DALL-E, Replicate, LumaAI, Runway).
- Includes voice-over (OpenAI TTS, ElevenLabs) and advanced FFmpeg video editing.
- Provides quick start guides, usage examples, and workflow customization (free/budget and paid/quality modes).
- Comprehensive setup instructions for API keys and dependencies.
Metadata
Frequently Asked Questions
What is Ai Video Gen?
End-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Supports OpenAI DALL-E, Replicate models, LumaAI, Runway, and FFmpeg editing. It is an AI Agent Skill for Claude Code / OpenClaw, with 7688 downloads so far.
How do I install Ai Video Gen?
Run "/install ai-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Video Gen free?
Yes, Ai Video Gen is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ai Video Gen support?
Ai Video Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Video Gen?
It is built and maintained by rhanbourinajd (@rhanbourinajd); the current version is v1.0.0.
More Skills