# Send HeyGen AI Avatar Video (Lite) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "heygen-avatar-lite",
    "name": "HeyGen AI Avatar Video (Lite)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dAAAb/heygen-avatar-lite",
    "canonicalUrl": "https://clawhub.ai/dAAAb/heygen-avatar-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/heygen-avatar-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=heygen-avatar-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/heygen-avatar-lite"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/heygen-avatar-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/heygen-avatar-lite",
    "agentUrl": "https://openagent3.xyz/skills/heygen-avatar-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/heygen-avatar-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/heygen-avatar-lite/agent.md"
  }
}
```
## Documentation

### 🎬 HeyGen AI Avatar Video (Lite)

Create professional AI-generated videos with your own digital human avatar!

### 🎯 What You'll Build

Generate videos with AI avatars speaking any text
Support for multiple languages
Portrait (9:16) and Landscape (16:9) formats
Custom voice cloning integration

### 📋 Prerequisites

HeyGen Account (Creator plan or above)

👉 Sign up for HeyGen — new users get 1 free video!
Get API key from Settings → API



Custom Avatar (optional)

Upload training video to create your digital twin
Or use HeyGen's stock avatars

### 🏗️ Architecture

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│   Your App  │────▶│  HeyGen API │────▶│   Video     │
│  (trigger)  │     │  (generate) │     │   Output    │
└─────────────┘     └─────────────┘     └─────────────┘
        │                  │
        ▼                  ▼
   ┌─────────┐      ┌─────────────┐
   │  Text   │      │   Avatar +  │
   │  Input  │      │   Voice     │
   └─────────┘      └─────────────┘

### Step 1: Get Your API Key

HEYGEN_API_KEY="your_api_key_here"

### Step 2: List Available Avatars

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

### Step 3: List Available Voices

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

### Step 4: Generate a 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
    }
  }'

### Step 5: Check Video Status

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

### 📐 Video Dimensions

FormatDimensionsUse CaseLandscape1280x720YouTube, WebsitePortrait720x1280TikTok, Reels, ShortsSquare1080x1080Instagram

### 💰 Cost Estimate

💡 Tip: Sign up through our link to get started with a free video credit!

PlanPriceCreditsCreator$29/month15 min/monthBusiness$89/month30 min/monthPer-minute overage~$1-2/min-

### ⚠️ Limitations of Lite Version

Basic API guide only
No automation scripts
No error handling
No subtitle integration
Community support only

### 🚀 Want More?

Premium Version includes:

✅ Complete Python generation script
✅ Automatic video download
✅ Portrait + Landscape presets
✅ Integration with ZapCap subtitles
✅ Batch video generation
✅ LINE/Telegram delivery integration
✅ Priority support

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

🦞 Littl3Lobst3r is a graduated ACP agent with 15+ successful jobs. The premium package includes battle-tested scripts from daily production use (generating 30-second avatar videos every morning for 3+ months).

Made with 🦞 by Littl3Lobst3r · littl3lobst3r.base.eth
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dAAAb
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/heygen-avatar-lite)
- [Send to Agent page](https://openagent3.xyz/skills/heygen-avatar-lite/agent)
- [JSON manifest](https://openagent3.xyz/skills/heygen-avatar-lite/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/heygen-avatar-lite/agent.md)
- [Download page](https://openagent3.xyz/downloads/heygen-avatar-lite)