CHENGXIAO
用一次性配对码把两台 DeepSeek Harness 机器连起来——局域网直连,或跨网络经端到端加密中继(默认自带官方中继,零配置)——让一边的 agent 在另一边执行任务、交换文件,各自文件都留在本机。
Pairs two DeepSeek Harness machines with a one-time code - directly on a LAN, or across networks through an end-to-end-encrypted relay with a zero-config official default - so one agent can run tasks and exchange files on the other while each machine keeps its own files in place.
怎么安装
dsh plugin add github:MyPanda-Hash/CHENGXIAO 简介
dsh-peer-mcp 用得顺手就点个 Star —— 市场搜索按星排序,一颗星直接决定别人能不能搜到它。 **让两台电脑上的 DSH 互相干活、互相传文件 —— 而各自的文件始终留在本机。** 不再用截图 + 模拟键盘去驱动另一台机器。装好这个插件后,A 机的 agent 可以把 B 机当成 工具来调:B 机用**自己本地的文件、工具和模型**执行任务,只把结论和文件回传。 ┌─ A 机 ─────────────────────┐ ┌─ B 机 ──────────────────────┐ │ DSH │ │ 文件/仓库都在本地,不搬家 │ │ └ MCP 客户端 ─────────────┼── HTTPS ─┼─▶ dsh-peer-mcp │ │ mcp__<对端名>__ask │ 凭据 │ ├ ask → 本地 DSH │ │ mcp__<对端名>__fetch_file│ │ ├ fetch_file → 读本地 │ │ mcp__<对端名>__send_file │ │ └ send_file → 收文件 │ └────────────────────────────┘ └─────────────────────────────┘ 安装 sh dsh plugin --profile <你的 profile> add github:MyPanda-Hash/C…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 3
- 月下载
- –
- 最近更新
- 2026-09-24
- 创建于
- 2026-09-02
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, file-transfer, mcp, peer-to-peer, relay, remote, remote-access
同类推荐
dsh-bridge
wenbin-wb/dsh-bridge
DeepSeek Harness 远程与移动端接入插件:提供局域网扫码直连、Cloudflare 与自建公网隧道,以及微信、QQ、飞书、Telegram 机器人交互,内置安全认证与访问控制。
dsh-ios
ZSeven-W/dsh-ios
在对话里直接操作 iOS 模拟器或 USB 连接的 iPhone:22 个 Agent 工具用于启动、构建、按无障碍标识或 OCR 文本驱动 UI、列表行操作与 SwiftUI 预览热重载,并附带可点击拖拽的流式侧边栏面板。
dsh-tether
zexadev/dsh-tether
用 Android/iOS 手机远程使用电脑上的 dsh 完整网页界面,经 iroh 跨网点对点打洞直连,不用架任何服务器;打不通才退回 relay,relay 只见密文。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-remote-web-ui
手机/PC 远程操控 dsh web 工作区:扫码配对、令牌门控通道、SSE 实时同步,提供移动端与完整桌面 GUI 两种远程形态。