DeepSeek Harness plugin

plugin

Mobile remote-control suite: bundle plugin with native sidebar entry and admin drawer, self-healing bearer-token gateway over LAN/Tailscale, Android app (sessions/approvals/questions/goals), /fs/* file transfer (Range resume, 2GB upload), latency-based multi-server auto-switch, offline chat cache.

Jump to install

Source facts

Repository
Blank-not-black/dsh-Remote
Latest update
Aug 15, 2026
Category
Remote & Mobile
GitHub stars
9

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/Blank-not-black/dsh-Remote~23plugin
GitHub: https://github.com/Blank-not-black/dsh-Remote/tree/main/packages/plugin
Plugin: dsh-Remote#plugin
Author: Blank-not-black
Install command: dsh plugin --profile web add dsh-remote-plugin

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-remote-plugin

![Awesome DSH Plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin)

中文 · [English](README.en.md)

DSH Remote 的 DSH bundle 插件:在 DSH 左侧原生边栏注册入口,点击从右侧滑出管理抽屉;插件内置网关程序并随 DSH 自动启停(独立 systemd 单元),抽屉直显令牌、主机 IP 与设备监控,配合 dsh-Remote 的 Android App 实现手机远程操控与文件互传(/fs/list/fs/file/fs/upload)。面板内置四套皮肤(深空 / 落日 / 易北爱乐厅 / 草原孤塔),亮暗中性三档随系统偏好自动切换。

安装

dsh plugin --profile web add dsh-remote-plugin
# 或 pin 版本
dsh plugin --profile web add dsh-remote-plugin@0.5.0

重启 DSH Web 后 Ctrl+F5,左侧边栏底部出现 App 图标入口。

git 源安装(等价):

dsh plugin --profile web add "github:Blank-not-black/dsh-Remote#main&path:/packages/plugin"

网关

  • 默认自动启动:DSH 启动或抽屉刷新时,插件会拉起内置 gateway.cjs0.0.0.0:8787),独立于 DSH 进程;Linux 使用独立 systemd 单元,macOS 等无 systemd 环境自动回退为常驻子进程。
  • 开关持久化在 ~/.dsh-remote/gateway.enabled;抽屉内可停止/启动。
  • 令牌在 ~/.dsh-remote/token(首次自动生成,重复使用不覆盖),抽屉里显示并可复制;支持二维码扫码配对一键轮换
  • 环境变量 DSH_REMOTE_AUTOSTART=0 可关闭自动管理。
  • 文件端点:/fs/list(列目录)、/fs/file(下载,支持 Range)、/fs/upload(分块续传,支持暂停/取消,落盘前 SHA-256 校验);默认根目录 ~DSH_REMOTE_FS_ROOT 可开多根(: 分隔)。
  • 反馈端点:POST /feedback(App / 桌面端「写反馈」),网关转发到反馈收集器;默认 http://100.84.128.29/submit(Tailscale 内网),可用 DSH_REMOTE_FEEDBACK_URL 覆盖,无需配置任何 token。

手机 App

App 已随插件包内嵌(apk/dsh-remote.apk),装好插件即可获取,无需上 GitHub:

  • 桌面抽屉点「二维码」→ 手机扫码打开管理页 → 页面提供 App 下载
  • 或浏览器直接访问 http://<网关IP>:8787 下载
  • App 更新同样走网关自动推送(update.json 相对路径),全程不绕 GitHub
  • 电脑浏览器打开 http://<网关IP>:8787 自动进入桌面端 WebUI(侧栏会话 + 文件 + 设置 + 统计 + 审批通知卡片栈)

App 内置多服务器测速切换与聊天记录离线缓存,下载文件统一放系统「下载/dsh-remote」。

License

MIT