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.

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

dsh-web-remote

Web Remote

DSH mobile/external network remote access plugin: configuration-free public network tunneling + direct HTTPS access on local networks + custom public links/ports + WeChat/Lark bots. Compatible with DSH 0.1.2-rc.1+.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:godchen520/dsh-web-remote#cc3c9750ff5c1cf8540a6b299fd75437994ff811
READMECompatibilityVersions
远程面板

Compatibility and provenance

Web Remote is published as dsh-web-remote and currently resolves to version 3.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/13/2026

Versions

3.0.2stable
9/13/2026
3.0.1stable
9/12/2026
3.0.0stable
9/4/2026
Show 5 more versionsCollapse versions
2.0.0stable
8/24/2026
1.4.0stable
8/23/2026
1.3.2stable
8/22/2026
1.3.1stable
8/22/2026
1.3.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
3.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 10
Weekly downloads
0
Last push
9/13/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 productivity-workflow.

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

dsh-web-remote

dsh-web-remote

中文 | English

手机 / 外网远程访问 DeepSeek Harness(DSH)的插件。随时随地通过微信或浏览器控制你的 DSH。

✨ 功能亮点

功能说明
🌐 公网访问Cloudflare Quick Tunnel,无需公网 IP、无需注册,cloudflared 缺失时自动下载
📡 局域网直连HTTP + HTTPS 直连(HTTPS 自动生成自签名证书,零配置)
🔒 安全认证每次启动生成随机令牌;HttpOnly Cookie;局域网可免 token
⚡ 性能加速反向代理自动 gzip 压缩,大历史会话加载更快
📱 侧边栏图标手机快捷按钮常驻左下角,刷新不消失
🔗 自定义公网链接支持填写自定义公网 URL(如 ngrok),面板编辑/清除,重启后生效
🔌 自定义端口局域网模式下可修改 HTTPS 端口号,带端口占用检测
🤖 微信机器人iLink 协议直连微信,支持 AI 对话、会话控制、模型切换
💬 飞书机器人WebSocket 长连接,支持命令控制、会话监听通知
👁️ 会话监听/监听 命令,Agent 思考完毕自动微信/飞书通知

⚡ 一句话安装

复制下面这句话给你的 DSH,它自己会装好一切:

请帮我安装 dsh-web-remote 远程访问插件(https://github.com/godchen520/dsh-web-remote),装完告诉我如何重启 DSH Web。

不想麻烦 Agent?命令行一条:

dsh plugin --profile web add github:godchen520/dsh-web-remote && dsh web

📸 截图

快捷按钮(页面左下角):

快捷按钮

远程面板(公网 / 局域网切换、一键复制链接、二维码、启动 / 停止):

远程面板

📋 安装方式

方式一:GitHub 直接安装(推荐)

cd $DSH_HOME/profiles/web
pnpm add github:godchen520/dsh-web-remote

在 package.json 的 dsh.profile.bundles 数组中添加 "dsh-web-remote",重启 DSH。

--config.minimumReleaseAge=0 可绕过 pnpm 11 新包发布年龄校验(如需要)。

方式二:手动 patch

把本包放入 profile 的 node_modules,然后在 cordis.patch.yml 追加:

- insert:
    - id: web-remote
      name: 'dsh-web-remote'

bundle 方式需重启;cordis.patch.yml 方式会被 HMR 热加载。

⚙️ 配置

全部可选,不配置即开箱即用。在 cordis.patch.yml 里覆盖:

参数默认值说明
targetPort3080DSH 自身端口
httpPortStart3081局域网 HTTP 起始端口(自动跳过占用)
httpsPortStart3082局域网 HTTPS 起始端口
qqPortStart3001QQ OneBot 桥起始端口
cloudflaredPath''指定 cloudflared 路径;留空自动探测 / 自动下载
pfxPath''指定 PFX 证书;留空自动生成自签名
pfxPass''PFX 密码
toolsDir''工具与证书缓存目录;留空使用 $DSH_HOME/tools
autoStarttrue插件加载即自动启动
lanOpentrue局域网免 token(私网来源放行)

📱 使用方法

  1. 启动后页面左下角出现 📱 图标
  2. 点击图标 → 面板显示运行状态和链接
  3. 手机浏览器打开链接即可访问 DSH

公网:https://xxx.trycloudflare.com/?token=... 局域网:https://192.168.x.x:3082(同 Wi-Fi;默认免 token)

面板新功能(v1.3.0):

  • 公网标签页:可填写自定义公网 URL(如自己的 ngrok 地址)
  • 局域网标签页:可点击端口号直接修改 HTTPS 端口

🤖 微信机器人

通过微信直接控制 DSH,支持:

远程控制命令:

  • /链接 — 获取公网链接(未启动自动开启)
  • /停止远程 — 关闭远程服务
  • /监听 — 开启/关闭会话监听模式(思考完毕自动通知)

会话管理:

  • /会话列表 — 列出所有会话
  • /选择 N — 选中第 N 个会话
  • /当前会话 — 查看选中会话名称
  • /历史内容 — 查看会话最近输出

模型切换:

  • /当前模型 — 查看当前使用的模型
  • /切换模型 — 列出所有模型并切换
  • /选强度 N — 设置思考强度

对话:

  • 直接发送内容 → 自动发到选中的会话并回传结果
  • 未选择会话时提示先选择

💬 飞书机器人

通过飞书直接控制 DSH,支持:

远程控制命令:

  • /链接 — 获取公网链接
  • /停止远程 — 关闭远程服务
  • /监听 — 开启/关闭会话监听模式
  • /帮助 — 显示命令列表

绑定方式: 在 DSH Web 面板 → 机器人标签页 → 飞书,填写 App ID 和 App Secret,点击绑定。

❓ 常见问题

Q: 公网链接打开提示"不安全"? A: 这是 HTTPS 自签名证书的预期行为。手机浏览器选择「继续访问」即可。Edge 需关闭"增强安全性"。

Q: 重启 DSH 后链接变了? A: 公网隧道每次重启会生成新地址,这是正常行为。微信绑定的 token 会自动持久化恢复。

Q: cloudflared 下载失败? A: 首次启动需要联网下载 cloudflared(约 10MB),之后复用缓存。可手动下载放到 toolsDir 目录。

Q: 微信扫码后断开? A: 重启 DSH 后微信会自动重连(token 已持久化)。如仍断开,重新发送 /链接 扫码绑定。

📝 更新日志

查看 CHANGELOG.md 了解版本更新历史。

🤝 贡献

欢迎贡献!请查看 CONTRIBUTING.md 了解开发和提交流程。

📄 License

MIT