dshbase

Plugin directory / Content / @chenjie1129/dsh-remotion-video-plugin

@chenjie1129/dsh-remotion-video-plugin

Verified · install-tested on dsh chenjie1129

✓ Actively maintained Builds on 2 official DSH packages Pure TypeScript

View on GitHub ↗ ← Back to plugin directory

0Stars
0Forks
0Open issues
TypeScriptLanguage
2026-08-21Last push
Cross-platformPlatform

What it does

Create, preview, and render Remotion videos through a verified DeepSeek Harness skill workflow.

Our take
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.

⚠ External account / service required — this plugin was not fully verified because it needs something our sandbox can't provide: User model credentials to run the remotion-video skill; Remotion dependencies belong in the video project, not this plugin.. It may work fine in your own environment.

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

English | 简体中文

CI License: MIT 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.

12-second Remotion Video Plugin demo

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

CheckResultEvidence
Plugin unit tests2/2 passedTest source
Harness bundle installPassedSmoke-test results
Composed Harness configPlugin mounted and enabledSmoke-test procedure
Demo source checksESLint and TypeScript passedReproducible demo
Real renderH.264, 1280×720, 30 fps, ~12 sMP4
Package securityNo runtime service or credential accessSecurity 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

🧩 Let your agent install it (recommended)

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.

Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Content

Browse all 1890 plugins →