Plugin directory / Content / @chenjie1129/dsh-remotion-video-plugin
@chenjie1129/dsh-remotion-video-plugin
Verified · install-tested on dsh chenjie1129
What it does
Create, preview, and render Remotion videos through a verified DeepSeek Harness skill workflow.
Works — verified, early-stage project
Create, preview, and render Remotion videos through a verified DeepSeek Harness skill workflow. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
Author? Either provide the required account/service, or submit a self-test report (environment + install + run evidence) — we'll review and flip the badge. Submit evidence or self-test report ↗
README
Remotion Video Plugin for DeepSeek Harness
Give DeepSeek Harness a repeatable workflow for creating programmatic videos with Remotion: inspect the project, write frame-driven React animation, preview it, and render verified output.
Watch the 12-second MP4 · See how the proof is reproduced
Quick start
Install the plugin into the DeepSeek Harness Web profile:
dsh plugin --profile web add github:chenjie1129/remotion-video-plugin
dsh web
Start a new standard-agent session, select remotion-video from the skill menu, or ask naturally:
> Create a 15-second 16:9 launch video for my product. Use frame-driven animation, show me a preview, and render an MP4 after the checks pass.
Other useful prompts:
- “Turn these screenshots and copy into a polished Remotion product demo.” - “Improve the pacing and text animation in this existing Remotion composition.” - “Render a representative still first, check it, then render the final video.”
What the plugin adds
- A model- and user-invocable remotion-video skill in the standard Harness skill catalog. - Guidance for project inspection, Remotion scaffolding, compositions, frame-driven animation, media handling, preview, rendering, and output verification. - A Harness bundle that mounts automatically when installed with dsh plugin ... add. - A permission-aware workflow: ordinary Harness tools perform file changes, installs, previews, and renders under the active policy.
This plugin does not collect telemetry, store credentials, upload media, or contact an external service.
Proof it works
| Check | Result | Evidence |
|---|---|---|
| Plugin unit tests | 2/2 passed | Test source |
| Harness bundle install | Passed | Smoke-test results |
| Composed Harness config | Plugin mounted and enabled | Smoke-test procedure |
| Demo source checks | ESLint and TypeScript passed | Reproducible demo |
| Real render | H.264, 1280×720, 30 fps, ~12 s | MP4 |
| Package security | No runtime service or credential access | Security policy |
Requirements
- Node.js ^22.19.0 or >=24.0.0 - DeepSeek Harness with @deepseek-ai/dsh-skill >=0.0.1-rc.1 <0.2.0 - A model and the standard agent preset when the skill should be model-visible - Remotion dependencies only in the video project being created or edited
DeepSeek Harness is in developer preview. The recorded smoke test used Harness 0.1.0-rc.5.
Verify or remove
Inspect the composed configuration without starting Harness:
dsh web --dump-config
The output should contain id: remotion-video-plugin and name: '@chenjie1129/dsh-remotion-video-plugin'.
Remove the plugin with:
dsh plugin --profile web remove @chenjie1129/dsh-remotion-video-plugin
Restart Harness after installing or removing it.
Development
npm install
npm run check
dsh plugin --profile web add .
To reproduce the promotional video, follow demo/README.md.
More documentation: architecture · smoke test · contributing · changelog
Project status and license
This is an independent community plugin, not an official DeepSeek or Remotion project. The plugin is MIT licensed. Remotion has its own license terms; users are responsible for checking them for their team and usage model.
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install @chenjie1129/dsh-remotion-video-plugin for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:chenjie1129/remotion-video-plugin Headless (CLI) profile:
dsh plugin --profile headless add github:chenjie1129/remotion-video-plugin Test report
Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.
