插件目录 / Developer / dsh-remotion
dsh-remotion
已验证 · 实测可装 STARDUSTLC666
功能简介
DSH 视频创作技能插件:注册 Remotion 官方移植技能(React 编程式视频,38 个规则文件),安装即用。· Remotion skill plugin for DeepSeek Harness.
可用 — 实测通过,早期项目
DSH 视频创作技能插件:注册 Remotion 官方移植技能(React 编程式视频,38 个规则文件),安装即用。· Remotion skill plugin for DeepSeek Harness. 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-remotion
在 20+ 个 agent 里写视频:Remotion 官方技能,React 编程式视频。
DSH(DeepSeek Harness)视频创作技能插件:安装即把 Remotion 官方移植技能注册进 DSH(React 编程式视频:动画、音频、字幕、3D、图表、字体等,38 个规则文件)。
安装
dsh plugin --profile web add dsh-remotion
重启后说「用 Remotion 做个视频」即可触发。
技能内容
- remotion:Remotion 最佳实践 +
rules/38 个规则文件(动画/音频/字幕/3D/图表/字体/GIF/Lottie/地图/转场…)
依赖
Node.js ≥ 20 + npx(npm registry);渲染需 ffmpeg(Remotion 自带指引)。
移植说明
技能移植自 OpenAI Codex 官方 Remotion 插件缓存:frontmatter 已转换为 DSH 格式,codex 专属 agents/ 已剔除,规则引用逐一校验。
跨平台使用
技能采用开放的 Agent Skills(SKILL.md)格式,不止 DSH 能用——把 skills/ 下的目录复制到其他 agent 的技能目录即可:
| Agent | 技能目录 |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | .cursor/skills/(或项目内 skills/) |
| Gemini CLI | ~/.gemini/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
一次移植,处处可用。
License
MIT(移植编排);技能内容版权归 Remotion。
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-remotion」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:STARDUSTLC666/dsh-remotion Headless(CLI)profile:
dsh plugin --profile headless add github:STARDUSTLC666/dsh-remotion 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。