Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create AI digital human videos with HeyGen API. Free starter guide.
Create AI digital human videos with HeyGen API. Free starter guide.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Create professional AI-generated videos with your own digital human avatar!
Generate videos with AI avatars speaking any text Support for multiple languages Portrait (9:16) and Landscape (16:9) formats Custom voice cloning integration
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
βββββββββββββββ βββββββββββββββ βββββββββββββββ β Your App ββββββΆβ HeyGen API ββββββΆβ Video β β (trigger) β β (generate) β β Output β βββββββββββββββ βββββββββββββββ βββββββββββββββ β β βΌ βΌ βββββββββββ βββββββββββββββ β Text β β Avatar + β β Input β β Voice β βββββββββββ βββββββββββββββ
HEYGEN_API_KEY="your_api_key_here"
curl -X GET "https://api.heygen.com/v2/avatars" \ -H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.avatars[:5]'
curl -X GET "https://api.heygen.com/v2/voices" \ -H "X-Api-Key: $HEYGEN_API_KEY" | jq '.data.voices[:5]'
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 } }'
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"
FormatDimensionsUse CaseLandscape1280x720YouTube, WebsitePortrait720x1280TikTok, Reels, ShortsSquare1080x1080Instagram
π‘ 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-
Basic API guide only No automation scripts No error handling No subtitle integration Community support only
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.