Agent Plugins Marketplace
All plugins

heygen

v2.2.4

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.

Codex

By HeyGenLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install heygen for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add heygen@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/heygen/.

Plugin files

plugins/heygen/
└── .codex-plugin/plugin.json

Plugin 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": "[email protected]",
    "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"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[heygen on Agent Plugins Marketplace](https://pluginsmp.com/plugins/heygen)