DeepSeek Harness Plugin

STARDUSTLC666/dsh-hyperframes

Stars ★ 2 Category Skills Added 2026-08-15 npm dsh-hyperframes

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

Awesome DSH Plugin

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.

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →