dsh-wechat-channel
微信公众号通道:微信消息触发 DSH 会话,回答经客服消息接口推回微信,回调带签名校验与 openid 白名单。
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 plugin add github:Shr-CS/dsh-wechat-channel 简介
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 插件 │…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-16
- 创建于
- 2026-09-16
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- cordis, deepseek-harness, dsh, dsh-plugin, wechat, weixin
同类推荐
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 两种远程形态。
dsh-sev
Buzzso/dsh-sev
本地 GUI 管理你自己服务器上的 DSH 分身:SSH 隧道、远程会话混排列表、一键远程 GUI、隧道掉线自动重连。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-ssh
SSH 远程运维面板:Web 终端、SFTP 传输、本地端口转发与一条命令并发集群执行,Agent 与面板共用同一份主机配置。