DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Remote — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
R

@musitoolbox/dsh-remote

Remote

通过二维码配对和受管理的 FRP 隧道,自愿启用移动端访问 DeepSeek Harness Web。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xiaoxiaohai/dsh-remote#34128c2159808c8209d4711bc004995ee28f9bc8
README兼容性版本

兼容性与来源证明

Remote 以 @musitoolbox/dsh-remote 发布,当前版本为 0.4.0-beta.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.4.0-beta.2beta
2026/9/3
查看其余 1 个版本收起版本
0.4.0-beta.1beta
2026/9/2

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。

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.