ljnljn2005/dsh-clawbot-notify1

dsh-clawbot-notify

DSH plugin: notify personal WeChat via ilink protocol (Weixin ClawBot) when a task completes, errors, or needs user input. Built-in QR login flow and WebUI settings panel.

包名
dsh-clawbot-notify
版本
0.1.0
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ljnljn2005/dsh-clawbot-notify

使用步骤

  1. 首次登录:在任务中让 agent 调用 clawbot_login → 用微信扫二维码 → 手机上确认 → 调用 clawbot_login_confirm。凭据自动保存。
  2. 日常使用:无需任何操作,任务完成/报错/需选择时自动收到微信通知。
  3. 查看状态:可让 agent 调用 clawbot_account 查看当前登录账号与目标。

配置项

字段类型默认说明
titlestringDSH 提醒通知标题前缀
notifyCompletebooleantrue任务完成时通知
notifyErrorbooleantrue任务出错时通知
notifyQuestionbooleantrue需要用户选择时通知
baseUrlstringhttps://ilinkai.weixin.qq.comilink 服务地址
tokenstring""微信 bot token(可选,留空读账号文件)
toUserIdstring""目标用户 ID(可选,留空发给自己/账号绑定用户)
accountIdstring""多账号时指定;留空用最近登录的
accountsDirstring~/.codex-wechat/accounts账号文件目录
timeoutMsnumber15000发送超时
maxContentLengthnumber500消息正文最大字符数
dryRunbooleanfalse试运行:只记日志不真发