← Back to Skills Marketplace
rhanbourinajd

Ai Video Gen

by rhanbourinajd · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
6956
Downloads
6
Stars
39
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 limited and private, monitor API usage for costs, and avoid sending confidential prompts, scripts, images, audio, or videos unless the providers' terms and retention policies are acceptable. Choose output paths carefully because FFmpeg commands use overwrite behavior for selected outputs.
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 capabilities are coherent with AI video generation: OpenAI or Replicate for image/audio generation, LumaAI for video generation, FFmpeg for assembly, and local output files. Some documented providers/features such as Runway, ElevenLabs, multi_scene.py, and edit_video.py are referenced but not implemented in the artifact, which is a documentation/capability gap rather than malicious behavior.
Instruction Scope
The workflow is user-invoked through CLI commands with explicit prompts, narration text, input media, and output paths. Prompts and voiceover text are sent to third-party services during normal use, and the docs mention provider setup and costs, though they could be clearer about privacy and billing implications.
Install Mechanism
Installation uses ordinary Python dependencies and requires FFmpeg plus provider API keys in environment variables or a .env file. The install-time metadata does not separately declare these permissions, but the README and SKILL.md disclose the dependency and key requirements.
Credentials
Network access to OpenAI, Replicate, and LumaAI, local media file writes, and FFmpeg execution are proportionate to the stated video-generation purpose. The code does not show broad local indexing, unrelated file access, hidden credential collection, or unrelated outbound destinations.
Persistence & Privilege
No autostart, background worker, privilege escalation, self-modification, or durable hidden persistence is present. Persistence is limited to user-created .env configuration, generated media outputs, and short-lived temporary files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-video-gen
  3. After installation, invoke the skill by name or use /ai-video-gen
  4. 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
Slug ai-video-gen
Version 1.0.0
License
All-time Installs 243
Active Installs 39
Total Versions 1
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 6956 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.

💬 Comments