HeyGen — создание и управление AI-видео
general
heygen-cli is a Claude Code skill that lets agents create AI-generated videos, manage avatars, translate videos, and download results through the HeyGen API. The official CLI ships with 30+ commands auto-generated from the OpenAPI spec, with all output in JSON by default. Core operations include generating video from a text prompt (`heygen video-agent create --prompt ... --wait`), building avatar-based videos with custom voice and script, polling async job status with proper terminal-error handling, translating existing videos into other languages, and downloading completed files. It fits automated video production pipelines and CI/CD workflows — authentication uses the `HEYGEN_API_KEY` environment variable, while interactive headless terminals can use `heygen auth login --device` for an OAuth session.
- #changelog-cli
- #e2e-cli-test