DeepSeek Harness Plugin

STARDUSTLC666/dsh-remotion

Stars ★ 1 Category Skills Added 2026-08-15 npm dsh-remotion

Official Remotion skill ported to DSH: programmatic video with React (animation/audio/captions/3D/charts/fonts, 38 rule files).

Install

# from npm (prebuilt)

dsh plugin --profile web add dsh-remotion

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:STARDUSTLC666/dsh-remotion

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-remotion

Awesome DSH Plugin

DSH (DeepSeek Harness) video-creation skill plugin: installing it registers the official Remotion skill into DSH (programmatic video with React: animation, audio, captions, 3D, charts, fonts, and 38 rule files).

Installation

dsh plugin --profile web add dsh-remotion

After restarting, say "make a video with Remotion" to trigger it.

Contents

  • remotion: Remotion best practices plus rules/ with 38 rule files (animation/audio/captions/3D/charts/fonts/GIFs/Lottie/maps/transitions...)

Requirements

Node.js ≥ 20 + npx (npm registry); rendering needs ffmpeg (guided by the skill itself).

Porting notes

Ported from the official OpenAI Codex Remotion plugin cache: frontmatter converted to the DSH format, Codex-only agents/ stripped, and rule 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 Remotion.

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →