Create AI videos with HyperFrames in Hermes using HTML, CSS, and JavaScript compositions, then validate and render them to MP4. Use for short video intros, cinematic trailers, product promos, subtitle animations, HUD/tech visuals, web-to-video work, and motion graphics.
78
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when the user asks Hermes to make a video with HyperFrames, such as a 30-second vertical video, a short intro, a cinematic micro-trailer, a product promo, animated captions, HUD-style tech visuals, a website-to-video piece, or an HTML/CSS/JS motion graphics render.
HyperFrames treats HTML as the video source of truth. Build video scenes as HTML compositions with CSS layout and JavaScript animation, validate the layout, then render the result to MP4.
If HyperFrames is not installed or the official skill is missing, install it first:
hermes skills install official/creative/hyperframesUse npx hyperframes for project operations. HyperFrames requires Node.js and FFmpeg. If rendering or preview fails, run:
npx hyperframes doctornpx hyperframes init my-video --non-interactivenpx hyperframes lint
npx hyperframes inspect --samples 15npx hyperframes previewnpx hyperframes render --output final.mp4 --quality standardUse --quality draft for fast iteration and --quality high for final delivery when the user asks for a polished export.
data-composition-id, data-width, and data-height.data-start, data-duration, and data-track-index for timed clips.window.__timelines.play(), pause(), or seek media.Math.random() or Date.now() unless using a seeded generator.When finished, tell the user:
Do not stop after writing HTML. A HyperFrames task is only complete after the composition has been checked with lint and inspect, and rendered to an MP4 unless the user explicitly asks for source files only.
33c342e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.