- 홈
- 플러그인
- 워크플로 및 자동화
- dsh-plugins (dsh-wx-push)
W
dsh-plugins (dsh-wx-push)
wwweljf/dsh-plugins/plugins/dsh-wx-push
Auto-send every DSH turn result to WeChat: listens for task completion, extracts the final assistant message and pushes it raw via the WeChat iLink bot (real delivery check, never fake success). Requires the wechat-acp daemon, a separately installed process you log into WeChat with.
설치
dsh plugin --profile web add github:wwweljf/dsh-plugins이 플러그인은 저장소의 plugins/dsh-wx-push 하위 디렉터리에 있습니다.
README
dsh-plugins — DeepSeek Harness 插件集
本仓库包含三个用于 DeepSeek Harness (DSH) 的插件:
| 插件 | 目录 | 说明 |
|---|---|---|
| dsh-ding-sound | plugins/dsh-ding-sound | 对话结束提示音:内置网络热梗原声,设置面板可试听/切换/随机,支持自定义音频目录 |
| dsh-wx-push | plugins/dsh-wx-push | 微信推送:DSH 会话任务结束后自动把结果原文推送到微信(复用 wechat-acp 桥,需另装并扫码登录;真实校验送达) |
| dsh-wx-remote | plugins/dsh-wx-remote | 微信遥控:用微信继续 PC 端未完成的会话(live 注入 / resume 续接,回复原文发回),支持 /会话 绑定;需配置 wechat-acp,仅处理白名单内微信用户(未配置白名单拒绝所有人) |
安装
# 提示音插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-ding-sound
# 微信推送插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-wx-push
# 微信遥控插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-wx-remote
安装后重启 dsh web(提示音插件需刷新浏览器页面,在 设置 → 通用 找到「对话结束提示音」)。
各插件详情
License
MIT