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.

Multi Tools — DSH Plugin for DeepSeek Harness
← Plugins
M

@pirate-608/dsh-multi-tools

Multi Tools

Private multimodal integration suite for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:pirate-608/dsh-multi-tools#e48fa62c93dc053a2f95d02cd96fdfa079f63b47
READMECompatibilityVersions

Compatibility and provenance

Multi Tools is published as @pirate-608/dsh-multi-tools and currently resolves to version 0.1.0. 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/2/2026

Versions

0.1.0stable
9/2/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
UNLICENSED
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/2/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm Connect@michengai/dsh-im-connectDeepSeek Harness IM assistant: connect a local agent to WeChat, WeCom, DingTalk, Feishu, QQ, and Telegram, with conversations and web tasks separated.

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.