dsh plugins中文
← Back to popular plugin directory

Added wechatnotify tool

wssfk12138/dsh-wechat-notify · skills

A DeepSeek Harness (dsh) plugin that lets your agent reach you on WeChat.

★ 5GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-wechat-notify A DeepSeek Harness (dsh) plugin that lets your agent reach you on WeChat.

dsh-wechat-notify 是 DeepSeek Harness(dsh)的一个插件。 它给 agent 的「工具箱」里新增一个 wechatnotify 工具,让 agent 在需要找你的时候——比如任务完成、 遇到需要你拍板的问题、或长时间运行结束——主动发一条微信通知到你手机上。

它复用的是你本机已经登录、已经跑通的 ClawBot 微信通道,不需要额外搭建服务。 首次连接微信时,还提供扫码登录工具(wechatlogin / wechatloginconfirm),全程可在 dsh 内完成。 ✨ 特性 一个工具搞定:注册 wechatnotify(message),agent 想找你时直接调用。 中文可靠:正文走 UTF-8 文件传递,中文不会变乱码或问号。 结果可读:返回「已发送」或清晰的失败原因,agent 能直接转述给你。 掉线自提示:检测到微信会话过期(如 prepare failed)时,会提示「先给机器人发条消息激活」。 零残留:临时文件用完即删。 零隐私硬编码:微信机器人路径由环境变量注入,仓库里不含任何本机路径。 扫码登录:wechatlogin 一键获取微信登录二维码,wechatloginconfirm 确认并保存凭据,首次连接无需离开 dsh。 📸 演示

Install command

dsh plugin --profile web add github:wssfk12138/dsh-wechat-notify
View GitHub repository ↗Back to popular plugin directory