DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Bcc — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
B

dsh-bcc

Bcc

包拆拆 for DeepSeek Harness:视频 → 脚本 / 分镜脚本 / 风格指南。使用会话模型(推荐 deepseek-v4-flash-vision-exp);不附带自己的 API 密钥。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:aixlb/dsh-bcc#c5356ae3d67930ae4635fc5c172caac807c55423
README兼容性版本

兼容性与来源证明

Bcc 以 dsh-bcc 发布,当前版本为 0.1.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/22

版本

0.1.6stable
2026/8/22
0.1.3stable
2026/8/22
0.1.0stable
2026/8/21
最新版
0.1.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/22
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-bcc · 包拆拆 for DeepSeek Harness

English | 简体中文

Turn a video into a script, storyboard, or style guide inside DeepSeek Harness.

The plugin owns ffmpeg cut detection, keyframes, and export (docx / xlsx / html). Analysis uses whatever model the current DSH session already has. There is no Gemini/Kimi settings page and no bundled API key.

Recommended model: deepseek-v4-flash-vision-exp. If the current model cannot see images, the plugin prompts you to switch in the DSH model picker. It never rewrites your default model.

Install

npx @deepseek-ai/dsh plugin --profile web add github:aixlb/dsh-bcc

Local checkout:

npx @deepseek-ai/dsh plugin --profile web add ./dsh-bcc

Restart dsh web and hard-refresh the browser. Click 包拆拆 in the session header to expand the project panel.

Use

  1. Expand the right 包拆拆 panel: pick/upload a video, choose 拆剧本 or 拆分镜.
  2. 拆剧本 slices the timeline every N seconds (default 1s), extracts a beat per still with the open extract prompt, then merges overlapping beats with the open merge prompt. Edit both prompts in the panel; the source files are prompts/script-extract.md and prompts/script-merge.md.
  3. 拆分镜 uses smart/scene cuts and shot style from the panel.
  4. Command palette: /bcc-script, /bcc-storyboard.
  5. Script pipeline: bcc_shots cutMethod=interval → bcc_read_frames source=shots until remaining=0 → merge beats → bcc_script_coverage → bcc_export.
  6. Storyboard pipeline: bcc_shots → bcc_read_frames source=shots → bcc_export.

Tools

ToolRole
bcc_probeDuration / resolution
bcc_shotsCut detection (smart / scene / interval) + optional keyframes
bcc_sample_scriptOptional dense stills (not used by default interval 拆剧本)
bcc_set_cutsExplicit cut list (chat edits)
bcc_read_framesSend stills to the vision model (source=shots or script)
bcc_script_coverageTimeline-gap / volume check before export
bcc_exportscript → docx/md/html; storyboard → xlsx/html
bcc_master山之音 methodology text
bcc_project_list / bcc_project_openWorkspace .dsh-bcc/projects

Scripts are image-only: dialogue comes from burned-in captions. Unseen speech is written 【画面未见对白】.

License

MIT