dsh-wechat
Bridges WeChat private chats into DeepSeek Harness as an in-process plugin over Tencent's iLink bot protocol, with two-way text, image, file and voice messaging, in-WeChat slash commands resolved through the native command registry, WeChat-side handling of approvals and agent questions, and proactive push through a send_wechat tool.
以进程内 Cordis 插件的形式,通过腾讯 iLink bot 协议把微信私聊桥接到 DeepSeek Harness——双向收发文本、图片、文件与语音,微信内 slash 命令经原生命令注册中心解析(DSH 新增命令零改动可用),支持在微信端处理审批与提问,并提供 send_wechat 工具主动推送。
How to install
dsh plugin add dsh-wechat About
dsh-wechat 让微信成为 DeepSeek Harness (DSH) 的第二客户端:通过腾讯 iLink bot 协议把 微信私聊桥接到 DSH agent——文本/图片/文件/语音消息双向收发、微信内 slash 命令管理会话/工作区/Preset/模型/权限、审批与提问卡与 GUI 双端同卡同决策、 DSH 设置页内扫码登录与连接配置。以静态 Cordis 插件交付,零运行时 @deepseek-ai 依赖,直接调用 DSH 进程内服务。 功能 **发送** — 微信文本/图片/文件/语音消息 → DSH agent(媒体自动下载解密到 ~/.dsh-wechat/tempfile/,本地路径作为附件注入) **接收** — agent 回复文本回微信;send_wechat 工具可主动推送文本/文件到微信 **微信 slash 命令** — /workspace、/session、/preset、/model、 /perm、/silent、/notify、/next、/status、/stop、/rp、/rq 等 由 bridge 直接处理(见下方命令表) **审批/提问卡(双端同卡)** — 微信与 GUI 弹一致的原生审批/提问卡, 谁先回复谁生效(原生防双决) **微信渠道提示词(动态注入)** — 微信消息注入「通过微信」提示;GUI 消息时自动消失 **静…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 5
- mo. downloads
- 4.3K
- Last push
- 2026-08-27
- Created
- 2026-08-14
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, wechat, weixin
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-remote-web-ui
Remote control of a dsh web workspace from phone or PC: QR-code pairing through a token-gated channel, SSE real-time sync, and separate mobile and full desktop GUI modes.
dsh-web-lan-access
AcidGr/dsh-web-lan-access
LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.
dsh-lan-access
Leon0555/dsh-lan-access
LAN access for the Web GUI: 0.0.0.0 bind plus a crypto.randomUUID polyfill for non-secure (LAN HTTP) contexts.
dsh-mobile
cindyguyuehu123/dsh-mobile
Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).