Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add dsh-remotion
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
README
dsh-remotion
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.