DSH Marketplace

The catalogue

Remote Access

Synced from the community registry and the dsh-plugin GitHub topic. Star counts and last-push dates come straight from GitHub.

75 plugins

99% install-verified

dsh-remote-web-ui

zhu1090093659

6.6k

Remote control of a dsh web workspace from phone or PC: QR-code pairing through a token-gated channel, SSE real-time sync, and separate mobile and full desktop GUI modes.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScripttoday

dsh-ssh

zhu1090093659

6.6k

SSH ops panel for DSH: web terminal, SFTP transfer with progress, local port forwarding, and one-command cluster execution across hosts; agents share the same host config.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScripttoday

dsh-mobile

saya-ch

115

Access DeepSeek Harness from the Android app or a mobile browser with secure LAN and remote connections, persistent device pairing, and a customizable mobile interface.

Installed cleanly when we ran it

npm packageTypeScript12d ago

AI review

dsh-mobile

What it is — The dsh-mobile plugin enables mobile apps and browsers to access the same DeepSeek Harness workspace and sessions on the computer via local network HTTPS.

Who it is for — Users who need to operate DeepSeek Harness on phones for conversations and tool calls should use this plugin. Those who primarily run DeepSeek Harness on desktop without cross-device synchronization do not require it.

Watch out — It was tested to work properly after installation and registration in a new profile. No obvious issues were found.

The verdict — If you need to control DeepSeek Harness in real time from your phone, it is worth installing because it provides seamless local network synchronization.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Multi-device remote access for DeepSeek Harness: continue an active session from your phone, tablet, browser, or another computer over an end-to-end encrypted channel (Noise IK + adaptive relay/WebRTC transport), with device authorization, ApiProxy-only remote capabilities, and read-only file preview via dsh-file-viewer — no shell, remote desktop, or write access.

Installed cleanly when we ran it

GitHub sourceTypeScript4d ago

AI review

deepseek-harness-remote

What it is — DeepSeek Harness remote plugin enabling secure connections from desktop to Android for remote Harness operations.

Who it is for — When running Harness on your work computer and needing to continue the same session from phone or tablet. Not suitable for users who only operate Harness on a single desktop device without multi-device needs.

Watch out — Sandbox test passed: installed successfully in a new profile and registered by Harness. No obvious pitfalls found. It will execute shell commands.

The verdict — I would install it if you need to switch devices for the same Harness session, but only if you're comfortable with the security design of remote connections.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
2Source

dsh-android

ZSeven-W

73

A live Android device inside the conversation — emulator or USB phone, driven entirely through adb: 20 agent tools for streaming, Gradle build and run, UI-tree or OCR interaction, logcat, processes and memory, plus a three-button navigation panel.

Installed cleanly when we ran it

npm packageTypeScript9d ago

AI review

dsh-android

What it is — The DSH Android plugin integrates a live Android device into DeepSeek Harness conversations, driven entirely through adb for emulator or USB devices.

Who it is for — When an agent needs to perform UI automation and OCR on Android devices using vision-capable models in DeepSeek Harness conversations, this plugin is suitable to install. Users who only need basic text summaries can choose not to install it because the plugin provides additional visual features for image models.

Watch out — Sandbox testing passed in a new profile with successful plugin registration. No obvious issues found. The plugin runs an in-process adb child to stream screen captures without external helpers.

The verdict — I would install it because it provides 20 agent tools and supports Gradle build and run entirely through adb.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-bridge

wenbin-wb

56

Remote and mobile access for DeepSeek Harness: supports LAN QR code, Cloudflare/custom tunnels, and WeChat, QQ, Feishu, and Telegram bots with approval cards and security access guards.

Installed cleanly when we ran it

npm packageJavaScript5d ago

AI review

dsh-bridge

What it is — It is a plugin for DeepSeek Harness that enables remote access via LAN QR code, Cloudflare tunnel, and self-hosted WebSocket tunnel.

Who it is for — It is suitable for users who need to continue using DeepSeek Harness outside the LAN or on mobile devices. Users who do not require additional remote channels can skip it.

Watch out — After installation in a fresh profile, the plugin is registered by Harness and runs normally, but it executes shell commands. No other obvious issues found.

