端到端 AI 视频生成 - 使用图像生成、视频合成、画外音和编辑功能根据文本提示创建视频。支持 OpenAI DALL-E、复制模型、LumaAI、Runway 和 FFmpeg 编辑。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-video-gen或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-video-gen⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-video-gen/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. ---
Generate complete videos from text descriptions using AI.
# Generate a complete video
python skills/ai-video-gen/generate_video.py --prompt "A sunset over mountains" --output sunset.mp4
# Just images to video
python skills/ai-video-gen/images_to_video.py --images img1.png img2.png --output result.mp4
# Add voiceover
python skills/ai-video-gen/add_voiceover.py --video input.mp4 --text "Your narration" --output final.mp4
Add to your environment or .env file:
# Image Generation (pick one)
OPENAI_API_KEY=sk-... # DALL-E 3
REPLICATE_API_TOKEN=r8_... # Stable Diffusion, Flux
# Video Generation (pick one)
LUMAAI_API_KEY=luma_... # LumaAI Dream Machine
RUNWAY_API_KEY=... # Runway ML
REPLICATE_API_TOKEN=r8_... # Multiple models
# Voice (optional)
OPENAI_API_KEY=sk-... # OpenAI TTS
ELEVENLABS_API_KEY=... # ElevenLabs
# Or use FREE local options (no API needed)
pip install openai requests pillow replicate python-dotenv
Already installed via winget.
python skills/ai-video-gen/generate_video.py \
--prompt "A futuristic city at night with flying cars" \
--duration 5 \
--voiceover "Welcome to the future" \
--output future_city.mp4
python skills/ai-video-gen/multi_scene.py \
--scenes "Morning sunrise" "Busy city street" "Peaceful night" \
--duration 3 \
--output day_in_life.mp4
python skills/ai-video-gen/images_to_video.py \
--images frame1.png frame2.png frame3.png \
--fps 24 \
--output animation.mp4
generate_video.py - Main end-to-end generatorimages_to_video.py - Convert image sequence to videoadd_voiceover.py - Add narration to existing videomulti_scene.py - Create multi-scene videosedit_video.py - Apply effects, transitions, overlaysSee examples/ folder for sample outputs and prompts.
安装 人工智能视频生成器 后,可以对 AI 说这些话来触发它
Help me get started with Ai Video Gen
Explains what Ai Video Gen does, walks through the setup, and runs a quick demo based on your current project
Use Ai Video Gen to end-to-end AI video generation - create videos from text prompts us...
Invokes Ai Video Gen with the right parameters and returns the result directly in the conversation
What can I do with Ai Video Gen in my design & creative workflow?
Lists the top use cases for Ai Video Gen, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ai-video-gen/ 目录(个人级,所有项目可用),或 .claude/skills/ai-video-gen/(项目级)。重启 AI 客户端后,用 /ai-video-gen 主动调用,或让 AI 根据上下文自动发现并使用。
人工智能视频生成器 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
人工智能视频生成器 可免费安装使用。请查阅仓库了解许可证信息。
端到端 AI 视频生成 - 使用图像生成、视频合成、画外音和编辑功能根据文本提示创建视频。支持 OpenAI DALL-E、复制模型、LumaAI、Runway 和 FFmpeg 编辑。
人工智能视频生成器 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Ai Video Gen
Identifies repetitive steps in your workflow and sets up Ai Video Gen to handle them automatically