.claude/skills/openclaw-imessage-ack-reaction/SKILL.md
Configure OpenClaw iMessage reactions/tapbacks. Use when: (1) want OpenClaw agent to react to iMessage messages with a tapback (love, like, laugh, etc.), (2) ackReaction config in openclaw.json doesn't produce iMessage tapbacks, (3) need to understand which reaction types iMessage supports. As of v2026.3.2, the agent can send native iMessage tapbacks via the `message` tool with `action: "react"`. The `ackReactionScope` config remains a no-op for iMessage (only wired for Slack/Discord/Telegram in the gateway).
npx skillsauth add Dbochman/dotfiles openclaw-imessage-ack-reactionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Native iMessage reactions work as of v2026.3.2-beta.1. The agent can send tapbacks
via the message tool with action: "react" and a message_id from inbound metadata.
message tool with action: "react". This sends a native iMessage tapback (not a
text bubble).love, like, dislike, laugh, emphasize, question
(Apple limitation: no custom emoji reactions on iMessage)message_id: The inbound message metadata must include a message_id
for the agent to target. This is provided automatically by the BlueBubbles provider.ackReactionScope config: The messages.ackReactionScope setting in openclaw.json
is a no-op for iMessage. It is only wired for Slack, Discord, and Telegram in the
gateway code. Setting it has no effect on iMessage channels.ackReaction config: Similarly, messages.ackReaction does not trigger automatic
tapbacks on iMessage. The gateway's ack flow only handles Slack/Discord/Telegram.Instruct the agent in SOUL.md to react to messages:
## Acknowledgment
When you receive an iMessage, react to it with a tapback before responding.
Use the message tool with action "react" and the inbound message_id.
The agent will use the message tool with action: "react" to send a native tapback.
Cron jobs and skills can instruct the agent to react as part of their workflow.
imsg react CLI still exists but is NOT used by the gateway; reactions go through
the BlueBubbles Private API (POST /api/v1/message/react)dbochman, not dylanbochmandevelopment
Search the web for current information, news, facts, and answers. Use when asked questions about current events, needing to look something up, finding websites, researching topics, or when you need up-to-date information beyond your training data.
development
Summarize any URL, YouTube video, podcast, PDF, or file into concise text. Use when asked to read an article, summarize a link, get the gist of a video or podcast, extract content from a URL, or when you need to understand what a web page or document contains.
development
Play music via Spotify and control Google Home speakers. Use when asked to play music, songs, artists, playlists, podcasts, or control speakers/volume/audio.
testing
Create new OpenClaw skills, modify and improve existing skills, and measure skill performance with evals. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use when asked to "make a skill", "turn this into a skill", "improve this skill", or "test this skill".