The verdict — I will install it because it provides remote access without extra servers, but only if specific tunnels are needed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-web-mobile

mexiaosqwq

50

Mobile adaptation for the DSH Web UI: works well on narrow screens, fits wide screens too.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-web-mobile

What it is — The dsh-web-mobile plugin adapts the DeepSeek Harness Web UI layout for mobile devices. The sidebar becomes a content-hugging overlay drawer, the conversation area expands to full width, and the settings panel becomes a near-full-width sheet.

Who it is for — It suits users who work with DeepSeek Harness on narrow screens where the sidebar needs to act as a drawer to free up space for the full-width conversation. Users on desktop screens (≥1024px) who prefer the original layout without changes do not need to install it.

Watch out — Installation requires allowing the build script from the GitHub source. Sandbox testing passed with registration in a new profile. It requires Chromium 105+ and prefers-reduced-motion to disable animations.

The verdict — I would install it because it provides full-width conversation on narrow screens without affecting desktop views and has passed sandbox testing.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Details

LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.

Installed cleanly when we ran it

npm packageJavaScript9d ago

AI review

dsh-web-lan-access

What it is — Injects a crypto.randomUUID polyfill into the DeepSeek Harness Web UI to support direct IP access from LAN and Tailscale addresses.

Who it is for — When you need to access the DeepSeek Harness Web UI directly from a LAN IP or Tailscale address, this plugin is suitable. Users who only access via HTTPS do not need this plugin.

Watch out — Sandbox testing passed. Security risk from binding the web server to 0.0.0.0, allowing unauthenticated access from any network. Certain sensitive API methods are pinned to loopback.

The verdict — I would install it because it solves the polyfill availability on insecure origins, but only if you accept the network access risk.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-full-remote

JUANWANG-BUAA

21

Remote DeepSeek Harness with full server-side API access (`settings.*` / `credentials.*` / `host.listDirectory`). Token-gated reverse proxy, per-device sessions, phone invite QR, fence self-check, optional approval / CIDR / idle timeout / local TLS, WebSocket/SSE.

Installed cleanly when we ran it

npm packageTypeScript10d ago

AI review

dsh-full-remote

What it is — dsh-full-remote is a DeepSeek Harness plugin that adds an authenticated reverse proxy in front of the web server to support remote access.

Who it is for — When accessing DeepSeek Harness through a public tunnel and needing privileged APIs access, this plugin is suitable for installation. Users who only access Harness on the local network do not need this plugin.

Watch out — Sandbox test passed in a fresh profile with registration by Harness. No obvious issues found.

The verdict — If I need to access privileged APIs of DeepSeek Harness through a public tunnel, I would install it because it provides its own access-control layer.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Mobile UI shell for the DSH Web GUI: turns the desktop three-column layout into a touch-friendly phone layout (overlay drawers, draggable FAB, full-screen dialogs, infinite-scroll history) under a 1024px viewport, with zero desktop impact. - Complete mobile PWA for DSH, built on dsh-mobile-gate: secure remote-access gateway plus install-to-homescreen (manifest + service worker), offline capability, touch gestures (pull-to-refresh, edge-swipe back, pinch-zoom font), agent-done push notifications, and touch-first layout — desktop unaffected.

Installed cleanly when we ran it

npm packageJavaScript13d ago

AI review

dsh-mobile-hanui

What it is — dsh-mobile-hanui optimizes DeepSeek Harness web interface for mobile

Who it is for — Users who use the DeepSeek Harness web interface for chatting in mobile browsers benefit from this plugin. Users who access DeepSeek Harness only on desktop do not need it because it only optimizes for narrow screens.

Watch out — Sandbox testing passed. No obvious issues found.

The verdict — I would not install it because desktop users gain no benefit.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-one-gateway

TiantianFlow

12

Private loopback DSH Web gateway for Tailscale Serve, Cloudflare Access, and Headscale TCP Serve, with exact principal allowlists and guided fail-closed setup.

Installed cleanly when we ran it

GitHub sourceJavaScript9d ago

AI review

dsh-one-gateway

