From fbdab6ed369c33e64827be661aaee948186ab129 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 8 Mar 2026 14:26:29 +0800 Subject: [PATCH] update skill --- postmessage/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postmessage/SKILL.md b/postmessage/SKILL.md index feb66fb..278fa5a 100644 --- a/postmessage/SKILL.md +++ b/postmessage/SKILL.md @@ -11,9 +11,9 @@ 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==$(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 \ 'text[content]=TEXT_MESSAGE' ``` -- `TEXT_MESSAGE` is the message to be sent. \ No newline at end of file +- `TEXT_MESSAGE` is the message to be sent.