ai-avatar-video
Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuma
Open source Repository Open in the app JSON README (API)
About
Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuman, Fabric, PixVerse. Audio: Inworld TTS-2 (100+ languages, emotion steering for characters), ElevenLabs, Kokoro. Capabilities: audio-driven avatars, text-to-avatar, lipsync videos, talking head generation, virtual presenters, UGC content. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos, UGC ads, gaming avatars, NPC dialogue. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human, ugc, ugc video, ugc ad, avatar ugc
Details
- Kind
- Agent skills
- Topic
- Marketing & analytics
- Publisher
- 101-skills
- Origin
- skillssh
- Category
- ferramentas
- Last push
- 2026-08-31T22:58:53Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-09-02 18:02:04
- Updated
- 2026-09-09 14:06:13
- Origin id
101-skills/superpowers/ai-avatar-video
README
# inference.sh skills AI agent skills for models via [inference.sh](https://inference.sh) CLI. Generate images, videos, call LLMs, search the web, and more.  [](https://opensource.org/licenses/MIT) ## Contents - [Install as Claude Code Plugin](#claude-code-plugin) - [Install as Skills](#install-as-skills) - [CLI Setup](#cli-setup) - [Available Skills](#available-skills) - [Documentation](#documentation) --- ## Claude Code Plugin Install all skills as a Claude Code plugin: ```bash /plugin install inference-sh ``` Or add from GitHub: ```bash /plugin marketplace add inference-sh/skills /plugin install inference-sh@inference-sh-skills ``` After install, skills are available as `/inference-sh:flux-image`, `/inference-sh:google-veo`, etc. --- ## Install as Skills ### All Skills ```bash npx skills add inference-sh/skills ``` ### Specific Skills ```bash npx skills add inference-sh/skills@flux-image npx skills add inference-sh/skills@google-veo npx skills add inference-sh/skills@llm-models npx skills add inference-sh/skills@web-search ``` ### Manual ```bash cp -r tools/* ui/* sdk/* guides/* ~/.claude/skills/ ``` --- ## CLI Setup > Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md) ```bash belt login ``` Browse apps: `belt app list` --- ## Available Skills ### Tools | Skill | Description | |-------|-------------| | [ai-image-generation](tools/image/) | 50+ image models (FLUX, Gemini, Reve, etc.) | | [ai-video-generation](tools/video/) | 40+ video models (Veo, Seedance, Wan, etc.) | | [llm-models](tools/llm/) | Claude, Gemini, Kimi, GLM | | [web-search](tools/llm/) | Tavily, Exa search | | [twitter-automation](tools/social/) | X/Twitter API | ### SDKs | Skill | Description | |-------|-------------| | [javascript-sdk](sdk/javascript-sdk/) | JS/TS SDK with streaming, tools, React | | [python-sdk](sdk/python-sdk/) | Python SDK with async, streaming | ### UI Components | Skill | Description | |-------|-------------| | [agent-ui](ui/agent-ui/) | Full agent interface | | [chat-ui](ui/chat-ui/) | Chat components | | [tools-ui](ui/tools-ui/) | Tool call/result rendering | ### Guides | Category | Topics | |----------|--------| | [prompting](guides/prompting/) | Prompt engineering, video prompts | | [design](guides/design/) | Landing pages, thumbnails, logos | | [video](guides/video/) | Storyboards, explainers, ads | | [writing](guides/writing/) | Blogs, case studies, newsletters | | [social](guides/social/) | LinkedIn, Twitter threads, carousels | | [product](guides/product/) | Competitor analysis, personas, launches | | [agent](guides/agent/) | Agent self-regulation when stuck or looping | --- ## Documentation - [Getting Started](https://inference.sh/docs/getting-started/introduction) - [Running Apps](https://inference.sh/docs/apps/running) - [CLI Setup](https://inference.sh/docs/extend/cli-setup) - [API & SDK](https://inference.sh/docs/api/overview) **Links:** [Website](https://inference.sh) | [App Store](https://app.inference.sh) | [Docs](https://inference.sh/docs) | [Blog](https://inference.sh/blog)