hyperframes

Build and animate HTML video compositions with GSAP and data attributes.

164|31|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/vericontext/vibeframe --skill hyperframes-vericontext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes
Source: https://github.com/vericontext/vibeframe/tree/main/packages/cli/src/commands/_shared/hf-skill-bundle
Command: npx skills add https://github.com/vericontext/vibeframe --skill hyperframes-vericontext

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gsap, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a framework for creating and animating HTML-based video content, enabling users to design compositions, add transitions, and implement text-to-speech narration directly within the HTML code.

Core Features & Use Cases

  • Video Composition: Build structured video compositions using HTML with data attributes for timing and animation.
  • Animation: Animate elements using GSAP for smooth transitions and effects.
  • Transitions: Implement scene transitions with options like crossfades, wipes, and reveals.
  • Text-to-Speech: Generate voiceovers using TTS with options for voice selection and speed tuning.
  • Use Case: Imagine you are creating an explainer video for a product. This Skill allows you to design the video's structure, animate elements to highlight features, and include a voiceover to narrate the content.

Quick Start

Use the hyperframes skill to create a simple video composition with the following HTML structure:

<div data-composition-id="my-comp" data-width="1920" data-height="1080">
  <!-- content -->
</div>

Frequently Asked Questions about hyperframes

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

FAQPage Schema
How do I build HTML video compositions with animations and transitions?

To build HTML video compositions, you structure content using HTML data attributes for timing and animate elements with GSAP. This approach enables smooth scene transitions like crossfades and wipes directly within your web code.

Can I add text-to-speech narration to web video content?

Yes, you can generate voiceovers for web video content using text-to-speech narration. The system supports TTS integration with options for voice selection and speed tuning to narrate your animated HTML scenes.

Do I need GSAP to animate HTML video compositions?

Yes, GSAP is required to animate HTML video compositions. The framework relies on GSAP for timing control and executing smooth transitions, meaning you need knowledge of this library and CSS for styling.

What are the best ways to create scene transitions for interactive web video?

Creating scene transitions for interactive web video involves using predefined options like crossfades, wipes, and reveals. These transitions are applied through HTML data attributes and timed using GSAP animation sequences.

When should I use HTML for video production workflows instead of traditional video editors?

Use HTML for video production workflows when you need interactive web content, data-driven compositions, or programmatic text-to-speech voiceovers. It is ideal for explainer videos where elements must be animated and structured dynamically.