What it is — dsh-one-gateway provides a private loopback gateway for DeepSeek Harness, using Tailscale Serve or Cloudflare Access for identity-first ingress.

Who it is for — Users running DeepSeek Harness in a Tailscale tailnet and requiring exact principal allowlist control are suitable for installing this plugin. Users requiring public anonymous tunnels or user-chosen passwords are not suitable for this plugin.

Watch out — Sandbox testing passed: installed in a fresh profile and registered into the profile. The plugin executes shell commands and requires an API key or token. No obvious pitfalls found.

The verdict — I would install it because it uses a fail-closed design and requires no modifications to DSH core.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
2Source

LAN access for the Web GUI: 0.0.0.0 bind plus a crypto.randomUUID polyfill for non-secure (LAN HTTP) contexts.

Installed cleanly when we ran it

npm packageJavaScript13d ago

AI review

dsh-lan-access

What it is — Provides 0.0.0.0 LAN binding and crypto.randomUUID polyfill for DeepSeek Harness Web GUI in non-secure contexts.

Who it is for — In the scenario of accessing DeepSeek Harness Web GUI over non-secure HTTP in LAN and needing crypto.randomUUID polyfill to load project lists and add workspaces, this plugin is suitable for them. Those who access it in secure localhost contexts or without needing LAN sharing should not install this plugin.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile. No obvious runtime issues found.

The verdict — I will install it because it solves the crypto.randomUUID polyfill issue causing RPC failures in non-secure contexts, but only in trusted LAN.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-lan-proxy

wingsky-1

8

LAN access to the dsh web UI: forwards HTTP/HTTPS and WebSocket/wss from 0.0.0.0 to the loopback web server, with DNS-rebinding protection and a loopback-only upstream whitelist.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScripttoday

dsh-web-remote

godchen520

7

Access DSH from your phone or anywhere: Cloudflare Quick Tunnel public link + LAN HTTP/HTTPS direct access (auto self-signed cert), token auth, gzip compression, floating phone-icon panel with QR codes, and a NapCat QQ bot channel to fetch the link.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-web-remote

What it is — Provides remote access to DeepSeek Harness from phone or anywhere.

Who it is for — Users who need to access DeepSeek Harness from their phone or remote locations. Users who only use it locally on the same device can skip it.

Watch out — Sandbox test passed after installation in a fresh profile and registration. First launch may auto-download cloudflared requiring internet; self-signed certificate prompts browser to proceed. No obvious pitfalls found.

The verdict — I wouldn't install it because it executes shell commands, though the premise is that the sandbox test passed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Phone-first mobile UI rework plus a pairing-code gateway: use DSH from anywhere as an installable PWA with Web Push, behind your own reverse proxy or Cloudflare Tunnel.

Installed cleanly when we ran it

npm packageJavaScript9d ago

Secure remote access for the official Web UI: authenticated LAN/tunnel gateway with QR + HMAC one-time pairing, per-device sessions and revocation, mDNS discovery, and a fork_session tool.

Installed cleanly when we ran it

GitHub sourceJavaScript12d ago

AI review

dsh-remote-link

What it is — dsh-remote-link plugin securely exposes the official DeepSeek Harness Web UI to the local area network, supporting QR code pairing for agent control and the fork_session tool.

Who it is for — If you need to securely control DeepSeek Harness official Web UI agents via mobile in your local network, this is suitable.

Cloud-based users do not need to install it because they do not require local network exposure.

Watch out — It was tested and passed in a fresh profile, registering with harness. Requires API key or token. From source install, manually allow the build script.

No obvious issues found.

The verdict — I would install it because it provides a secure LAN gateway and session fork tool, but only if you operate in a local network environment.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-mobile-gate

Bernardxu123

5

LAN mobile gateway: isolated child-process reverse proxy with first-visit approval, per-device token binding, rate limiting, and mobile layout injection (compact composer pills, randomUUID polyfill).

Installed cleanly when we ran it

GitHub sourceJavaScript16d ago

AI review

dsh-mobile-gate

What it is — This is an isolated child-process reverse proxy for LAN mobile access to DeepSeek Harness Web UI, supporting first-visit approval, per-device token binding, rate limiting, and injection of compact mobile layout with randomUUID polyfill.

