Skills · Official

HyperFrames

HeyGen's open-source video framework and Agent Skills suite for authoring, previewing, and rendering deterministic MP4 videos from HTML, CSS, media, and seekable animation.

42.4k StarsApache-2.0TypeScriptUpdated today
01

Project overview

HeyGen's open-source video framework and Agent Skills suite for authoring, previewing, and rendering deterministic MP4 videos from HTML, CSS, media, and seekable animation. Its main documented capabilities are Video workflow routing, HTML motion authoring, Preview and rendering, Reusable video production. This page is based on public GitHub material and does not present repository claims as hands-on testing.

02

Core capabilities

01

Video workflow routing

Uses `/hyperframes` to route product launches, motion graphics, captions, music-driven pieces, and general video requests to the appropriate workflow.

02

HTML motion authoring

Authors seekable motion with HTML, CSS, GSAP, Lottie, Three.js, and related adapters.

03

Preview and rendering

The CLI provides initialization, checks, snapshots, browser preview, and MP4 rendering.

04

Reusable video production

Supports captions, overlays, charts, website-to-video workflows, and repeatable batch rendering.

03

Installation and usage

Install the core Skills through the README's Skills CLI entry point. Non-interactive agents that need current main can use `npx hyperframes skills update`, then route a minimal video task through `/hyperframes`.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install the HyperFrames Agent Skills from https://github.com/heygen-com/hyperframes. Read README.md, docs/guides/skills.mdx, and LICENSE first, confirm Node.js 22+ and FFmpeg, and install the documented core set. Ask before replacing an existing Skill, installing system dependencies, enabling cloud rendering, uploading media, or overwriting files. Then use `/hyperframes` to create a three-second title fade, preview it, render locally, and report the MP4 path and verification result.
01Before you start
  • Node.js 22+
  • FFmpeg
  • A coding agent that supports Agent Skills
02Copy the install command or configuration
npx skills add heygen-com/hyperframes
03Complete the setup steps
  1. 1
    Review prerequisites and boundaries

    Read the repository installation material and confirm: Node.js 22+; FFmpeg; A coding agent that supports Agent Skills. Stop for confirmation before credentials, cost, additional permissions, or replacement.

  2. 2
    Run the documented installation

    Use the current README command: npx skills add heygen-com/hyperframes

  3. 3
    Run a minimal verification

    Create a three-second title fade, confirm it in `npx hyperframes preview`, then run `npx hyperframes render` and verify that a playable MP4 is produced.

  4. 4
    Move to a real task

    After the minimal check passes, use nonsensitive test media first. Ask separately before external uploads, billable calls, publishing, or irreversible changes.

How to verify the setup

Create a three-second title fade, confirm it in `npx hyperframes preview`, then run `npx hyperframes render` and verify that a playable MP4 is produced.

Before using it
  • Installation and rendering were not executed for this catalog entry
  • A full development clone includes Git LFS video baselines; installing the Skills does not require all test media
  • Cloud rendering or external media providers can add accounts, cost, and data boundaries
04

Use cases

SCENARIO 01

Product launch motion

Turn product pages, feature updates, or pull requests into reproducible short videos.

SCENARIO 02

Captions and overlays

Add captions, title cards, data graphics, and branded overlays to existing footage.

SCENARIO 03

Repeatable series

Generate rankings, changelogs, or social series from a stable HTML structure and changing data.

05

Assessment

Based on the README, installation material, and repository structure, HyperFrames turns Video workflow routing, HTML motion authoring, Preview and rendering into explicit agent workflows. Its limitations are mainly dependency, host, and data-boundary concerns. This assessment is based on public material, without installation or a real media task.

Why it may be useful

  • Uses `/hyperframes` to route product launches, motion graphics, captions, music-driven pieces, and general video requests to the appropriate workflow.
  • Authors seekable motion with HTML, CSS, GSAP, Lottie, Three.js, and related adapters.
  • The CLI provides initialization, checks, snapshots, browser preview, and MP4 rendering.

What to know first

  • Installation and rendering were not executed for this catalog entry
  • A full development clone includes Git LFS video baselines; installing the Skills does not require all test media
  • Cloud rendering or external media providers can add accounts, cost, and data boundaries
06

README

HyperFrames


Overview

HeyGen's open-source video framework and Agent Skills suite for authoring, previewing, and rendering deterministic MP4 videos from HTML, CSS, media, and seekable animation. Write HTML. Render video. Built for agents.

Getting started

  • Install the core Skills through the README's Skills CLI entry point. Non-interactive agents that need current main can use `npx hyperframes skills update`, then route a minimal video task through `/hyperframes`.
  • Project focus: HeyGen's open-source video framework and Agent Skills suite for authoring, previewing, and rendering deterministic MP4 videos from HTML, CSS, media, and seekable animation.
  • Published characteristics: HTML-native video compositions; 20 on-demand Agent Skills; Node.js 22+ and FFmpeg; Apache-2.0 license.
  • Create a three-second title fade, confirm it in `npx hyperframes preview`, then run `npx hyperframes render` and verify that a playable MP4 is produced.

Configuration

npx skills add heygen-com/hyperframes
Read the complete README on GitHub