dsh-wechat-channel
WeChat Official Account channel for DSH — WeChat messages run agent turns and the answers are pushed back through the customer-service message API, with signature-checked callbacks and an openid allowlist.
微信公众号通道:微信消息触发 DSH 会话,回答经客服消息接口推回微信,回调带签名校验与 openid 白名单。
How to install
dsh plugin add github:Shr-CS/dsh-wechat-channel About
dsh-wechat-channel 微信公众号通道插件:**在微信里发指令操控 DeepSeek Harness,并把结果推回微信。** ## ⚠️ 两个实测踩到的坑(改了名字和路径就是为了避开它们) > **1. 包名不能叫 dsh-wechat** npm 上已有一个同名第三方包 dsh-wechat(走腾讯 iLink bot 协议)。 DSH 的插件世代系统**按名字解析依赖**:用 dsh-wechat 这个名字, 你的 link: 会被替换成 .generations/live/dsh-wechat+<版本> 的 junction, 加载的就不再是你写的那份代码了。本包因此命名 dsh-wechat-channel。 > **2. 路由不能占用 /wechat/status** 上面那个第三方包注册了 /wechat/qr 与 /wechat/status。 DSH 的 webserver 对**重复路由直接抛错**(duplicate exact route "..."), 会让本插件的 effect 整体失败、插件**静默不激活**(没有明显报错)。 本插件因此使用独立前缀 **/wechat-mp**,两者互不干扰、可以共存。 微信 App ──发消息──▶ 腾讯服务器 ──HTTPS 回调──▶ cloudflared 隧道 │ dsh-wechat 插件 │…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-16
- Created
- 2026-09-16
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordis, deepseek-harness, dsh, dsh-plugin, wechat, weixin
Related plugins
dsh-tether
zexadev/dsh-tether
Use the dsh web UI on your dev machine from an Android or iOS phone, connected peer-to-peer across networks via iroh; no server to set up, with a relay fallback that only carries ciphertext.
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-sev
Buzzso/dsh-sev
Manage your own remote DSH host from the local GUI: SSH tunnels, mixed remote session list, one-click remote GUI, auto-healing tunnels.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-ssh
SSH ops panel for DSH: web terminal, SFTP transfer with progress, local port forwarding, and one-command cluster execution across hosts; agents share the same host config.