Five official HyperFrames by HeyGen skills: HTML video / CLI / registry / website-to-video / GSAP reference.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-hyperframes
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:STARDUSTLC666/dsh-hyperframes
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
dsh-hyperframes
DSH (DeepSeek Harness) video-creation skill plugin: installing it registers the five official HyperFrames by HeyGen skills into DSH (video from HTML: compositions, GSAP animation, captions, voiceovers, audio-reactive visuals, website-to-video).
Installation
dsh plugin --profile web add dsh-hyperframes
After restarting, say "turn this website into a HyperFrames video" to trigger it.
Skills
| Skill | Purpose |
|---|---|
hyperframes |
HTML video compositions: visual styles/palettes/captions/audio-reactive/transitions |
hyperframes-cli |
npx hyperframes CLI (init/lint/inspect/preview/render/transcribe/tts/doctor) |
hyperframes-registry |
hyperframes add registry block installation and wiring |
website-to-hyperframes |
Seven-step website-to-video pipeline |
gsap |
GSAP animation API reference (tweens/timelines/easing/performance) |
Requirements
Node.js ≥ 22 + FFmpeg (npx hyperframes).
Porting notes
Ported from the official OpenAI Codex HyperFrames by HeyGen plugin cache: frontmatter converted to the DSH format, Codex-only agents/ stripped, and all internal references verified.
Multi-harness
Skills use the open Agent Skills (SKILL.md) format — not just DSH. Copy the directories under skills/ into another agent's skills directory:
| Agent | Skills directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | .cursor/skills/ (or project-local skills/) |
| Gemini CLI | ~/.gemini/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
Port once, use everywhere.
License
MIT for the porting arrangement; skill content copyright remains with HeyGen.
Links
More in this category
GanyuanRan/Aegis★ 1024
Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
superdesigndev/superdesign-skill★ 414
Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
Ikalus1988/MisakaNet★ 410
Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
dhicoc/dsh-reverse-skill★ 13
Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
zhaiyateng/dsh-design-skills★ 10
Design-aesthetics skill pack (10 styles: dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal, bento grid, cyberpunk, vaporwave, art deco) with runnable landing-page demos: tokens, component rules, forbidden lists, and acceptance checklists per style.
creght-dev/skills★ 8
Skills for building websites on the Creght platform: CLI pull/push sync, page and component conventions, CMS, forms, auth, SEO, publishing and version rollback.