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.

Remote — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

@musitoolbox/dsh-remote

Remote

Opt-in mobile access to DeepSeek Harness Web through QR pairing and a managed FRP tunnel.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xiaoxiaohai/dsh-remote#34128c2159808c8209d4711bc004995ee28f9bc8
READMECompatibilityVersions

Compatibility and provenance

Remote is published as @musitoolbox/dsh-remote and currently resolves to version 0.4.0-beta.2. 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/3/2026

Versions

0.4.0-beta.2beta
9/3/2026
Show 1 more versionCollapse versions
0.4.0-beta.1beta
9/2/2026

Related plugins

Loading related plugins…

Latest
0.4.0-beta.2
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
9/3/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

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

DSH Remote

English | 中文 | GitHub

Beta status: this is the public source repository for @musitoolbox/dsh-remote. Use the install command only after the official npm registry shows 0.4.0-beta.2 under the beta tag; registry publication is controlled by an authorized human owner.

DSH Remote lets a phone open the existing DeepSeek Harness Web interface running on a Mac. The plugin registers an anonymous Mac only after local user consent, starts a verified FRPC process, and adds QR pairing plus authorized-phone controls to DSH Settings.

This is a hosted beta, not a general-availability remote-access service. Read Security and Privacy before enabling it.

What it provides

  • Explicit opt-in: installation alone makes no registration request and opens no tunnel.
  • A local Settings → Phone access card with QR pairing, pause, rotation, and per-phone revocation.
  • The existing DSH Web HTTP and WebSocket interface instead of a second task/approval protocol.
  • A managed FRPC 0.70.1 transport restricted to the local DSH Web port.
  • Verified package artifacts for both darwin-x64 and darwin-arm64.
  • A model-visible, read-only remote-access Skill for phone, Android, iPhone, mobile, QR-pairing, and remote-DSH questions.
  • A self-hosted service override for operators with a compatible DSH Remote Server.

The Skill explains safe local setup. It cannot start the tunnel, change configuration, or prove that remote access is running. The local settings card remains the source of truth.

Requirements

  • macOS on Intel (darwin-x64) or Apple Silicon (darwin-arm64);
  • Node.js 22 or newer;
  • DeepSeek Harness 0.1.0-rc.8 or newer;
  • the DSH Web profile;
  • a compatible phone companion and a network path to the selected service.

Windows and Linux hosts are not supported by this package.

The hosted Android companion is the Release-signed 0.4.0-beta.1 build at https://remote.musitoolbox.com/downloads/dsh-remote-android.apk; the hosted assetlinks.json uses its matching Release certificate. The companion source and binary are not part of this plugin repository or npm package. Public iOS distribution remains pending.

npm installation

When the official npm registry shows the beta:

dsh plugin --profile web add @musitoolbox/dsh-remote@beta
dsh --profile web --dump-config
dsh web

Confirm that the dump contains the dsh-remote row with:

serviceUrl: https://remote.musitoolbox.com
enabled: false
autoStart: false

Restart a running dsh web process after adding or updating the plugin.

Test from this source tree

Before a release, a developer can build the verified binaries and install the local directory:

npm run fetch-frpc
npm test
dsh plugin --profile web add /absolute/path/to/dsh-remote-plugin
dsh --profile web --dump-config
dsh web

Use a disposable DSH profile for release checks. Do not replace an existing user profile during packaging tests.

First connection

  1. Open DSH Web through its local loopback address on the Mac.
  2. Open Settings → Phone access.
  3. Review the hosted operator shown in the configuration.
  4. Click Enable phone access. This is the first action that registers the Mac, writes local credentials, and starts FRPC.
  5. Scan the displayed QR code with a compatible phone companion.
  6. Confirm the phone appears under Authorized phones.

Treat a QR URL as a credential. Do not paste it into chat, issues, screenshots, analytics, or logs.

Update and removal

Update command:

dsh plugin --profile web update @musitoolbox/dsh-remote@beta

Before removal, revoke phones or rotate the QR from the local settings page, then pause access. Removing a local package does not itself delete hosted anonymous records.

dsh plugin --profile web remove @musitoolbox/dsh-remote

Local state is stored under ~/.dsh/dsh-remote/ by default. It contains active credentials with mode 0600; inspect and remove it only after access has been revoked and DSH is stopped.

Data path and trust

Phone HTTPS/WSS
  → selected DSH Remote Gateway
  → authenticated FRP virtual host
  → FRPC on the Mac
  → local DSH Web HTTP/WebSocket

The hosted gateway transports DSH page and conversation traffic. Public network hops use TLS, but the beta does not add application-level end-to-end encryption that hides proxied DSH content from the gateway operator. Use a compatible self-hosted service when that trust model is not acceptable.

Management RPC is loopback-only, and the settings client does not inject on the remote page. The proxy targets only 127.0.0.1:<DSH Web port> and FRPC is started directly without a shell.

Agent discovery

Once installed, the plugin registers the remote-access Skill. Its routing text covers phone, mobile, Android, iPhone, iOS, QR pairing, remote DSH Web, and connection troubleshooting. It tells the Agent to explain local UI steps without silently starting a process or asking for credentials.

The Skill helps only after installation. Before installation, discovery still depends on a public repository, npm metadata, web search, and community catalog listings. This project does not claim official DSH endorsement or a guaranteed search position.

Self-hosting

Override serviceUrl in the Web profile's user patch while keeping the first-use opt-in boundary. See Self-hosting. This repository contains only the plugin; it does not contain the compatible Server.

Development and package verification

node --version
npm test
npm run check:docs
npm run check:secrets
npm run fetch-frpc
npm pack --dry-run --ignore-scripts
npm run pack:verify

bin/ is generated and ignored by Git. The pack script downloads official FRP archives, verifies pinned SHA-256 hashes, and includes the upstream Apache-2.0 license. See Third-Party Notices and Contributing.

Beta limitations

  • The hosted service has no general-availability SLA, formal retention schedule, account recovery, or full self-service identity deletion.
  • Public iOS distribution and physical-device completion remain pending.
  • The settings card is currently Chinese; English UI localization remains pending.
  • A trusted gateway operator can process proxied DSH Web traffic.
  • Only macOS and DSH 0.1.0-rc.8 or newer are tested.

See Changelog, Publishing Checklist, and Security Policy.

License

The plugin source is available under the MIT License, Copyright © 2026 MusiToolbox. Packaged FRPC binaries remain under Apache-2.0.