[DEPRECATED — uses outdated v1/v2 endpoints] Use `create-video` for prompt-based video generation (v3 Video Agent) or `avatar-video` for precise avatar/scene...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install video-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install video-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/video-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: heygen description: | [DEPRECATED] Use create-video for prompt-based video generation or avatar-video for precise avatar/scene control. This legacy skill combines both workflows — the newer focused skills provide clearer guidance. homepage: https://docs.heygen.com/reference/generate-video-agent allowed-tools: mcp__heygen__* metadata: openclaw: requires: env: - HEYGEN_API_KEY primaryEnv: HEYGEN_API_KEY ---
> This skill is deprecated. Use the focused skills instead: > - create-video — Generate videos from a text prompt (Video Agent API) > - avatar-video — Build videos with specific avatars, voices, scripts, and scenes (v2 API)
This skill remains for backward compatibility but will be removed in a future release.
---
AI avatar video creation API for generating talking-head videos, explainers, and presentations.
If HeyGen MCP tools are available (mcp__heygen__*), prefer them over direct HTTP API calls — they handle authentication and request formatting automatically.
| Task | MCP Tool | Fallback (Direct API) | |------|----------|----------------------| | Generate video from prompt | mcp__heygen__generate_video_agent | POST /v1/video_agent/generate | | Check video status / get URL | mcp__heygen__get_video | GET /v2/videos/{video_id} | | List account videos | mcp__heygen__list_videos | GET /v2/videos | | Delete a video | mcp__heygen__delete_video | DELETE /v2/videos/{video_id} |
If no HeyGen MCP tools are available, use direct HTTP API calls with X-Api-Key: $HEYGEN_API_KEY header as documented in the reference files.
Prefer Video Agent for most video requests. Always use prompt-optimizer.md guidelines to structure prompts with scenes, timing, and visual styles.
With MCP tools:
mcp__heygen__generate_video_agent with prompt and config (duration_sec, orientation, avatar_id)mcp__heygen__get_video with the returned video_id to poll status and get the download URLWithout MCP tools (direct API):
POST /v1/video_agent/generate — see video-agent.mdGET /v2/videos/ — see video-status.mdOnly use v2/video/generate when user explicitly needs:
| Task | MCP Tool | Read | |------|----------|------| | Generate video from prompt (easy) | mcp__heygen__generate_video_agent | prompt-optimizer.md → visual-styles.md → video-agent.md | | Generate video with precise control | — | video-generation.md, avatars.md, voices.md | | Check video status / get download URL | mcp__heygen__get_video | video-status.md | | Add captions or text overlays | — | captions.md, text-overlays.md | | Transparent video for compositing | — | video-generation.md (WebM section) | | Use with Remotion | — | remotion-integration.md |
安装 Video Agent (Deprecated) 后,可以对 AI 说这些话来触发它
Help me get started with Video Agent (Deprecated)
Explains what Video Agent (Deprecated) does, walks through the setup, and runs a quick demo based on your current project
Use Video Agent (Deprecated) to [DEPRECATED — uses outdated v1/v2 endpoints] Use `create-video` for...
Invokes Video Agent (Deprecated) with the right parameters and returns the result directly in the conversation
What can I do with Video Agent (Deprecated) in my design & creative workflow?
Lists the top use cases for Video Agent (Deprecated), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/video-agent/ 目录(个人级,所有项目可用),或 .claude/skills/video-agent/(项目级)。重启 AI 客户端后,用 /video-agent 主动调用,或让 AI 根据上下文自动发现并使用。
Video Agent (Deprecated) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Video Agent (Deprecated) 可免费安装使用。请查阅仓库了解许可证信息。
[DEPRECATED — uses outdated v1/v2 endpoints] Use `create-video` for prompt-based video generation (v3 Video Agent) or `avatar-video` for precise avatar/scene...
Video Agent (Deprecated) 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Video Agent (Deprecated)
Identifies repetitive steps in your workflow and sets up Video Agent (Deprecated) to handle them automatically