Skills and instructions for creating vertical commercial videos with HyperFrames from real websites.
This package is designed around a reusable workflow:
- Inspect a website through the DOM.
- Extract real text, images, and components.
- Build a HyperFrames composition in HTML.
- Animate the user journey in 9:16 format.
- Validate and render the final video.
The goal is to reproduce the feel of a real browsing session: the user enters the site, scrolls to a section, interacts with cards, clicks products, sees benefits, price, CTA, cart, and confirmation. The package prioritizes visual fidelity to the reference website and motion polish, not slide-style videos.
skills/hyperframes-commercial-video: main workflow for product-style commercial videos.skills/mobile-dom-fidelity: mobile-first inspection with DOM, console, and real selectors.skills/hyperframes-motion-polish: refinement for animations, clicks, scrolls, and transitions.templates/project-brief/brief.md: project brief template.docs/workflow.md: recommended end-to-end production workflow.docs/motion-review.md: review checklist for clicks, scrolls, transitions, and rhythm.
Copy the folders inside skills/ into your agent's skills directory.
Windows example:
Copy-Item -Recurse .\skills\* $env:USERPROFILE\.codex\skills\Then restart the agent so it loads the new skills.
Use the skills in this order:
mobile-dom-fidelityhyperframes-commercial-videohyperframes-motion-polish
npx hyperframes lint ./my-video
npx hyperframes validate ./my-video
npx hyperframes inspect ./my-video --samples 18
npx hyperframes render ./my-video --output final.mp4This package does not include assets, captures, cookies, tokens, MCP files, inspection logs, or third-party proprietary material. When creating videos based on real websites, only use content you have permission to reuse.