Overview
- Skill Key
- daaab/heygen-avatar-lite
- Author
- LittleLobster
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/daaab/heygen-avatar-lite
- Latest Commit SHA
- ba21606395706b5eb4073a7ad0982a2f1d1ab514
Create AI digital human videos with HeyGen API. Free starter guide.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 heygen-avatar-lite 技能。 若已安装,则直接安装 heygen-avatar-lite 技能。
# 🎬 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
1. **HeyGen Account** (Creator plan or above)
- [**👉 Sign up for HeyGen**](https://www.heygen.com/?sid=rewardful&via=clawhub) — new users get 1 free video!
- Get API key from Settings → API
2. **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 │
└─────────┘ └─────────────┘
```
## 🚀 Quick Start
### Step 1: Get Your API Key
```bash
HEYGEN_API_KEY="your_api_key_here"
```
### Step 2: List Available Avatars
```bash
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
```bash
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
```bash
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"
}
}],...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.