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.

Dynamic Toolbox — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-dynamic-toolbox

Dynamic Toolbox

Toolbox (DSH Native Static Toolbox)

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-dynamic-toolbox@0.6.1
READMECompatibilityVersions

Compatibility and provenance

Dynamic Toolbox is published as dsh-dynamic-toolbox and currently resolves to version 0.6.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.6.1stable
9/20/2026
0.5.0stable
9/14/2026
0.4.5stable
9/2/2026
Show 7 more versionsCollapse versions
0.4.4stable
8/31/2026
0.4.3stable
8/31/2026
0.4.2stable
8/29/2026
0.4.1stable
8/25/2026
0.4.0stable
8/24/2026
0.1.1stable
8/19/2026
0.1.0stable
8/19/2026
Latest
0.6.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.5 MB
Files
28
Surface
web
License
MIT
Source
npm
GitHub
★ 22
Weekly downloads
197
Security scan
✓ v0.6.1 scan passed
Last push
9/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

README

工具箱(dsh-dynamic-toolbox)

这是 dsh-flowglass 仓库提供的可选工具箱产品,与默认的流镜包独立。只需要会话流程图时,请安装 dsh-flowglass;只有需要下列整套工具时才安装本包。

本包是 DSH 原生静态 Host/Client 插件。

  • bundleId: dynamic-toolbox
  • 版本: 0.6.1
  • 动态批准: 不需要(不使用 dynamicCordisRunner,不产生 dyn/*)
  • 功能:
    • jira — Jira 需求读取与归档工具 (Host-only)
    • git — Git 历史工具 (Host-only)
    • files — 工作区文件工具 (Host-only)
    • flow — 实时流镜 (Host-only)
    • flowedit — 工作流编辑器 (Host-only)
    • trace — 会话轨迹工具 (Host-only)
    • http — HTTP 接口调试工具 (Host-only)
    • ports — 端口进程查看工具 (Host-only)
    • calc — 计算台(编解码/正则/Cron/文本对比/生成器 5 合一)
    • usage — 会话 Token 用量分析 (Host-only)
    • prompt — 系统提示词装配查看 (Host-only)
    • context — 当前上下文窗口查看 (Host-only)
    • aiassist — AI 助手(问答/翻译/优化/评审/提交信息/摘要/对比 7 合一)
    • tools — 可用工具清单 (Host-only)
    • search — 会话全文搜索 (Host-only)
    • lineage — 会话血缘树 (Host-only)
    • aiusage — AI 旁路调用台账 (Host-only)
    • quota — API 配额查询 (Host-only)
    • selfview — 界面自查(截图/快照/界面操作)

安装 / 升级 / 卸载

npm pack
dsh plugin --profile web add <tgz>
# 或已发布于 npm registry 时直接在线安装:
dsh plugin --profile web add dsh-dynamic-toolbox
# 重启 DSH 后由原生 Loader 直接挂载 Host 与 Client
dsh plugin --profile web remove dsh-dynamic-toolbox

升级时提高版本、重新构建发布,然后对新版本再执行 add 并重启 DSH。

运行结构

  • lib/index.js:原生 Host 插件;
  • lib/client.js:通过 package.json 的 dsh.client 和 exports["./client"] 原生加载;
  • lib/remote.js:Host/Client Remote 描述;
  • 不读取源码仓库的 loader.js / plugins.json / payload.json;
  • 不调用 dynamicCordisRunner;
  • 业务数据仍按工具约定写当前工作区的 .dsh-dynamic-toolbox/。