CommunityVidéo et animationgithub.com

ComposioHQ/HeyGen-Automation

Automate AI video generation, avatar browsing, template-based video creation, and video status tracking through HeyGen's platform via Composio

Compatible avec~Claude Code~Codex CLI~Cursor
npx add-skill https://github.com/ComposioHQ/awesome-codex-skills/tree/main/composio-skills/heygen-automation

name: HeyGen Automation description: "Automate AI video generation, avatar browsing, template-based video creation, and video status tracking through HeyGen's platform via Composio" requires: mcp: - rube

HeyGen Automation

Automate AI-powered video creation workflows -- browse avatars and templates, generate personalized videos from templates, track processing status, and retrieve shareable URLs -- all orchestrated through the Composio MCP integration.

Toolkit docs: composio.dev/toolkits/heygen


Setup

  1. Connect your HeyGen account through the Composio MCP server at https://rube.app/mcp
  2. The agent will prompt you with an authentication link if no active connection exists
  3. Once connected, all HEYGEN_* tools become available for execution

Core Workflows

1. Browse Available Templates

Retrieve pre-designed avatar templates from the HeyGen library for video creation.

Tool: HEYGEN_V2_TEMPLATES

No parameters required -- returns template IDs, names, preview images, and customization options.

Use this to discover templates before generating videos. Each template has a unique ID needed for generation.


2. Inspect Template Details & Variables

Retrieve the full structure of a template including all variables, scene mappings, and customization options.

Tool: HEYGEN_RETRIEVE_TEMPLATE_DETAILS_V3

ParameterTypeRequiredDescription
template_idstringYesTemplate ID from HEYGEN_V2_TEMPLATES or the HeyGen dashboard

This is a required prerequisite before generating videos -- it tells you exactly which variables must be populated.


3. Browse Available Avatars

List all realistic avatars available for video creation, useful for mapping characters to scenes.

Tool: HEYGEN_V2_AVATARS

No parameters required -- returns avatar identifiers, names, and preview images.
The list may be paginated; additional calls might be needed for the full set.

4. Generate Video from Template

Create a customized video by populating a template with your variables and content.

Tool: HEYGEN_V2_TEMPLATE_GENERATE

Provide a video title and all template variables discovered via HEYGEN_RETRIEVE_TEMPLATE_DETAILS_V3. Every required variable must be supplied with exact names and types.


5. Check Video Processing Status

Poll the processing status and retrieve metadata for a video being generated.

Tool: HEYGEN_RETRIEVE_VIDEO_STATUS_DETAILS

ParameterTypeRequiredDescription
video_idstringYesVideo ID returned from the generation API

Returned URLs expire after 7 days but can be regenerated by calling this endpoint again.


6. Get Shareable Video URL

Generate a public, shareable link that allows anyone to view the video without authentication.

Tool: HEYGEN_RETRIEVE_SHARABLE_VIDEO_URL

Provide the video_id to receive a public URL for distribution.


Known Pitfalls

PitfallDetails
All template variables requiredHEYGEN_V2_TEMPLATE_GENERATE demands every variable from HEYGEN_RETRIEVE_TEMPLATE_DETAILS_V3 with exact names and types -- missing or misnamed fields break scenes or fail generation
Always inspect templates firstNever skip HEYGEN_RETRIEVE_TEMPLATE_DETAILS_V3 before generation -- multi-scene templates have complex variable structures
Video URLs expireURLs from HEYGEN_RETRIEVE_VIDEO_STATUS_DETAILS expire after 7 days; regenerate by calling the endpoint again
Paginated avatar listsHEYGEN_V2_AVATARS may return paginated results -- additional calls may be needed for the full library
Processing time variesVideo generation is asynchronous; poll HEYGEN_RETRIEVE_VIDEO_STATUS_DETAILS until status is complete before using output URLs

Quick Reference

Tool SlugPurpose
HEYGEN_V2_TEMPLATESList available video templates
HEYGEN_RETRIEVE_TEMPLATE_DETAILS_V3Get template variables and scene structure
HEYGEN_V2_AVATARSBrowse available AI avatars
HEYGEN_V2_TEMPLATE_GENERATEGenerate video from a template
HEYGEN_RETRIEVE_VIDEO_STATUS_DETAILSCheck video processing status and get URLs
HEYGEN_RETRIEVE_SHARABLE_VIDEO_URLGet a public shareable video link

Powered by Composio

Individual skills in this repo

This repo contains 20 individual skills — each has its own dedicated page.

ComposioHQ/-21risk-automation

Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/-2chat-automation

Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/ably-automation

Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abstract-automation

Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abuselpdb-automation

Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abyssale-automation

Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/accelo-automation

Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/accredible-certificates-automation

Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/acculynx-automation

Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/active-campaign-automation

Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/addresszen-automation

Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adobe-automation

Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adrapid-automation

Automate Adrapid tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adyntel-automation

Automate Adyntel tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/aeroleads-automation

Automate Aeroleads tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/aero-workflow-automation

Automate Aero Workflow tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/affinda-automation

Automate Affinda tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/affinity-automation

Automate Affinity tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/agencyzoom-automation

Automate Agencyzoom tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/agent-deep-links

Build, validate, and troubleshoot deep links for Codex, Cursor, VS Code, Visual Studio, and similar tools. Use when users ask for clickable links (especially in Slack) that open threads, files, folders, or app settings.

Skills associés