🦀 ClawHub
VEED UGC
by @pauldelavallaz
Generate UGC-style promotional videos with AI lip-sync. Takes an image (person with product from Morpheus/Ad-Ready) and a script (pure dialogue), creates a video of the person speaking. Uses ElevenLabs for voice synthesis.
💡 Examples
uv run ~/.clawdbot/skills/veed-ugc/scripts/generate.py \
--image "https://example.com/person-with-product.png" \
--script "Hola! Les quiero mostrar este producto increíble que acabo de probar." \
--output "ugc-video.mp4"
With local image file:
uv run ~/.clawdbot/skills/veed-ugc/scripts/generate.py \
--image "./morpheus-output.png" \
--script "Mirá, yo antes no usaba esto pero ahora no puedo vivir sin él." \
--voice-id "PBi4M0xL4G7oVYxKgqww" \
--output "promo-video.mp4"
📋 Tips & Best Practices
TERMINAL
clawhub install veed-ugc