dsh plugins中文
← Back to popular plugin directory

Lightweight DeepSeek Harness remote gateway

lbwnb666-ai/DeepSeekHarnessRemoteGateway · skills

A lightweight DeepSeek Harness remote gateway that allows you to remotely access and control local AI Agents via the web or mobile devices.

★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

不修改 DeepSeek Harness 本体代码,默认生成随机公网 URL、随机 6 位密码和扫码二维码,手机端仅需浏览器即可访问。 项目简介

在保留 DeepSeek Harness 现有 Web UI 的前提下,为本地运行中的 DSH 增加一层远程访问能力: 启动后自动生成随机公网 URL 默认自动生成随机 6 位密码 自动输出二维码,手机扫码即可访问 支持 Windows、macOS、Linux 适合临时远程访问、移动端查看和继续对话 为什么做这个 DeepSeek Harness 本身已经有完整的 Web UI 真正缺的是“远程接入能力”,不是第二套前端 对移动端场景来说,更重要的是“继续任务”,而不是“重新设计界面” sidecar 形态更轻、更适合插件化复用,也更容易发布到 topics/dsh-plugin 核心特点 不修改 DeepSeek Harness 源码 默认随机公网 URL 默认随机 6 位密码 默认输出二维码 手机只需浏览器 支持 Cloudflare Quick Tunnel 支持按平台生成发布包 支持把 macOS / Linux 版本作为 GitHub Release 附件分发 截图预览 分享页 · 手机登录页 · 手机对话页 分享页: · 手机登录页: · 手机对话页: 30 秒上手

1. 先在本地启动 dsh web,并确认它可通过 http://127.0.0.1:3080 访问。 2. 准备 cloudflared,放到 remote-gateway/bin/,或者确保系统 PATH 中可直接调用。 3. 运行 npm run doctor 做一次环境检查。 4. 根据当前平台启动 startWindows.bat、start.ps1、startMacorLinux.sh、start.sh 或 start.command。 5. 用手机扫描启动后生成的二维码,输入 6 位密码即可访问。

Install command

dsh plugin --profile web add github:lbwnb666-ai/DeepSeekHarnessRemoteGateway
View GitHub repository ↗Back to popular plugin directory