push_wechat_message
Sends a text message to your personal WeChat via ClawBot. Validates the context token first, returning guidance to acquire one if missing or expired.
Instructions
向用户【个人微信】(ClawBot)主动推送一条文本消息。发送前自动验证 context_token:已获取则直接推送;未获取或已失效则返回明确指引,提示先调用 acquire_token 并在手机给 bot 发消息。供 WB 自动化在定时/触发任务完成后调用,把结果推送到用户微信。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要推送到微信的文本内容 | |
| auto_acquire | No | 可选。token 缺失时是否自动尝试获取(会阻塞等待手机消息,默认 false) |