Avatar
clawhubAI Video Hard
3.5
Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatar文本转视频工具,将文字脚本自动转换为视频内容
# Install Skill npx skills add omer-metin/skills-for-antigravity@text-to-video # 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 omer-metin/skills-for-antigravity@text-to-video
references/patterns.md. This file dictates *how* things should be built. Ignore generic approaches if a specific pattern exists here.
* For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
* For Review: Always consult references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.
Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.npx skills add omer-metin/skills-for-antigravity@text-to-video && node -e "const t2v = require('text-to-video'); t2v.generate({text: '一只猫在跳舞', duration: 8, style: 'anime'}).then(r => console.log('Video:', r.url));"Interactive AI avatar with Simli video rendering and ElevenLabs TTS
clawhub install avatar