8 bit orbit video template
π¨ The open-source Claude Design alternative. π₯οΈ Local-first desktop app. πΌοΈ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video β real files, HTML/PDF/PPTX/MP4 export. π€ Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.
npx -y skills add nexu-io/open-design --skill 8-bit-orbit-video-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Hyperframes-based video template for retro pixel deck motion design. Use when users want a high-fidelity, multi-scene HTML-to-video composition with advanced transitions, interactive preview controls, and ready-to-render default style.
SKILL.md
2.3 KB, as published. Nobody here has run it
Hyperframes Video Template
Ship a premium template-mode Hyperframes composition with a ready default showcase and deterministic timeline behavior.
Resource map
8-bit-orbit-video-template/
βββ SKILL.md
βββ assets/
β βββ template.html
βββ references/
β βββ checklist.md
βββ example.html
The rendered MP4 showcase used by example.html is hosted at
https://repo-assets.open-design.ai/resources/videos/skills/8-bit-orbit-video-template/default-showcase.mp4.
Workflow
- Copy
assets/template.htmltoindex.html. - Keep the 3-scene structure and transition rhythm intact unless the user explicitly asks to change pacing.
- Personalize titles, subtitle lines, labels, and palette while preserving the retro pixel aesthetic.
- Keep timing constraint: every scene hold should stay within 3 seconds.
- Preserve deterministic behavior in generated compositions (no unseeded randomness, no infinite GSAP loops).
- Keep all code self-contained in one HTML file with inline CSS/JS.
- Validate against
references/checklist.mdbefore emitting the artifact.
Output contract
Emit one short sentence before the artifact, then a single HTML artifact:
<artifact identifier="8-bit-orbit-video-template" type="text/html" title="8-Bit Orbit Video Template">
<!doctype html>
<html>...</html>
</artifact>