DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Showreel — DSH Plugin for DeepSeek Harness
← Plugins

dsh-showreel

Showreel

鲸迹: Turn DeepSeek Harness Agent tasks into shareable vertical recap videos

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xiaoyuer3921/dsh-showreel#6eda9593c834a5579490e776c0ae076539f023ed
READMECompatibilityVersions
鲸迹演示封面

Compatibility and provenance

Showreel is published as dsh-showreel and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.1stable
8/21/2026
0.1.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
88
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

鲸迹 · dsh-showreel

📖 English Usage Guide →

把最近一次 DeepSeek Harness Agent 任务变成约 30 秒的竖屏战报:可编辑预览,一键导出 1080×1920 MP4(不支持时回退 WebM)和封面 PNG。

English summary: dsh-showreel turns the latest completed DeepSeek Harness turn into an editable, privacy-redacted vertical video. It runs locally, exports a 1080×1920 MP4/WebM plus PNG cover, and never uploads your session.

鲸迹演示封面

🎬 查看由插件真实导出的 30 秒 MP4 演示

一行安装

要求 DeepSeek Harness 0.1.0-rc.7、Node.js ^22.19 || >=24,使用 Web profile:

dsh plugin --profile web add dsh-showreel

DSH 会安装包,并根据包内的 dsh.bundle 声明将 dsh-showreel 加入目标 profile。随后运行:

dsh web

打开任意已有完成任务的会话,点击会话标题栏的 🎬。

本地开发时可安装当前目录:

pnpm install && pnpm build
dsh plugin --profile web add /absolute/path/to/dsh-showreel

能做什么

  • 从当前会话最近一个已结束 Turn 生成五幕故事板:目标、执行、验证、成果、收尾。
  • 汇总工具调用、文件数、模型、耗时和 Token;不会宣称未发生的测试“已通过”。
  • 导出前可修改标题、逐幕文案和时长,也可关闭任意一幕。
  • 可选调用本次任务所用模型润色;只发送已脱敏的结构化事实,失败即保留规则文案。
  • Canvas 以 30 FPS 实时渲染。Chromium 优先使用 H.264/AAC MP4;不支持 MP4 时明确提示并回退 WebM。
  • 同时生成 1080×1920 的首帧 PNG 封面。
  • 可选 OpenAI-compatible /audio/speech 配音;未配置、超时、解码失败或请求失败时静音导出。

不包含自动上传、云端分享、背景音乐、横屏模板、模板市场或完整会话回放。

隐私边界

插件对 Session 和 workspace 全程只读。默认不会使用或展示:

  • reasoning / thinking 内容;
  • 完整命令输出;
  • 完整 Diff;
  • API Key、Bearer Token、常见访问令牌、私钥、密码字段;
  • 用户目录、workspace 等绝对路径。

所有事实先在 Host 脱敏,再进入规则文案、AI 润色和配音。编辑器会显示脱敏计数与警告,导出必须由用户主动点击。浏览器请求不能传入 TTS 地址或密钥。

配置配音

在 Web profile 的 cordis.patch.yml 覆盖已经安装的 row:

- id: dsh-showreel
  config:
    tts:
      baseUrl: https://api.openai.com/v1
      model: gpt-4o-mini-tts
      voice: alloy
      credentialRef: DSH_SHOWREEL_TTS_API_KEY
      timeoutMs: 60000
      maxAudioBytes: 10485760

将实际密钥交给 DSH credentials provider(例如环境变量 DSH_SHOWREEL_TTS_API_KEY 或本机托管凭据文件)。credentialRef 只是引用;密钥仅由 Host 在每次请求时解析,不进入配置、Session、浏览器或导出文件。

baseUrl 应为带版本的服务根地址,例如 https://api.openai.com/v1。插件只会在已保存配置后追加 /audio/speech;远程地址必须使用 HTTPS,本机 localhost/loopback 可以使用 HTTP。

本机 API

所有接口同源挂载在 /showreel/api,默认请求体上限 64 KiB,音频响应上限 10 MiB:

方法路径用途
GET/showreel/api/sessions返回可读取的会话摘要
POST/showreel/api/storyboard为指定 session/turn 生成故事板
POST/showreel/api/polish用原任务模型润色脱敏文案
POST/showreel/api/narration使用 Host 已保存的 TTS 配置生成音频

跨源浏览器请求会被拒绝,响应禁止缓存。TTS 接口忽略浏览器提交的任何 endpoint 字段。

Public interfaces

interface ShowreelStoryboardV1 {
  version: 1
  sessionId: string
  sourceTurn: string
  title: string
  scenes: ShowreelScene[]
  stats: ShowreelStats
  privacy: { redactionCount: number; warnings: string[] }
}

interface ShowreelScene {
  id: string
  kind: "goal" | "work" | "verification" | "result" | "outro"
  durationMs: number
  headline: string
  body: string[]
  enabled: boolean
}

开发与验证

pnpm install
pnpm test
pnpm typecheck
pnpm build
npm pack --dry-run

在 macOS + Chrome 环境可重建真实演示素材:pnpm demo。该命令直接调用生产使用的 Canvas/MediaRecorder 导出函数,而不是使用预制动画。

测试覆盖官方 rc.7 SessionEvent 结构、最后完成 Turn、正常/失败/无工具/取消/模型错误/压缩与千级事件、脱敏、工具分类、Token 汇总、故事板稳定性、AI/TTS 降级、API 同源与大小限制、路由热卸载、时间轴和 MP4/WebM 能力探测。

工作原理

Host 通过 ctx.sessionQuery.readSession() 读取持久事件,纯函数生成 ShowreelStoryboardV1;它不接入或修改 Agent Loop。Web Client 只在官方 conversation.session.header.actions additive slot 注册按钮。Canvas、MediaRecorder 和 Web Audio 全部在本机浏览器运行。

兼容性

  • DeepSeek Harness:0.1.0-rc.7 系列
  • Chromium 126+:支持 MediaRecorder MP4 容器;具体 H.264/AAC 编码仍由当前系统能力决定
  • 其他浏览器:能力探测后可回退 WebM

License

MIT