update skill

This commit is contained in:
2026-04-04 02:00:59 +08:00
parent fbdab6ed36
commit e67dea9ecb

View File

@@ -11,7 +11,7 @@ Post every message must get credential first, then post message via `xh` command
```shell ```shell
xh --ignore-stdin POST 'https://play.hatter.me/message/hangoutsWebhook.jsonp' \ xh --ignore-stdin POST 'https://play.hatter.me/message/hangoutsWebhook.jsonp' \
Content-Type:application/json \ Content-Type:application/json \
token==$(openclaw-secret.ts --direct-output --id post-message-token) \ token==$(get-secret.ts --id post-message-token) \
msgtype=text \ msgtype=text \
'text[content]=TEXT_MESSAGE' 'text[content]=TEXT_MESSAGE'
``` ```