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.

Bcc — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

dsh-bcc

Bcc

包拆拆 for DeepSeek Harness: video → script / storyboard / style guide. Uses the session model (recommend deepseek-v4-flash-vision-exp); never ships its own API keys.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:aixlb/dsh-bcc#c5356ae3d67930ae4635fc5c172caac807c55423
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.6stable
8/22/2026
0.1.3stable
8/22/2026
0.1.0stable
8/21/2026
Latest
0.1.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/22/2026
View source ↗
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

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