skills/daaab/openclaw-skills/heygen-avatar-lite

heygen-avatar-lite

SKILL.md

🎬 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 Case Example
πŸ“Ή Product demos Your avatar explains features in 10 languages
πŸ“š Course content Scale yourself β€” teach without recording
πŸ“± Social media Daily TikTok/Reels/Shorts on autopilot
🌍 Localization Same video, 40+ languages, zero re-recording
πŸ’Ό Sales outreach Personalized 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

Format Dimensions Best For
πŸ–₯️ Landscape 1280Γ—720 YouTube, Website, Presentations
πŸ“± Portrait 720Γ—1280 TikTok, Reels, Shorts
⬛ Square 1080Γ—1080 Instagram, 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

Plan Monthly What You Get
Free Trial $0 1 min free credits
Creator $29/mo 15 min/month
Business $89/mo 30 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

Weekly Installs
3
GitHub Stars
1
First Seen
7 days ago
Installed on
opencode3
gemini-cli3
github-copilot3
codex3
amp3
cline3