Install
openclaw skills install veed-skillGenerate talking head videos from a photo using VEED Fabric 1.0. Triggers on mentions of "veed", "fabric", or "talking video". Turns a headshot + audio or text script into a lip-synced MP4 video via fal.ai.
openclaw skills install veed-skillCreate realistic talking head videos from a single photo. Built for founders and non-video-makers who need professional video content without video editing skills.
Activate this skill when the user mentions:
MUST NOT activate on generic video requests like "make a video" or "create content" unless they specifically mention VEED or Fabric.
MUST check that the FAL_KEY environment variable is set before doing anything else. If it is not set, show the user:
FAL_KEY environment variable not found.
1. Get your API key at https://fal.ai/dashboard/keys
2. Set it: export FAL_KEY=your_key_here
MUST NOT proceed without a valid key. MUST NOT ask the user to provide the key inline.
When the user has a photo and an audio file (recorded voiceover, podcast clip, etc.), load ./rules/lip-sync.md for the full workflow.
When the user has a photo and a written script (text they want spoken aloud), load ./rules/text-to-video.md for the full workflow.
When the user provides a local file path instead of a URL, load ./rules/file-upload.md for the upload procedure.
Video generation is async. Load ./rules/queue.md for the queue submission, polling, and result retrieval flow.
Read individual rule files for detailed explanations and working code: