Avatar
clawhubAI Video Hard
3.5
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatarVeo 使用:AI 视频生成和处理工具
# Install Skill npx skills add cnemri/google-genai-skills@veo-use # Claude Code will auto-detect and use it after installation
# Same install command — works with all SKILL.md-compatible AI coding tools npx skills add cnemri/google-genai-skills@veo-use
veo-3.1 and veo-2.0).uv.GOOGLE_API_KEY or GEMINI_API_KEYGOOGLE_CLOUD_PROJECT
- GOOGLE_CLOUD_LOCATION
- GOOGLE_GENAI_USE_VERTEXAI=1uv run skills/veo-use/scripts/text_to_video.py "A cinematic drone shot of a futuristic city" --output city.mp4
uv run skills/veo-use/scripts/image_to_video.py "Zoom out from the flower" --image start.png --output flower.mp4
uv run skills/veo-use/scripts/reference_to_video.py "A man walking on the moon" --reference-image man.png --output moon_walk.mp4
REMOVE: Remove dynamic object.REMOVE_STATIC: Remove static object (watermark).INSERT: Insert new object (requires --prompt).uv run skills/veo-use/scripts/edit_video.py --video input.mp4 --mask mask.png --mode INSERT --prompt "A flying car" --output edited.mp4
uv run skills/veo-use/scripts/extend_video.py --video clip.mp4 --prompt "The car flies away into the sunset" --duration 6 --output extended.mp4
--model: Default veo-3.1-generate-001.--resolution: 1080p (default), 720p, 4k.--aspect-ratio: 16:9 (default), 9:16.--duration: 6 (default), 4, 8.npx skills add cnemri/google-genai-skills@veo-use && skills veo-use --prompt "未来城市夜景,霓虹灯光" --duration 8 --aspect-ratio 16:9 --output video.mp4Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatar