HeyGen
48 skills
hyperframes32 skills
Build animated video compositions with code
Passed all 3 security checks
Creates HTML-based video with synced captions, text-to-speech narration, beat-reactive animations, and scene transitions—no Adobe suite needed. Outputs renderable compositions.
Marketing / Campaigns & Launchesbundlefor-founders
·0131k
Debug your HyperFrames project setup
Passed all 3 security checks
Runs validation, preview, and environment diagnostics on a HyperFrames project. Identifies missing dependencies, misconfigured assets, and render bottlenecks without leaving the terminal.
Engineering / Pipelines & Dataatomicfor-engineers
·0128k
hyperframes-registry
Passed all 3 security checks
Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·0124k
Convert Remotion videos to Hyperframes
Passed all 3 security checks
Takes a Remotion video project and translates it into Hyperframes format, preserving animations, timings, and layers for seamless playback on web.
Engineering / Pipelines & Dataatomicfor-engineers
·0106k
hyperframes-media
Passed all 3 security checks
Asset preprocessing for HyperFrames compositions — text-to-speech narration (Kokoro), audio/video transcription (Whisper), and background removal for transparent overlays (u2net). Use when generating voiceover from text, transcribing speech for captions, removing the background from a video or image to use as a transparent overlay, choosing a TTS voice or whisper model, or chaining these (TTS → transcribe → captions). Each command downloads its own model on first run.
·0102k
Write smooth animations without wrestling docs
Passed all 3 security checks
A cheat sheet for GSAP animations in HyperFrames—covers tweens, timelines, easing, stagger, and performance tricks. Paste your animation idea, get working code.
Design / Craft & Polishatomicfor-designers
·092k
Extract page layout from any website
Passed all 3 security checks
Screenshots a live URL and outputs a structured wireframe showing sections, content hierarchy, and component placement—ready to hand to a designer or rebuild.
Design / Design Systems & Handoffatomicfor-designers
·090k
Build seekable CSS animations for HyperFrames
Passed all 3 security checks
Writes CSS keyframes and timing patterns that HyperFrames can scrub and preview without re-running. Handles animation-delay, fill-mode, and play-state edge cases.
Engineering / Code Reviewatomicfor-engineers
·072k
Debug or write Tailwind CSS in HyperFrames
Passed all 3 security checks
Reference and troubleshoot Tailwind v4.2 utility classes, theme tokens, and browser-runtime patterns when building or editing HyperFrames projects. Clarifies v3 vs v4 syntax differences.
Engineering / Code Reviewatomicfor-engineers
·071k
Write Anime.js animations that work in HyperFrames
Passed all 3 security checks
Translates Anime.js syntax into HyperFrames-compatible patterns, handling timeline registration, seek-driven animation, and deterministic render loops without extra setup.
Engineering / Code Reviewatomicfor-engineers
·070k
Sync 3D animations to interactive timelines
Passed all 3 security checks
Wires Three.js scenes, WebGL shaders, and camera motion to respond to HyperFrames seek events — so scrubbing a timeline updates 3D geometry, lighting, and animation in real time.
Engineering / Code Reviewatomicfor-engineers
·069k
Embed smooth animations in your HyperFrame
Passed all 3 security checks
Handles the wiring to drop Lottie animations from After Effects into a HyperFrame, including player setup, state management, and making exports work reliably across runs.
Engineering / Pipelines & Dataatomicfor-engineers
·069k
Wire up browser animations in HyperFrames
Passed all 3 security checks
Translates Web Animations API calls into HyperFrames patterns so your element.animate() and KeyframeEffect code render deterministically without breaking frame timing.
Engineering / Code Reviewatomicfor-engineers
·069k
contribute-catalog
Passed all 3 security checks
Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the `hyperframes` skill, for installing existing registry items use the `hyperframes-registry` skill.
·056k
Build GPU-accelerated canvas animations
Passed all 3 security checks
Scaffolds WebGPU pipelines with WGSL shaders for particle systems, liquid glass, and frame-synced animations. Handles compute kernels and HyperFrames event binding.
Engineering / Code Reviewatomicfor-engineers
·051k
hyperframes-animation
Passed all 3 security checks
All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4 rules and compose, or load a blueprint, or look up runtime-specific API (e.g. GSAP eases / Lottie player / Three.js mixer). HyperFrames-native: single paused timeline, seek-safe, deterministic.
·035k
hyperframes-core
Passed all 3 security checks
HyperFrames HTML composition contract. Use for composition structure, data attributes, clips, tracks, sub-compositions, variables, media playback, deterministic render rules, and validation of minimal renderable projects.
·035k
motion-graphics
Passed all 3 security checks
>
·035k
hyperframes-creative
Passed all 3 security checks
Non-animation creative direction for HyperFrames videos. Use for design spec (frame.md / design.md) handling, palettes, typography, narration, beat planning, audio-reactive visuals, composition patterns, and brand / style decisions. For atomic motion patterns and scene blueprints, use `hyperframes-animation`.
·035k
general-video
Passed all 3 security checks
>
·035k
website-to-video
Passed all 3 security checks
Capture a general website/URL and turn it into a HyperFrames video (site tour, showcase, or social clip from the site's own visuals). Uses headless Chrome screenshots + brand assets. Use when intent is general — portfolio/blog/landing-page showcase or social clip from the site. NOT for: product/SaaS launch or promo (→ /product-launch-video, even from a URL); topic explainer with no site (→ /faceless-explainer); GitHub PR (→ /pr-to-video); adding captions to existing video (→ /embedded-captions); short unnarrated page-highlight motion graphic (→ /motion-graphics). Unclear launch-vs-general-site? Ask one question or start at /hyperframes-read-first.
·034k
product-launch-video
Passed all 3 security checks
>
·034k
faceless-explainer
Passed all 3 security checks
faceless-explainer video workflow - arbitrary text (article / notes / topic / brief) -> narrator_scripts.json + audio (voice + BGM) + section_plan.md -> typography / abstract-graphics / diagram / data-viz video. Typical length up to ~3 min (sweet spot ~30-90s); a genuinely longer piece is general-video, not this workflow. Generates its OWN narration (TTS) — it does not sync to a user-supplied / pre-recorded voiceover (that is general-video). No website capture, no real product screenshots. If the text names a product / its site to promote, that is /product-launch-video; when product-vs-topic is unclear, start at /hyperframes-read-first.
·034k
embedded-captions
Passed all 3 security checks
·034k
pr-to-video
Passed all 3 security checks
pr-to-video workflow - a GitHub pull request (URL like github.com/<owner>/<repo>/pull/<N>, or <owner>/<repo>
·034k
graphic-overlays
Passed all 3 security checks
·029k
slideshow
Passed all 3 security checks
>
·026k
music-to-video
Passed all 3 security checks
Use when the user has a music track (an audio file, or a video to pull audio from) and wants a beat-synced HyperFrames video, calm to hard-hitting. The music drives everything: one analyzer reads it once, the orchestrator lays out the frames and fills a per-frame plan, and one sub-agent builds each frame. Typography and templates are the floor — a complete video needs zero assets — but any images or videos the user supplies are cut into the frames on the same beat grid (beat-cut / ken-burns). The genre (lyric video, slideshow, kinetic promo) falls out of the per-frame choices; the pipeline never branches on it.
·021k
media-use
Passed all 3 security checks
Agent Media OS — resolve any media need (BGM, SFX, image, icon) into a frozen local file + ledger record. One verb (`resolve`) handles the full cascade — project cache, global cache, HeyGen catalog search, freeze, register. Keeps search noise on disk, hands the agent a path. Use when a composition needs background music, sound effects, images, or icons.
·010k
talking-head-recut
Passed all 3 security checks
·05.1k
hyperframes-read-first
Passed all 3 security checks
>
·02.4k
Draft a on-brand product video in Claude Design
Passed all 3 security checks
Generates a HyperFrames video outline using pre-validated brand templates, speaker notes, and frame timing — ready to polish in Claude Design's video editor.
Design / Craft & Polishatomicfor-designers
·02k
skills14 skills
Generate a talking-head video from a script
Passed all 3 security checks
Takes a written script or talking points and produces a polished AI avatar video ready to share — no camera, crew, or takes needed.
Marketing / Campaigns & Launchesatomicfor-founders
·01.7k
Generate a talking-head video from a script
Passed all 3 security checks
Takes a script or outline and produces a finished video with a synthetic presenter, natural lip-sync, and background. Ready to upload or embed.
Marketing / Campaigns & Launchesatomicfor-founders
·01.3k
Convert text into natural-sounding audio
Passed all 3 security checks
Turns any written content into a playable audio file with adjustable pacing and voice tone, ready to embed or share.
Product / Communicationatomicno-setup
·01.2k
Extract and translate video captions
Passed all 3 security checks
Pulls captions or audio from a video file, transcribes, and translates into your target language with speaker labels and timing preserved.
Marketing / Campaigns & Launchesatomicfor-marketers
·01.2k
Extract insight from a video file
Passed all 3 security checks
Uploads and analyzes a video — extracting dialogue, visual moments, and key points — then summarizes or answers questions about what's in it.
Product / Discoveryatomicfor-pms
·01.1k
Edit video clips into a polished sequence
Passed all 3 security checks
Assembles raw video files, trims sections, syncs audio, and outputs a final cut with transitions and timing intact for social or presentation use.
Marketing / Campaigns & Launchesatomicfor-founders
·01k
avatar-video
Passed all 3 security checks
|
Sales / Outreach & Prospectingatomicfor-founders
·0995
Generate a video from a script or storyboard
Passed all 3 security checks
Converts a written script, outline, or image sequence into a finished video file with AI-generated visuals, voiceover, and basic editing applied.
Marketing / Campaigns & Launchesatomicfor-marketers
·0988
Generate a talking-head video from a script
Passed all 3 security checks
Converts text or a markdown script into a HeyGen video with a realistic avatar reading the lines, styled and paced for social or sales use.
Marketing / Campaigns & Launchesatomicfor-marketers
·0974
Turn a script into a finished video
Passed all 3 security checks
Takes a written script, storyboard, or outline and produces a video file with synced voiceover, stock footage, captions, and basic transitions ready to publish.
Marketing / Campaigns & Launchesexecutionfor-founders
·0946
Download and transcribe video
Passed all 3 security checks
Fetches a video from a URL, extracts the audio, and produces a searchable transcript with timestamps so you can find the exact moment you need.
Operations / Process Automationatomicno-setup
·0932
Build a visual style guide from designs
Passed all 3 security checks
Extracts colors, typography, spacing, components, and tone from existing designs or screenshots and produces a shareable style reference for consistency across projects.
Design / Design Systems & Handoffatomicfor-designers
·0922
Swap faces in photos and videos
Passed all 3 security checks
Takes two images or video files and seamlessly replaces one face with another. Works with photos, video clips, and batch processing.
Marketing / Campaigns & Launchesatomicfor-marketers
·0904
Dub a video into another language
Passed all 3 security checks
Takes a video file and generates a lip-synced dub in the target language using HeyGen's AI actors, preserving tone and timing of the original.
Marketing / Campaigns & Launchesatomicfor-founders
·0584