update skill

This commit is contained in:
2026-03-08 14:26:29 +08:00
parent 64f628f873
commit fbdab6ed36

View File

@@ -11,9 +11,9 @@ 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==$(echo '{"protocolVersion": 1, "provider": "hattersecrets", "ids": ["post-message-token"]}' | openclaw-secret.ts | jq '.values["post-message-token"]' -r) \ token==$(openclaw-secret.ts --direct-output --id post-message-token) \
msgtype=text \ msgtype=text \
'text[content]=TEXT_MESSAGE' 'text[content]=TEXT_MESSAGE'
``` ```
- `TEXT_MESSAGE` is the message to be sent. - `TEXT_MESSAGE` is the message to be sent.