← All plugins
heygen
v2.2.4Create HeyGen avatar videos and personalized video messages. Build a persistent digital identity from a description or hosted photo URL, then generate presenter-led videos with your digital twin.
Codex
by HeyGenMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/heygen/ inside the repository.
Layout
plugins/heygen/
└── .codex-plugin/plugin.json
Manifests1
plugins/heygen/.codex-plugin/plugin.json
{
"name": "heygen",
"version": "2.2.4",
"description": "Create HeyGen avatar videos and personalized video messages. Build a persistent digital identity from a description or hosted photo URL, then generate presenter-led videos with your digital twin.",
"author": {
"name": "HeyGen",
"email": "developers@heygen.com",
"url": "https://heygen.com"
},
"homepage": "https://heygen.com",
"repository": "https://github.com/heygen-com/skills",
"license": "MIT",
"keywords": [
"heygen",
"avatar",
"identity",
"video",
"digital-twin",
"video-message",
"presenter",
"talking-head",
"ai-avatar",
"avatar-video"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "HeyGen",
"shortDescription": "Avatar videos and personalized video messages",
"longDescription": "HeyGen Skills give your agent a face, a voice, and the ability to send video like a message. Use heygen-avatar to build a persistent digital identity from a written description or hosted photo URL and pick a voice, then heygen-video to generate identity-first presenter videos via the HeyGen v3 Video Agent pipeline (avatar resolution, aspect ratio correction, prompt engineering, and voice selection are handled automatically).",
"developerName": "HeyGen",
"category": "Creativity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://heygen.com",
"privacyPolicyURL": "https://www.heygen.com/privacy",
"termsOfServiceURL": "https://www.heygen.com/terms",
"defaultPrompt": [
"Create my HeyGen avatar from a written description",
"Make a 30-second intro video of myself",
"Send a video update to my team about this week's progress"
],
"brandColor": "#0a0a0a",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}