heygen-avatar-lite

Create stunning AI avatar videos in minutes — no camera, no studio. HeyGen API guide with multi-language support, voice cloning & multiple formats.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "heygen-avatar-lite" with this command: npx skills add daaab/openclaw-skills/daaab-openclaw-skills-heygen-avatar-lite

🎬 HeyGen AI Avatar Video (Lite)

Turn text into professional video — with YOUR digital twin speaking it.

No camera. No studio. No editing. Just type, generate, and publish.

🔥 Over 40,000 creators already use HeyGen to make AI videos. Join them — Start free →


🎯 What You Can Build

Use CaseExample
📹 Product demosYour avatar explains features in 10 languages
📚 Course contentScale yourself — teach without recording
📱 Social mediaDaily TikTok/Reels/Shorts on autopilot
🌍 LocalizationSame video, 40+ languages, zero re-recording
💼 Sales outreachPersonalized video messages at scale

⚡ Quick Start (3 Steps)

1. Get Your HeyGen Account & API Key

👉 Create your free HeyGen account — includes free trial credits to test with.

Once signed in: Settings → API → Create API Key

export HEYGEN_API_KEY="your_api_key_here"

2. Pick an Avatar

Choose from 100+ stock avatars, or upload a 2-min video of yourself to create your own digital twin.

curl -X GET "https://api.heygen.com/v2/avatars" \
  -H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.avatars[:5]'

3. Generate Your First Video

curl -X POST "https://api.heygen.com/v2/video/generate" \
  -H "X-Api-Key: $HEYGEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video_inputs": [{
      "character": {
        "type": "avatar",
        "avatar_id": "YOUR_AVATAR_ID",
        "avatar_style": "normal"
      },
      "voice": {
        "type": "text",
        "input_text": "Hello! This is my AI avatar speaking.",
        "voice_id": "YOUR_VOICE_ID"
      }
    }],
    "dimension": { "width": 1280, "height": 720 }
  }'

Check status:

curl -X GET "https://api.heygen.com/v1/video_status.get?video_id=$VIDEO_ID" \
  -H "X-Api-Key: $HEYGEN_API_KEY"

🎉 That's it. Your first AI video, done in under 5 minutes.


📐 Video Formats

FormatDimensionsBest For
🖥️ Landscape1280×720YouTube, Website, Presentations
📱 Portrait720×1280TikTok, Reels, Shorts
⬛ Square1080×1080Instagram, LinkedIn

🗣️ Voice Options

# List all available voices (40+ languages)
curl -X GET "https://api.heygen.com/v2/voices" \
  -H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.voices[:10]'
  • Stock voices — Professional voices in 40+ languages
  • Voice cloning — Upload 30 seconds of audio to clone your own voice
  • ElevenLabs integration — Bring your ElevenLabs voice ID for premium quality

🏗️ Architecture

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│  Your Text  │────▶│  HeyGen API │────▶│   MP4 Video │
│  + Avatar   │     │  (generate) │     │   (download) │
└─────────────┘     └─────────────┘     └─────────────┘

💰 Pricing

PlanMonthlyWhat You Get
Free Trial$01 min free credits
Creator$29/mo15 min/month
Business$89/mo30 min/month

💡 Pro tip: Start with the free trial to test your avatar before committing.


⚠️ Lite Version Limitations

This is the free starter guide. For production automation:

  • ❌ No batch generation scripts
  • ❌ No subtitle integration
  • ❌ No error handling / retry logic

🚀 Want the Full Package?

Premium Version includes battle-tested scripts from daily production use:

  • ✅ Complete Python generation & download script
  • ✅ Portrait + Landscape + Square presets
  • ✅ ZapCap subtitle integration
  • ✅ Batch video generation
  • ✅ Telegram/LINE delivery
  • ✅ Priority support

Get it on Virtuals ACP → Job: heygen_avatar_video ($8 USD)


🔗 Resources


Made with 🦞 by Littl3Lobst3r · littl3lobst3r.base.eth

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Video Agent (Deprecated)

[DEPRECATED] Use `create-video` for prompt-based video generation or `avatar-video` for precise avatar/scene control. This legacy skill combines both workflo...

Registry SourceRecently Updated
4.5K6Profile unavailable
General

Avatar Video

Create AI avatar videos with precise control over avatars, voices, scripts, scenes, and backgrounds using HeyGen's v2 API. Use when: (1) Choosing a specific...

Registry SourceRecently Updated
900Profile unavailable
Automation

Create Video

Create videos from a text prompt using HeyGen's Video Agent. Use when: (1) Creating a video from a description or idea, (2) Generating explainer, demo, or ma...

Registry SourceRecently Updated
790Profile unavailable
General

Pocket TTS Complete Documentation

Generate speech from text using Kyutai Pocket TTS - lightweight, CPU-friendly, streaming TTS with voice cloning. English only. ~6x real-time on M4 MacBook Air.

Registry SourceRecently Updated
7290Profile unavailable