这是HeyGen出的AI技能包,专门用来做数字人视频。装上之后你的AI助手就有了脸、声音,能像发消息一样发视频。安装特别省事,把一段提示词粘给AI,它会自己克隆仓库、要API密钥、跑测试,最后直接能用。仓库里带三个技能:数字人、视频生成、视频翻译。支持Claude Code、Cursor、Codex这些工具,用gh命令装就行。适合做营销视频、多语言内容的人。
查看英文原文
HeyGen Skills AI agent skills for creating avatar videos. Your agent gets a face, a voice, and the ability to send video like a message. Works with Claude Code, OpenClaw, Codex, Cursor, and other AI coding agents. [安装/使用命令见下方] Install Paste this into your agent. It does the rest — clones the repo to the right path, asks for your HeyGen API key, picks the best transport, runs a verify test, and ends with a working video. [安装/使用命令见下方] That's it. The agent fetches INSTALL FOR AGENTS.md and walks the rest of the install. Same prompt forever — the install spec lives in the repo, not in your clipboard. Want to install manually instead? Follow the steps below. Step 1 — Install the skills The repo ships three skills: heygen avatar , heygen video , and heygen translate . Pick the install path that matches your tooling. Option A: gh skill install (works across Claude Code, Cursor, Codex, Gemini CLI, Copilot, Junie, Goose, OpenHands, Amp, Cline, OpenCode, Warp, and more — agentskills.io): [安装/使用命令见下方] Requires GitHub CLI v2.90+. The CLI writes to the right directory for your agent automatically. Option B: ClawHub: [安装/使用命令见下方] Option C: OpenClaw plugin (bundles MCP support): [安装/使用命令见下方] Option D: Git clone (legacy path): Agent Install path Claude Code /.claude/skills/heygen skills OpenClaw /.openclaw/workspace/skills/heygen skills Other Clone anywhere your agent loads skills from [安装/使用命令见下方] After cloning, the three skills are auto discovered at heygen avatar/SKILL.md , heygen video/SKILL.md , and heygen translate/SKILL.md . Step 2 — Get your HeyGen API key 1. Go to app.heygen.com/api (Settings → API) 2. Generate a new API key 3. Save it somewhere safe — you can't view it again after the modal closes Step 3 — Install the HeyGen CLI One line install (macOS / Linux): [安装/使用命令见下方] Then set your API key: [安装/使用命令见下方] That's ephemeral (current shell only). To persist across sessions, add export HEYGEN API KEY= to your shell profile ( /.zshrc , /.bashrc , or equivalent). Verify: [