dshbase

插件目录 / Content / @chenjie1129/dsh-remotion-video-plugin

@chenjie1129/dsh-remotion-video-plugin

已验证 · 实测可装 chenjie1129

✓ 持续维护 基于 2 个官方 DSH 包 纯 TypeScript

查看 GitHub ↗ ← 返回插件目录

0Stars
0Forks
0未关闭 issue
TypeScript语言
2026-08-21最近推送
跨平台平台

功能简介

为 DeepSeek Harness 添加一套可复现的 Remotion 视频创建流程:检查项目、编写由帧驱动的 React 动画、预览效果,并渲染经过验证的视频输出。

我们的评价
可用 — 实测通过,早期项目

为 DeepSeek Harness 添加一套可复现的 Remotion 视频创建流程:检查项目、编写由帧驱动的 React 动画、预览效果,并渲染经过验证的视频输出。 实测能干净安装、正常启动。早期项目,但功能可用。

「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

⚠ 需要外部账号 / 服务 — 该插件未通过完整验证,因为它需要我们的沙箱无法提供的东西: User model credentials to run the remotion-video skill; Remotion dependencies belong in the video project, not this plugin.。它在你自己的环境里可能工作正常。

你是作者?可以提供所需账号 / 服务,或提交一份自测报告 (环境 + 安装步骤 + 运行结果),我们审核后点亮徽章。 提交证据或自测报告 ↗

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.

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 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)。

安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Content 里更多

浏览全部 1890 个插件 →