liveavatar-integrate

liveavatar-integrate is a skill for Claude Code, Codex from heygen-com/liveavatar-agent-skills. It costs 121 tokens per session (2,140 once invoked), scanned A, original, MIT.

A guide for adding LiveAvatar, a service that puts a real-time, lip-synced talking avatar in an app or website. It examines the existing technology and helps choose an integration approach.

In plain words
What is it for?
Use it to plan and build a new LiveAvatar integration, add an avatar to a site, or connect LiveAvatar to an existing AI pipeline.
Why use it?
It reduces the guesswork involved in connecting an avatar to an existing app, AI system, speech tools, or real-time communication service.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan and build a new LiveAvatar integration, add an avatar to a site, or connect LiveAvatar to an existing AI pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add heygen-com/liveavatar-agent-skills --skill liveavatar-integrate
Clone the repo
git clone --depth 1 https://github.com/heygen-com/liveavatar-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for liveavatar-integrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate/github.svg)](https://agentmods.dev/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate)
Your own site
<a href="https://agentmods.dev/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate"><img src="https://agentmods.dev/badge/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for liveavatar-integrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate"><img src="https://agentmods.dev/badge/skills/heygen-com/liveavatar-agent-skills/liveavatar-integrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 16 Apr 2026
  • Snyk pass 16 Apr 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.02140
Opus 5 $0.00060 $0.01070
Sonnet 5 $0.00024 $0.00428
Haiku 4.5 $0.00012 $0.00214

Measured 11d ago against content hash 0952e99fd401, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

liveavatar-integrate scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Session lifecycle** — step-by-step with curl commands and code
skills/liveavatar-integrate/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LiveAvatar Integration

LiveAvatar gives your product a human face — real-time, lip-synced video avatars that speak, react, and maintain eye contact. This skill assesses what you have, recommends the best integration path, and walks you through building it.

Step 1: Discover What the User Has

Before recommending a path, gather context. Check the codebase and conversation for signals. Do not ask questions the codebase already answers.

Signals to look for in the codebase

Scan for these automatically — do not ask the user if you can detect them:

Signal Where to look What it means
OpenAI / Anthropic / LLM SDK imports package.json, requirements.txt, imports User has their own LLM
ElevenLabs / PlayHT / Deepgram TTS SDK dependencies, imports User has their own TTS
Deepgram / Whisper / AssemblyAI STT SDK dependencies, imports User has their own STT
LiveKit SDK (livekit-server-sdk, @livekit/) dependencies User has LiveKit infra
Agora SDK dependencies User has Agora infra
Pipecat imports dependencies, imports User has a Pipecat pipeline
ElevenLabs Agent / Conversational AI dependencies, config User has an ElevenLabs agent
HEYGEN_API_KEY / LIVEAVATAR_API_KEY .env, config files User already has an API key
Existing LiveAvatar code imports, API calls to api.liveavatar.com Existing integration (debug, not new setup)
No backend / static site file structure (pure HTML/CSS/JS, no server) Embed is the only option

Questions to ask (only what's still unknown)

If the codebase scan leaves gaps, ask the user. Frame as a concise checklist — do not ask these one at a time:

To recommend the best LiveAvatar integration for your setup, I need to know:

1. **What's the goal?** (e.g., customer support avatar, sales demo, onboarding guide, talking head on landing page)
2. **Do you have your own AI pipeline?** (STT, LLM, TTS — or any combination)
3. **Do you need programmatic control** over the conversation (events, interrupts, custom logic), or just an avatar on a page?

Read the full file on GitHub · 149 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 149 lines · 121 tokens per session scan A 0952e99fd401

Subscribe to this mod's changes

liveavatar-integrate is a skill published in the GitHub repository heygen-com/liveavatar-agent-skills (9 stars, last pushed today), licensed MIT. It adds 121 tokens to every session and 2,140 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

p5js

Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

NousResearch/hermes-agent · 20 tokens

webgl-liquid-metal

A real-time liquid-metal shader — a domain-warped noise field shaded as molten chrome, with a sweeping specular highlight over an iridescent thin-film (cosine-palette) sheen. No textures. Rendered as a single self-contained index.html. Use when the brief asks for "liquid metal", "molten chrome", "iridescent"…

nexu-io/open-design · 121 tokens

webgl-particle-galaxy

A real-time particle galaxy — tens of thousands of additive-blended GPU points spiraling around a bright core, their orbits solved entirely in the vertex shader (from glVertexID), so the whole cloud draws in one call. Rendered as a single self-contained index.html. Use when the brief asks for a "particle field"…

nexu-io/open-design · 126 tokens

webgl-horizontal-parallax

A horizontal-scroll WebGL gallery (Three.js): frames glide sideways with lerp smoothing and each image parallaxes its texture (UV shift) by its position in the viewport.

nexu-io/open-design · 41 tokens

webgl-aurora-veil

A self-contained WebGL2 hero: layered aurora light curtains warped over a night sky scattered with stars; move the cursor to sway the veil.

nexu-io/open-design · 38 tokens

remotion-to-hyperframes

Port an existing Remotion (React) composition's source to HyperFrames HTML. Use ONLY on an explicit ask to port/convert/migrate/translate a Remotion source — one-way, Remotion-only. A passing Remotion mention, reference-only code, or "make something like my Remotion video" is a fresh build (/general-video). Unclear →…

heygen-com/hyperframes · 84 tokens