deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:wenbin-wb/dsh-bridge
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README

DeepSeek Harness 多通道远程访问插件
把你本地的 DeepSeek Harness 无缝延伸到手机、平板、公网、甚至 IM 聊天软件。无论你在哪,都能通过扫码、网页或未来的微信/QQ/飞书,随时调用你的 AI 助手。
在 DSH 设置页新增「远程访问」面板,开箱即用地获得:
除了现有的三种访问方式,正在规划:
| 目标 | 说明 | 状态 |
|---|---|---|
| 微信 | 在微信里直接与你的 Agent 对话 | 规划中 |
| QQ Bot | 接入 QQ 机器人,群聊/私聊唤起 Agent | 规划中 |
| 飞书 | 飞书消息/机器人集成,办公场景直接调用 | 规划中 |
| OpenClaw | 与 OpenClaw 生态打通 | 规划中 |
| Telegram | 适合自托管的 IM 渠道 | 规划中 |
安装插件前,请先确保:
^22.19.0 或 ≥ 24.0.0)dsh 命令# 检查 Node 版本
node -v # 应显示 v22.19+ 或 v24+
# 检查 dsh 是否可用
dsh --version
如果 dsh 命令提示"无法识别/找不到",说明它没有全局安装,先安装 DSH:
npm install -g @deepseek-ai/dsh
若没有全局安装的权限,也可以用
npx方式(无需全局安装):npx --yes @deepseek-ai/dsh plugin --profile web add @wenbin_wb/dsh-bridge
从 npm 安装:
dsh plugin --profile web add @wenbin_wb/dsh-bridge
从源码安装:
git clone https://github.com/wenbin-wb/dsh-bridge.git
dsh plugin --profile web add ./dsh-bridge
安装完成后重启 DSH,在设置页找到「远程访问」即可使用。
插件启动后自动开启,无需任何配置。打开设置页「远程访问」,用手机扫描二维码即可访问。
点击「Cloudflare 隧道」卡片中的「开启」按钮:
需要一台有公网 IP 的服务器。详细搭建步骤见 自建隧道教程。
wss://...)和访问令牌配置自动持久化到 ~/.dsh/dsh-bridge/config.json,重启后无需重新填写。
插件开箱即用,无需配置。如需修改代理端口,在 cordis.yml 中添加:
- name: dsh-bridge
config:
port: 3082 # 默认 3082
git clone https://github.com/wenbin-wb/dsh-bridge.git
cd dsh-bridge
npm install
# 修改 client/index.js 后重新构建
npm run build:client
# 安装到 web profile 并重启 DSH
dsh plugin --profile web add .
MIT © wenbin-wb
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。