插件目录 / Content / @chenjie1129/dsh-remotion-video-plugin
@chenjie1129/dsh-remotion-video-plugin
已验证 · 实测可装 chenjie1129
功能简介
为 DeepSeek Harness 添加一套可复现的 Remotion 视频创建流程:检查项目、编写由帧驱动的 React 动画、预览效果,并渲染经过验证的视频输出。
可用 — 实测通过,早期项目
为 DeepSeek Harness 添加一套可复现的 Remotion 视频创建流程:检查项目、编写由帧驱动的 React 动画、预览效果,并渲染经过验证的视频输出。 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
你是作者?可以提供所需账号 / 服务,或提交一份自测报告 (环境 + 安装步骤 + 运行结果),我们审核后点亮徽章。 提交证据或自测报告 ↗
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.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 @chenjie1129/dsh-remotion-video-plugin」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
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 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。
