Avatar
clawhubAI Video Hard
3.5
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatarVeo Build 视频生成工具,支持 AI 视频创意的构建和优化
# Install Skill npx skills add cnemri/google-genai-skills@veo-build # 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-build
google-genai Python SDK.google-genai library and an authenticated client with Vertex AI enabled.from google import genai
from google.genai import types
import os
PROJECT_ID = os.environ.get("GOOGLE_CLOUD_PROJECT")
LOCATION = os.environ.get("GOOGLE_CLOUD_REGION", "us-central1")
client = genai.Client(vertexai=True, project=PROJECT_ID, location=LOCATION)
models.py, types.py).npx skills run veo-build --prompt "cinematic drone footage of mountain landscape" --duration 6 --style cinematicInteractive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatar