hyperframes

Create HTML-based video scenes with GSAP timelines and scene containers.

361|58|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/OpenMinis/MinisSkills --skill hyperframes-openminis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes
Source: https://github.com/OpenMinis/MinisSkills/tree/main/hyperframes
Command: npx skills add https://github.com/OpenMinis/MinisSkills --skill hyperframes-openminis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @hyperframes/producer, sharp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

HyperFrames provides a turnkey system to author HTML-based video scenes with GSAP timelines, scene containers, and registry blocks, enabling repeatable, deterministic video production.

Core Features & Use Cases

  • GSAP-powered timelines for precise, repeatable motion.
  • Multi-scene transitions and scene containers with data-driven timing.
  • Registry blocks & components for reusable motion patterns, captions, and narration workflows.
  • On-demand resources via scripts, references, and assets loaded as needed.

Quick Start

Create your first HyperFrames composition by scaffolding an index.html with SKILL.md frontmatter and a minimal set of clips, then run the environment checks to ensure dependencies are installed.

Frequently Asked Questions about hyperframes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create HTML video compositions with GSAP timelines?

HTML video compositions with GSAP timelines are created by wiring scene containers and resource bundles into a deterministic workflow. HyperFrames automates this production process using reusable registry blocks and components for precise, repeatable motion.

What is the best way to manage multi-scene transitions in HTML video?

The best way to manage multi-scene transitions is using scene containers with data-driven timing. This approach enables repeatable, deterministic video production while handling accessibility, captions, and TTS narration across scenes.

Can I add captions and TTS narration to GSAP timeline animations?

Yes, you can add captions and TTS narration to GSAP timeline animations. The composition workflow includes accessibility features and narration workflows, allowing you to integrate text and audio alongside your motion patterns seamlessly.

How do I scaffold an index.html for deterministic video production?

To scaffold an index.html for deterministic video production, define the SKILL.md frontmatter with name and description, add a minimal set of clips, and run environment checks to ensure dependencies like @hyperframes/producer and sharp are installed.

Does this workflow support reusable motion patterns for multiple projects?

Yes, the workflow supports reusable motion patterns through a library of registry blocks and components. These elements can be loaded on demand and reused across multiple projects to maintain consistency in your HTML video scenes.

Why do I need sharp and @hyperframes/producer for HTML video scenes?

You need @hyperframes/producer and sharp as dependencies to automate the creation of HTML-based video scenes. These packages handle the deterministic composition workflow, ensuring precise rendering and processing of your GSAP timelines and scene containers.