Who it is for — It is suitable to install this plugin for users in a local area network who want their mobile devices to securely access the Web UI and use compact layout. Users not using local area network access do not need to install it, because they do not need to handle mobile device approval and layout injection.

Watch out — Sandbox testing succeeded in a fresh profile and registered it into the harness profile. No obvious issues were found, but it requires a trusted local area network due to lacking independent authentication. Static analysis indicates execution of shell commands.

The verdict — I would install it because it isolates the main service via child process and binds per-device tokens, provided the user is in the same local area network and needs mobile secure access with layout optimization.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-mobile

cindyguyuehu123

5

Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).

Installed cleanly when we ran it

GitHub sourceTypeScript16d ago

Bridges WeChat private chats into DeepSeek Harness as an in-process plugin over Tencent's iLink bot protocol, with two-way text, image, file and voice messaging, in-WeChat slash commands resolved through the native command registry, WeChat-side handling of approvals and agent questions, and proactive push through a send_wechat tool.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-wechat

What it is — dsh-wechat bridges WeChat private chat to DeepSeek Harness, supporting bidirectional transmission of text, images, files, audio and video.

Who it is for — People who want to interact with DeepSeek Harness agent via WeChat private chat and handle approval cards are suitable for installing it. People who only want to use the DeepSeek Harness graphical interface can skip it, because they can continue relying on that interface.

Watch out — Sandbox test passed: installed in new profile and registered into the profile. No obvious issues found. It executes shell commands.

The verdict — If I were you, I would install it because it allows restoring the native DeepSeek Harness experience in WeChat.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dph-fleet

polaris-smart

5

Decentralized multi-device fleet: mDNS LAN discovery, key pairing, and SSH direct execution across networks.

Installed cleanly when we ran it

npm packageTypeScript10d ago

Chat with local DeepSeek Harness agents from iPhone iMessage: switch workspaces/sessions, start new sessions, and get replies in the Messages app — no extra apps, no servers, no cloud.

GitHub sourcePython10d ago

chicheng-gate

534119219

4

LAN / remote-access control, frpc NAT tunneling, a panel password gate, and mobile UI adaptation for the DSH Web GUI.

Installed cleanly when we ran it

GitHub sourceJavaScript10d ago

AI review

chicheng-gate

What it is — This is a DSH Web GUI plugin that provides remote access control, frpc NAT tunneling, a panel password gate, and mobile UI adaptation.

Who it is for — It is suitable for users who need to access the DSH Web GUI over the local area network and want to protect the panel security. Users who do not require mobile UI adaptation can skip it.

Watch out — It passed sandbox testing by being installed in a new profile and registered into the profile by Harness. An API key or token is required. No obvious issues were found.

The verdict — I would install it if I needed to expose the panel via frpc with password protection because it includes an independent password gateway.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-remote-tunnel

Linjiangxian0203

4

Remote host tunnel manager: runs dsh web on a remote Linux server (systemd supervision, no root needed) behind an auto-reconnecting SSH tunnel; allocates and registers remote ports on the server, multi-user safe, with an audit view.

Installed cleanly when we ran it

npm packageJavaScript11d ago

AI review

dsh-remote-tunnel

What it is — Through auto-reconnecting SSH tunnel running dsh web on remote Linux server, allocating and registering dedicated remote ports with audit view.

Who it is for — If you need to run dsh web on a remote Linux server for development work and access via local tunnel with dedicated port allocation and audit, this plugin fits you. If your work is limited to local machine without remote server resources, this plugin provides no local environment support.

Watch out — Sandbox test passed in a new profile and successfully registered. Requires providing API key or token. No obvious issues found.

The verdict — I would install it because it solves the multi-user remote dsh web port allocation and audit problem, provided there is SSH key login to the remote server.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
2Source
4

HTTPS + login gateway for the DeepSeek Harness web surface: access your DSH Web UI securely from another machine on your LAN, or from the internet via port forwarding. Fail-closed defaults (loopback-only, no accounts until configured); setup and security notes in the README.

Installed cleanly when we ran it

npm packageJavaScript10d ago