DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Multi Tools — DeepSeek Harness 插件(DSH Plugin)
← Plugins
M

@pirate-608/dsh-multi-tools

Multi Tools

面向 DeepSeek Harness 的私有多模态集成套件

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

npx -y @deepseek-ai/dsh plugin --profile web add github:pirate-608/dsh-multi-tools#e48fa62c93dc053a2f95d02cd96fdfa079f63b47
README兼容性版本

兼容性与来源证明

Multi Tools 以 @pirate-608/dsh-multi-tools 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/2

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Im Connect@michengai/dsh-im-connectDeepSeek Harness IM 助理:把本机 agent 接到微信、企微、钉钉、飞书、QQ、Telegram,会话与网页任务分列。

README

DSH Multi Tools

English | 简体中文

A private, install-once multimodal integration suite for DeepSeek Harness 0.1.2-alpha.3 or newer. One bundle adds the ModLens vision core, a Multi Tools settings page, dependency status, and independently managed Agent Presets for creative applications, game engines, and CAD tools.

Install

dsh plugin --profile web add github:pirate-608/dsh-multi-tools

Git dependencies build their Host and browser bundles during pnpm installation. If pnpm blocks the package's prepare script, add the exact package key it reports under allowBuilds in the Web profile's pnpm-workspace.yaml, then repeat the command. The package has no postinstall hook and does not install MCP runtimes, download models, or start desktop applications.

Restart the Web profile, then open Settings → Plugins → Multi Tools. ModLens is always present but has no route by default. Every optional integration starts disabled; enabling one creates its dedicated managed Preset for new sessions.

Remove a previously installed standalone @pirate-608/dsh-modlens bundle before adding the aggregate; both packages intentionally refuse to register the same modlens_read_image tool.

Multimodal workflow

  • modlens turns image files into logged structured evidence for text-only models through local Codex, an OpenAI-compatible endpoint, or local Ollama.
  • comfy-local inspects and runs local ComfyUI workflows through Comfy's first-party MCP and CLI tools.
  • Unity, Adobe, CAD, and Ren'Py integrations produce structured state plus file-based screenshots, previews, renders, or exports. They can pass those files to ModLens when visual interpretation is needed.
  • Native multimodal adapters remain in control of their own image input. The fallback never guesses capability from a model name.

The status page performs a passive installed check when opened. A live check runs only after the user requests it and contacts loopback services or short-lived local MCP probes without installing, downloading, launching applications, or exercising cloud vision routes.

CLI

dsh-multi-tools status [--live] [--json] [--integration <id>]
dsh-multi-tools doctor
dsh-multi-tools integrations set [<id>...] [--json]
dsh-multi-tools runtime <id> install|remove

Runtime actions remain explicit CLI operations. Unsupported removals fail clearly instead of guessing which user files are safe to delete.

ModLens routes live in the dsh-multi-tools section of the DSH settings document. No route is implied by installation:

dsh-multi-tools:
  modlens:
    routes:
      ollama:
        type: ollama
        baseUrl: http://127.0.0.1:11434
        model: qwen3-vl
    failover: [ollama]

Codex reuse additionally requires consent: true; OpenAI-compatible secrets remain DSH credential references rather than literal settings values.

Included integrations

PackagePurpose
modlensAlways-on text-first visual evidence through an explicitly configured Codex, OpenAI-compatible, or Ollama route
comfy-localLocal ComfyUI discovery, workflow validation, generation, job monitoring, and output collection
unityUnity Editor automation through MCP for Unity 10.1.2 with file-based visual evidence
after-effectsAfter Effects automation through ae-mcp
photoshopPhotoshop automation through Windows COM
premierePremiere Pro automation through a CEP bridge
autocadAutoCAD and headless DXF automation
solidworksSolidWorks COM and MCP workflows
renpyRen'Py development, preview, and validation

The aggregate build copies an explicit allowlist of integration payloads and records a SHA-256 manifest. It excludes virtual environments, caches, tests, Codex manifests, and workspace dependencies. After Effects, Photoshop, Premiere, and AutoCAD remain personal-build integrations because their first-party redistribution status has not been resolved; this root package is private and must not be published to npm.

Development

Requires Node.js 22.19+ or 24+ and pnpm 10.

pnpm install
pnpm run check

Build and test commands do not publish the package, install external runtimes, download models, or connect to local creative applications.