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