{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/heygen-avatar-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=heygen-avatar-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/heygen-avatar-lite",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🎬 HeyGen AI Avatar Video (Lite)",
        "body": "Create professional AI-generated videos with your own digital human avatar!"
      },
      {
        "title": "🎯 What You'll Build",
        "body": "Generate videos with AI avatars speaking any text\nSupport for multiple languages\nPortrait (9:16) and Landscape (16:9) formats\nCustom voice cloning integration"
      },
      {
        "title": "📋 Prerequisites",
        "body": "HeyGen Account (Creator plan or above)\n\n👉 Sign up for HeyGen — new users get 1 free video!\nGet API key from Settings → API\n\n\n\nCustom Avatar (optional)\n\nUpload training video to create your digital twin\nOr use HeyGen's stock avatars"
      },
      {
        "title": "🏗️ Architecture",
        "body": "┌─────────────┐     ┌─────────────┐     ┌─────────────┐\n│   Your App  │────▶│  HeyGen API │────▶│   Video     │\n│  (trigger)  │     │  (generate) │     │   Output    │\n└─────────────┘     └─────────────┘     └─────────────┘\n        │                  │\n        ▼                  ▼\n   ┌─────────┐      ┌─────────────┐\n   │  Text   │      │   Avatar +  │\n   │  Input  │      │   Voice     │\n   └─────────┘      └─────────────┘"
      },
      {
        "title": "Step 1: Get Your API Key",
        "body": "HEYGEN_API_KEY=\"your_api_key_here\""
      },
      {
        "title": "Step 2: List Available Avatars",
        "body": "curl -X GET \"https://api.heygen.com/v2/avatars\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" | jq '.data.avatars[:5]'"
      },
      {
        "title": "Step 3: List Available Voices",
        "body": "curl -X GET \"https://api.heygen.com/v2/voices\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" | jq '.data.voices[:5]'"
      },
      {
        "title": "Step 4: Generate a Video",
        "body": "curl -X POST \"https://api.heygen.com/v2/video/generate\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"video_inputs\": [{\n      \"character\": {\n        \"type\": \"avatar\",\n        \"avatar_id\": \"YOUR_AVATAR_ID\",\n        \"avatar_style\": \"normal\"\n      },\n      \"voice\": {\n        \"type\": \"text\",\n        \"input_text\": \"Hello! This is my AI avatar speaking.\",\n        \"voice_id\": \"YOUR_VOICE_ID\"\n      }\n    }],\n    \"dimension\": {\n      \"width\": 1280,\n      \"height\": 720\n    }\n  }'"
      },
      {
        "title": "Step 5: Check Video Status",
        "body": "VIDEO_ID=\"your_video_id\"\ncurl -X GET \"https://api.heygen.com/v1/video_status.get?video_id=$VIDEO_ID\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\""
      },
      {
        "title": "📐 Video Dimensions",
        "body": "FormatDimensionsUse CaseLandscape1280x720YouTube, WebsitePortrait720x1280TikTok, Reels, ShortsSquare1080x1080Instagram"
      },
      {
        "title": "💰 Cost Estimate",
        "body": "💡 Tip: Sign up through our link to get started with a free video credit!\n\nPlanPriceCreditsCreator$29/month15 min/monthBusiness$89/month30 min/monthPer-minute overage~$1-2/min-"
      },
      {
        "title": "⚠️ Limitations of Lite Version",
        "body": "Basic API guide only\nNo automation scripts\nNo error handling\nNo subtitle integration\nCommunity support only"
      },
      {
        "title": "🚀 Want More?",
        "body": "Premium Version includes:\n\n✅ Complete Python generation script\n✅ Automatic video download\n✅ Portrait + Landscape presets\n✅ Integration with ZapCap subtitles\n✅ Batch video generation\n✅ LINE/Telegram delivery integration\n✅ Priority support\n\nGet it on Virtuals ACP → Job: heygen_avatar_video ($8 USD)\n\n🦞 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).\n\nMade with 🦞 by Littl3Lobst3r · littl3lobst3r.base.eth"
      }
    ],
    "body": "🎬 HeyGen AI Avatar Video (Lite)\n\nCreate professional AI-generated videos with your own digital human avatar!\n\n🎯 What You'll Build\nGenerate videos with AI avatars speaking any text\nSupport for multiple languages\nPortrait (9:16) and Landscape (16:9) formats\nCustom voice cloning integration\n📋 Prerequisites\n\nHeyGen Account (Creator plan or above)\n\n👉 Sign up for HeyGen — new users get 1 free video!\nGet API key from Settings → API\n\nCustom Avatar (optional)\n\nUpload training video to create your digital twin\nOr use HeyGen's stock avatars\n🏗️ Architecture\n┌─────────────┐     ┌─────────────┐     ┌─────────────┐\n│   Your App  │────▶│  HeyGen API │────▶│   Video     │\n│  (trigger)  │     │  (generate) │     │   Output    │\n└─────────────┘     └─────────────┘     └─────────────┘\n        │                  │\n        ▼                  ▼\n   ┌─────────┐      ┌─────────────┐\n   │  Text   │      │   Avatar +  │\n   │  Input  │      │   Voice     │\n   └─────────┘      └─────────────┘\n\n🚀 Quick Start\nStep 1: Get Your API Key\nHEYGEN_API_KEY=\"your_api_key_here\"\n\nStep 2: List Available Avatars\ncurl -X GET \"https://api.heygen.com/v2/avatars\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" | jq '.data.avatars[:5]'\n\nStep 3: List Available Voices\ncurl -X GET \"https://api.heygen.com/v2/voices\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" | jq '.data.voices[:5]'\n\nStep 4: Generate a Video\ncurl -X POST \"https://api.heygen.com/v2/video/generate\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"video_inputs\": [{\n      \"character\": {\n        \"type\": \"avatar\",\n        \"avatar_id\": \"YOUR_AVATAR_ID\",\n        \"avatar_style\": \"normal\"\n      },\n      \"voice\": {\n        \"type\": \"text\",\n        \"input_text\": \"Hello! This is my AI avatar speaking.\",\n        \"voice_id\": \"YOUR_VOICE_ID\"\n      }\n    }],\n    \"dimension\": {\n      \"width\": 1280,\n      \"height\": 720\n    }\n  }'\n\nStep 5: Check Video Status\nVIDEO_ID=\"your_video_id\"\ncurl -X GET \"https://api.heygen.com/v1/video_status.get?video_id=$VIDEO_ID\" \\\n  -H \"X-Api-Key: $HEYGEN_API_KEY\"\n\n📐 Video Dimensions\nFormat\tDimensions\tUse Case\nLandscape\t1280x720\tYouTube, Website\nPortrait\t720x1280\tTikTok, Reels, Shorts\nSquare\t1080x1080\tInstagram\n💰 Cost Estimate\n\n💡 Tip: Sign up through our link to get started with a free video credit!\n\nPlan\tPrice\tCredits\nCreator\t$29/month\t15 min/month\nBusiness\t$89/month\t30 min/month\nPer-minute overage\t~$1-2/min\t-\n⚠️ Limitations of Lite Version\nBasic API guide only\nNo automation scripts\nNo error handling\nNo subtitle integration\nCommunity support only\n🚀 Want More?\n\nPremium Version includes:\n\n✅ Complete Python generation script\n✅ Automatic video download\n✅ Portrait + Landscape presets\n✅ Integration with ZapCap subtitles\n✅ Batch video generation\n✅ LINE/Telegram delivery integration\n✅ Priority support\n\nGet it on Virtuals ACP → Job: heygen_avatar_video ($8 USD)\n\n🦞 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).\n\nMade with 🦞 by Littl3Lobst3r · littl3lobst3r.base.eth"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dAAAb/heygen-avatar-lite",
    "publisherUrl": "https://clawhub.ai/dAAAb/heygen-avatar-lite",
    "owner": "dAAAb",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}