[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-bluebubbles":3,"mdc-widcw7-key":32,"related-org-deepgram-bluebubbles":1867,"related-repo-deepgram-bluebubbles":2016},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":30,"mdContent":31},"bluebubbles","send and manage iMessages","Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel=\"bluebubbles\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"deepgram","Deepgram","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdeepgram.png",[12,16,19],{"name":13,"slug":14,"type":15},"iMessage","imessage","tag",{"name":17,"slug":18,"type":15},"Messaging","messaging",{"name":20,"slug":21,"type":15},"Communications","communications",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:28:57.517914",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fbluebubbles","---\nname: bluebubbles\ndescription: Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel=\"bluebubbles\".\nmetadata: { \"openclaw\": { \"emoji\": \"🫧\", \"requires\": { \"config\": [\"channels.bluebubbles\"] } } }\n---\n\n# BlueBubbles Actions\n\n## Overview\n\nBlueBubbles is OpenClaw’s recommended iMessage integration. Use the `message` tool with `channel: \"bluebubbles\"` to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit\u002Funsend, reply in threads, and manage group participants\u002Fnames\u002Ficons.\n\n## Inputs to collect\n\n- `target` (prefer `chat_guid:...`; also `+15551234567` in E.164 or `user@example.com`)\n- `message` text for send\u002Fedit\u002Freply\n- `messageId` for react\u002Fedit\u002Funsend\u002Freply\n- Attachment `path` for local files, or `buffer` + `filename` for base64\n\nIf the user is vague (\"text my mom\"), ask for the recipient handle or chat guid and the exact message content.\n\n## Actions\n\n### Send a message\n\n```json\n{\n  \"action\": \"send\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"message\": \"hello from OpenClaw\"\n}\n```\n\n### React (tapback)\n\n```json\n{\n  \"action\": \"react\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"emoji\": \"❤️\"\n}\n```\n\n### Remove a reaction\n\n```json\n{\n  \"action\": \"react\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"emoji\": \"❤️\",\n  \"remove\": true\n}\n```\n\n### Edit a previously sent message\n\n```json\n{\n  \"action\": \"edit\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"message\": \"updated text\"\n}\n```\n\n### Unsend a message\n\n```json\n{\n  \"action\": \"unsend\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\"\n}\n```\n\n### Reply to a specific message\n\n```json\n{\n  \"action\": \"reply\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"replyTo\": \"\u003Cmessage-guid>\",\n  \"message\": \"replying to that\"\n}\n```\n\n### Send an attachment\n\n```json\n{\n  \"action\": \"sendAttachment\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"path\": \"\u002Ftmp\u002Fphoto.jpg\",\n  \"caption\": \"here you go\"\n}\n```\n\n### Send with an iMessage effect\n\n```json\n{\n  \"action\": \"sendWithEffect\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"message\": \"big news\",\n  \"effect\": \"balloons\"\n}\n```\n\n## Notes\n\n- Requires gateway config `channels.bluebubbles` (serverUrl\u002Fpassword\u002FwebhookPath).\n- Prefer `chat_guid` targets when you have them (especially for group chats).\n- BlueBubbles supports rich actions, but some are macOS-version dependent (for example, edit may be broken on macOS 26 Tahoe).\n- The gateway may expose both short and full message ids; full ids are more durable across restarts.\n- Developer reference for the underlying plugin lives in `extensions\u002Fbluebubbles\u002FREADME.md`.\n\n## Ideas to try\n\n- React with a tapback to acknowledge a request.\n- Reply in-thread when a user references a specific message.\n- Send a file attachment with a short caption.\n",{"data":33,"body":40},{"name":4,"description":6,"metadata":34},{"openclaw":35},{"emoji":36,"requires":37},"🫧",{"config":38},[39],"channels.bluebubbles",{"type":41,"children":42},"root",[43,52,59,82,88,178,183,189,196,380,386,583,589,811,817,1011,1017,1175,1181,1376,1382,1578,1584,1780,1786,1837,1843,1861],{"type":44,"tag":45,"props":46,"children":48},"element","h1",{"id":47},"bluebubbles-actions",[49],{"type":50,"value":51},"text","BlueBubbles Actions",{"type":44,"tag":53,"props":54,"children":56},"h2",{"id":55},"overview",[57],{"type":50,"value":58},"Overview",{"type":44,"tag":60,"props":61,"children":62},"p",{},[63,65,72,74,80],{"type":50,"value":64},"BlueBubbles is OpenClaw’s recommended iMessage integration. Use the ",{"type":44,"tag":66,"props":67,"children":69},"code",{"className":68},[],[70],{"type":50,"value":71},"message",{"type":50,"value":73}," tool with ",{"type":44,"tag":66,"props":75,"children":77},{"className":76},[],[78],{"type":50,"value":79},"channel: \"bluebubbles\"",{"type":50,"value":81}," to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit\u002Funsend, reply in threads, and manage group participants\u002Fnames\u002Ficons.",{"type":44,"tag":53,"props":83,"children":85},{"id":84},"inputs-to-collect",[86],{"type":50,"value":87},"Inputs to collect",{"type":44,"tag":89,"props":90,"children":91},"ul",{},[92,128,138,149],{"type":44,"tag":93,"props":94,"children":95},"li",{},[96,102,104,110,112,118,120,126],{"type":44,"tag":66,"props":97,"children":99},{"className":98},[],[100],{"type":50,"value":101},"target",{"type":50,"value":103}," (prefer ",{"type":44,"tag":66,"props":105,"children":107},{"className":106},[],[108],{"type":50,"value":109},"chat_guid:...",{"type":50,"value":111},"; also ",{"type":44,"tag":66,"props":113,"children":115},{"className":114},[],[116],{"type":50,"value":117},"+15551234567",{"type":50,"value":119}," in E.164 or ",{"type":44,"tag":66,"props":121,"children":123},{"className":122},[],[124],{"type":50,"value":125},"user@example.com",{"type":50,"value":127},")",{"type":44,"tag":93,"props":129,"children":130},{},[131,136],{"type":44,"tag":66,"props":132,"children":134},{"className":133},[],[135],{"type":50,"value":71},{"type":50,"value":137}," text for send\u002Fedit\u002Freply",{"type":44,"tag":93,"props":139,"children":140},{},[141,147],{"type":44,"tag":66,"props":142,"children":144},{"className":143},[],[145],{"type":50,"value":146},"messageId",{"type":50,"value":148}," for react\u002Fedit\u002Funsend\u002Freply",{"type":44,"tag":93,"props":150,"children":151},{},[152,154,160,162,168,170,176],{"type":50,"value":153},"Attachment ",{"type":44,"tag":66,"props":155,"children":157},{"className":156},[],[158],{"type":50,"value":159},"path",{"type":50,"value":161}," for local files, or ",{"type":44,"tag":66,"props":163,"children":165},{"className":164},[],[166],{"type":50,"value":167},"buffer",{"type":50,"value":169}," + ",{"type":44,"tag":66,"props":171,"children":173},{"className":172},[],[174],{"type":50,"value":175},"filename",{"type":50,"value":177}," for base64",{"type":44,"tag":60,"props":179,"children":180},{},[181],{"type":50,"value":182},"If the user is vague (\"text my mom\"), ask for the recipient handle or chat guid and the exact message content.",{"type":44,"tag":53,"props":184,"children":186},{"id":185},"actions",[187],{"type":50,"value":188},"Actions",{"type":44,"tag":190,"props":191,"children":193},"h3",{"id":192},"send-a-message",[194],{"type":50,"value":195},"Send a message",{"type":44,"tag":197,"props":198,"children":203},"pre",{"className":199,"code":200,"language":201,"meta":202,"style":202},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"action\": \"send\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"message\": \"hello from OpenClaw\"\n}\n","json","",[204],{"type":44,"tag":66,"props":205,"children":206},{"__ignoreMap":202},[207,219,264,301,337,371],{"type":44,"tag":208,"props":209,"children":212},"span",{"class":210,"line":211},"line",1,[213],{"type":44,"tag":208,"props":214,"children":216},{"style":215},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[217],{"type":50,"value":218},"{\n",{"type":44,"tag":208,"props":220,"children":222},{"class":210,"line":221},2,[223,228,234,239,244,249,255,259],{"type":44,"tag":208,"props":224,"children":225},{"style":215},[226],{"type":50,"value":227},"  \"",{"type":44,"tag":208,"props":229,"children":231},{"style":230},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[232],{"type":50,"value":233},"action",{"type":44,"tag":208,"props":235,"children":236},{"style":215},[237],{"type":50,"value":238},"\"",{"type":44,"tag":208,"props":240,"children":241},{"style":215},[242],{"type":50,"value":243},":",{"type":44,"tag":208,"props":245,"children":246},{"style":215},[247],{"type":50,"value":248}," \"",{"type":44,"tag":208,"props":250,"children":252},{"style":251},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[253],{"type":50,"value":254},"send",{"type":44,"tag":208,"props":256,"children":257},{"style":215},[258],{"type":50,"value":238},{"type":44,"tag":208,"props":260,"children":261},{"style":215},[262],{"type":50,"value":263},",\n",{"type":44,"tag":208,"props":265,"children":267},{"class":210,"line":266},3,[268,272,277,281,285,289,293,297],{"type":44,"tag":208,"props":269,"children":270},{"style":215},[271],{"type":50,"value":227},{"type":44,"tag":208,"props":273,"children":274},{"style":230},[275],{"type":50,"value":276},"channel",{"type":44,"tag":208,"props":278,"children":279},{"style":215},[280],{"type":50,"value":238},{"type":44,"tag":208,"props":282,"children":283},{"style":215},[284],{"type":50,"value":243},{"type":44,"tag":208,"props":286,"children":287},{"style":215},[288],{"type":50,"value":248},{"type":44,"tag":208,"props":290,"children":291},{"style":251},[292],{"type":50,"value":4},{"type":44,"tag":208,"props":294,"children":295},{"style":215},[296],{"type":50,"value":238},{"type":44,"tag":208,"props":298,"children":299},{"style":215},[300],{"type":50,"value":263},{"type":44,"tag":208,"props":302,"children":304},{"class":210,"line":303},4,[305,309,313,317,321,325,329,333],{"type":44,"tag":208,"props":306,"children":307},{"style":215},[308],{"type":50,"value":227},{"type":44,"tag":208,"props":310,"children":311},{"style":230},[312],{"type":50,"value":101},{"type":44,"tag":208,"props":314,"children":315},{"style":215},[316],{"type":50,"value":238},{"type":44,"tag":208,"props":318,"children":319},{"style":215},[320],{"type":50,"value":243},{"type":44,"tag":208,"props":322,"children":323},{"style":215},[324],{"type":50,"value":248},{"type":44,"tag":208,"props":326,"children":327},{"style":251},[328],{"type":50,"value":117},{"type":44,"tag":208,"props":330,"children":331},{"style":215},[332],{"type":50,"value":238},{"type":44,"tag":208,"props":334,"children":335},{"style":215},[336],{"type":50,"value":263},{"type":44,"tag":208,"props":338,"children":340},{"class":210,"line":339},5,[341,345,349,353,357,361,366],{"type":44,"tag":208,"props":342,"children":343},{"style":215},[344],{"type":50,"value":227},{"type":44,"tag":208,"props":346,"children":347},{"style":230},[348],{"type":50,"value":71},{"type":44,"tag":208,"props":350,"children":351},{"style":215},[352],{"type":50,"value":238},{"type":44,"tag":208,"props":354,"children":355},{"style":215},[356],{"type":50,"value":243},{"type":44,"tag":208,"props":358,"children":359},{"style":215},[360],{"type":50,"value":248},{"type":44,"tag":208,"props":362,"children":363},{"style":251},[364],{"type":50,"value":365},"hello from OpenClaw",{"type":44,"tag":208,"props":367,"children":368},{"style":215},[369],{"type":50,"value":370},"\"\n",{"type":44,"tag":208,"props":372,"children":374},{"class":210,"line":373},6,[375],{"type":44,"tag":208,"props":376,"children":377},{"style":215},[378],{"type":50,"value":379},"}\n",{"type":44,"tag":190,"props":381,"children":383},{"id":382},"react-tapback",[384],{"type":50,"value":385},"React (tapback)",{"type":44,"tag":197,"props":387,"children":389},{"className":199,"code":388,"language":201,"meta":202,"style":202},"{\n  \"action\": \"react\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"emoji\": \"❤️\"\n}\n",[390],{"type":44,"tag":66,"props":391,"children":392},{"__ignoreMap":202},[393,400,436,471,506,542,575],{"type":44,"tag":208,"props":394,"children":395},{"class":210,"line":211},[396],{"type":44,"tag":208,"props":397,"children":398},{"style":215},[399],{"type":50,"value":218},{"type":44,"tag":208,"props":401,"children":402},{"class":210,"line":221},[403,407,411,415,419,423,428,432],{"type":44,"tag":208,"props":404,"children":405},{"style":215},[406],{"type":50,"value":227},{"type":44,"tag":208,"props":408,"children":409},{"style":230},[410],{"type":50,"value":233},{"type":44,"tag":208,"props":412,"children":413},{"style":215},[414],{"type":50,"value":238},{"type":44,"tag":208,"props":416,"children":417},{"style":215},[418],{"type":50,"value":243},{"type":44,"tag":208,"props":420,"children":421},{"style":215},[422],{"type":50,"value":248},{"type":44,"tag":208,"props":424,"children":425},{"style":251},[426],{"type":50,"value":427},"react",{"type":44,"tag":208,"props":429,"children":430},{"style":215},[431],{"type":50,"value":238},{"type":44,"tag":208,"props":433,"children":434},{"style":215},[435],{"type":50,"value":263},{"type":44,"tag":208,"props":437,"children":438},{"class":210,"line":266},[439,443,447,451,455,459,463,467],{"type":44,"tag":208,"props":440,"children":441},{"style":215},[442],{"type":50,"value":227},{"type":44,"tag":208,"props":444,"children":445},{"style":230},[446],{"type":50,"value":276},{"type":44,"tag":208,"props":448,"children":449},{"style":215},[450],{"type":50,"value":238},{"type":44,"tag":208,"props":452,"children":453},{"style":215},[454],{"type":50,"value":243},{"type":44,"tag":208,"props":456,"children":457},{"style":215},[458],{"type":50,"value":248},{"type":44,"tag":208,"props":460,"children":461},{"style":251},[462],{"type":50,"value":4},{"type":44,"tag":208,"props":464,"children":465},{"style":215},[466],{"type":50,"value":238},{"type":44,"tag":208,"props":468,"children":469},{"style":215},[470],{"type":50,"value":263},{"type":44,"tag":208,"props":472,"children":473},{"class":210,"line":303},[474,478,482,486,490,494,498,502],{"type":44,"tag":208,"props":475,"children":476},{"style":215},[477],{"type":50,"value":227},{"type":44,"tag":208,"props":479,"children":480},{"style":230},[481],{"type":50,"value":101},{"type":44,"tag":208,"props":483,"children":484},{"style":215},[485],{"type":50,"value":238},{"type":44,"tag":208,"props":487,"children":488},{"style":215},[489],{"type":50,"value":243},{"type":44,"tag":208,"props":491,"children":492},{"style":215},[493],{"type":50,"value":248},{"type":44,"tag":208,"props":495,"children":496},{"style":251},[497],{"type":50,"value":117},{"type":44,"tag":208,"props":499,"children":500},{"style":215},[501],{"type":50,"value":238},{"type":44,"tag":208,"props":503,"children":504},{"style":215},[505],{"type":50,"value":263},{"type":44,"tag":208,"props":507,"children":508},{"class":210,"line":339},[509,513,517,521,525,529,534,538],{"type":44,"tag":208,"props":510,"children":511},{"style":215},[512],{"type":50,"value":227},{"type":44,"tag":208,"props":514,"children":515},{"style":230},[516],{"type":50,"value":146},{"type":44,"tag":208,"props":518,"children":519},{"style":215},[520],{"type":50,"value":238},{"type":44,"tag":208,"props":522,"children":523},{"style":215},[524],{"type":50,"value":243},{"type":44,"tag":208,"props":526,"children":527},{"style":215},[528],{"type":50,"value":248},{"type":44,"tag":208,"props":530,"children":531},{"style":251},[532],{"type":50,"value":533},"\u003Cmessage-guid>",{"type":44,"tag":208,"props":535,"children":536},{"style":215},[537],{"type":50,"value":238},{"type":44,"tag":208,"props":539,"children":540},{"style":215},[541],{"type":50,"value":263},{"type":44,"tag":208,"props":543,"children":544},{"class":210,"line":373},[545,549,554,558,562,566,571],{"type":44,"tag":208,"props":546,"children":547},{"style":215},[548],{"type":50,"value":227},{"type":44,"tag":208,"props":550,"children":551},{"style":230},[552],{"type":50,"value":553},"emoji",{"type":44,"tag":208,"props":555,"children":556},{"style":215},[557],{"type":50,"value":238},{"type":44,"tag":208,"props":559,"children":560},{"style":215},[561],{"type":50,"value":243},{"type":44,"tag":208,"props":563,"children":564},{"style":215},[565],{"type":50,"value":248},{"type":44,"tag":208,"props":567,"children":568},{"style":251},[569],{"type":50,"value":570},"❤️",{"type":44,"tag":208,"props":572,"children":573},{"style":215},[574],{"type":50,"value":370},{"type":44,"tag":208,"props":576,"children":578},{"class":210,"line":577},7,[579],{"type":44,"tag":208,"props":580,"children":581},{"style":215},[582],{"type":50,"value":379},{"type":44,"tag":190,"props":584,"children":586},{"id":585},"remove-a-reaction",[587],{"type":50,"value":588},"Remove a reaction",{"type":44,"tag":197,"props":590,"children":592},{"className":199,"code":591,"language":201,"meta":202,"style":202},"{\n  \"action\": \"react\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"emoji\": \"❤️\",\n  \"remove\": true\n}\n",[593],{"type":44,"tag":66,"props":594,"children":595},{"__ignoreMap":202},[596,603,638,673,708,743,778,803],{"type":44,"tag":208,"props":597,"children":598},{"class":210,"line":211},[599],{"type":44,"tag":208,"props":600,"children":601},{"style":215},[602],{"type":50,"value":218},{"type":44,"tag":208,"props":604,"children":605},{"class":210,"line":221},[606,610,614,618,622,626,630,634],{"type":44,"tag":208,"props":607,"children":608},{"style":215},[609],{"type":50,"value":227},{"type":44,"tag":208,"props":611,"children":612},{"style":230},[613],{"type":50,"value":233},{"type":44,"tag":208,"props":615,"children":616},{"style":215},[617],{"type":50,"value":238},{"type":44,"tag":208,"props":619,"children":620},{"style":215},[621],{"type":50,"value":243},{"type":44,"tag":208,"props":623,"children":624},{"style":215},[625],{"type":50,"value":248},{"type":44,"tag":208,"props":627,"children":628},{"style":251},[629],{"type":50,"value":427},{"type":44,"tag":208,"props":631,"children":632},{"style":215},[633],{"type":50,"value":238},{"type":44,"tag":208,"props":635,"children":636},{"style":215},[637],{"type":50,"value":263},{"type":44,"tag":208,"props":639,"children":640},{"class":210,"line":266},[641,645,649,653,657,661,665,669],{"type":44,"tag":208,"props":642,"children":643},{"style":215},[644],{"type":50,"value":227},{"type":44,"tag":208,"props":646,"children":647},{"style":230},[648],{"type":50,"value":276},{"type":44,"tag":208,"props":650,"children":651},{"style":215},[652],{"type":50,"value":238},{"type":44,"tag":208,"props":654,"children":655},{"style":215},[656],{"type":50,"value":243},{"type":44,"tag":208,"props":658,"children":659},{"style":215},[660],{"type":50,"value":248},{"type":44,"tag":208,"props":662,"children":663},{"style":251},[664],{"type":50,"value":4},{"type":44,"tag":208,"props":666,"children":667},{"style":215},[668],{"type":50,"value":238},{"type":44,"tag":208,"props":670,"children":671},{"style":215},[672],{"type":50,"value":263},{"type":44,"tag":208,"props":674,"children":675},{"class":210,"line":303},[676,680,684,688,692,696,700,704],{"type":44,"tag":208,"props":677,"children":678},{"style":215},[679],{"type":50,"value":227},{"type":44,"tag":208,"props":681,"children":682},{"style":230},[683],{"type":50,"value":101},{"type":44,"tag":208,"props":685,"children":686},{"style":215},[687],{"type":50,"value":238},{"type":44,"tag":208,"props":689,"children":690},{"style":215},[691],{"type":50,"value":243},{"type":44,"tag":208,"props":693,"children":694},{"style":215},[695],{"type":50,"value":248},{"type":44,"tag":208,"props":697,"children":698},{"style":251},[699],{"type":50,"value":117},{"type":44,"tag":208,"props":701,"children":702},{"style":215},[703],{"type":50,"value":238},{"type":44,"tag":208,"props":705,"children":706},{"style":215},[707],{"type":50,"value":263},{"type":44,"tag":208,"props":709,"children":710},{"class":210,"line":339},[711,715,719,723,727,731,735,739],{"type":44,"tag":208,"props":712,"children":713},{"style":215},[714],{"type":50,"value":227},{"type":44,"tag":208,"props":716,"children":717},{"style":230},[718],{"type":50,"value":146},{"type":44,"tag":208,"props":720,"children":721},{"style":215},[722],{"type":50,"value":238},{"type":44,"tag":208,"props":724,"children":725},{"style":215},[726],{"type":50,"value":243},{"type":44,"tag":208,"props":728,"children":729},{"style":215},[730],{"type":50,"value":248},{"type":44,"tag":208,"props":732,"children":733},{"style":251},[734],{"type":50,"value":533},{"type":44,"tag":208,"props":736,"children":737},{"style":215},[738],{"type":50,"value":238},{"type":44,"tag":208,"props":740,"children":741},{"style":215},[742],{"type":50,"value":263},{"type":44,"tag":208,"props":744,"children":745},{"class":210,"line":373},[746,750,754,758,762,766,770,774],{"type":44,"tag":208,"props":747,"children":748},{"style":215},[749],{"type":50,"value":227},{"type":44,"tag":208,"props":751,"children":752},{"style":230},[753],{"type":50,"value":553},{"type":44,"tag":208,"props":755,"children":756},{"style":215},[757],{"type":50,"value":238},{"type":44,"tag":208,"props":759,"children":760},{"style":215},[761],{"type":50,"value":243},{"type":44,"tag":208,"props":763,"children":764},{"style":215},[765],{"type":50,"value":248},{"type":44,"tag":208,"props":767,"children":768},{"style":251},[769],{"type":50,"value":570},{"type":44,"tag":208,"props":771,"children":772},{"style":215},[773],{"type":50,"value":238},{"type":44,"tag":208,"props":775,"children":776},{"style":215},[777],{"type":50,"value":263},{"type":44,"tag":208,"props":779,"children":780},{"class":210,"line":577},[781,785,790,794,798],{"type":44,"tag":208,"props":782,"children":783},{"style":215},[784],{"type":50,"value":227},{"type":44,"tag":208,"props":786,"children":787},{"style":230},[788],{"type":50,"value":789},"remove",{"type":44,"tag":208,"props":791,"children":792},{"style":215},[793],{"type":50,"value":238},{"type":44,"tag":208,"props":795,"children":796},{"style":215},[797],{"type":50,"value":243},{"type":44,"tag":208,"props":799,"children":800},{"style":215},[801],{"type":50,"value":802}," true\n",{"type":44,"tag":208,"props":804,"children":806},{"class":210,"line":805},8,[807],{"type":44,"tag":208,"props":808,"children":809},{"style":215},[810],{"type":50,"value":379},{"type":44,"tag":190,"props":812,"children":814},{"id":813},"edit-a-previously-sent-message",[815],{"type":50,"value":816},"Edit a previously sent message",{"type":44,"tag":197,"props":818,"children":820},{"className":199,"code":819,"language":201,"meta":202,"style":202},"{\n  \"action\": \"edit\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\",\n  \"message\": \"updated text\"\n}\n",[821],{"type":44,"tag":66,"props":822,"children":823},{"__ignoreMap":202},[824,831,867,902,937,972,1004],{"type":44,"tag":208,"props":825,"children":826},{"class":210,"line":211},[827],{"type":44,"tag":208,"props":828,"children":829},{"style":215},[830],{"type":50,"value":218},{"type":44,"tag":208,"props":832,"children":833},{"class":210,"line":221},[834,838,842,846,850,854,859,863],{"type":44,"tag":208,"props":835,"children":836},{"style":215},[837],{"type":50,"value":227},{"type":44,"tag":208,"props":839,"children":840},{"style":230},[841],{"type":50,"value":233},{"type":44,"tag":208,"props":843,"children":844},{"style":215},[845],{"type":50,"value":238},{"type":44,"tag":208,"props":847,"children":848},{"style":215},[849],{"type":50,"value":243},{"type":44,"tag":208,"props":851,"children":852},{"style":215},[853],{"type":50,"value":248},{"type":44,"tag":208,"props":855,"children":856},{"style":251},[857],{"type":50,"value":858},"edit",{"type":44,"tag":208,"props":860,"children":861},{"style":215},[862],{"type":50,"value":238},{"type":44,"tag":208,"props":864,"children":865},{"style":215},[866],{"type":50,"value":263},{"type":44,"tag":208,"props":868,"children":869},{"class":210,"line":266},[870,874,878,882,886,890,894,898],{"type":44,"tag":208,"props":871,"children":872},{"style":215},[873],{"type":50,"value":227},{"type":44,"tag":208,"props":875,"children":876},{"style":230},[877],{"type":50,"value":276},{"type":44,"tag":208,"props":879,"children":880},{"style":215},[881],{"type":50,"value":238},{"type":44,"tag":208,"props":883,"children":884},{"style":215},[885],{"type":50,"value":243},{"type":44,"tag":208,"props":887,"children":888},{"style":215},[889],{"type":50,"value":248},{"type":44,"tag":208,"props":891,"children":892},{"style":251},[893],{"type":50,"value":4},{"type":44,"tag":208,"props":895,"children":896},{"style":215},[897],{"type":50,"value":238},{"type":44,"tag":208,"props":899,"children":900},{"style":215},[901],{"type":50,"value":263},{"type":44,"tag":208,"props":903,"children":904},{"class":210,"line":303},[905,909,913,917,921,925,929,933],{"type":44,"tag":208,"props":906,"children":907},{"style":215},[908],{"type":50,"value":227},{"type":44,"tag":208,"props":910,"children":911},{"style":230},[912],{"type":50,"value":101},{"type":44,"tag":208,"props":914,"children":915},{"style":215},[916],{"type":50,"value":238},{"type":44,"tag":208,"props":918,"children":919},{"style":215},[920],{"type":50,"value":243},{"type":44,"tag":208,"props":922,"children":923},{"style":215},[924],{"type":50,"value":248},{"type":44,"tag":208,"props":926,"children":927},{"style":251},[928],{"type":50,"value":117},{"type":44,"tag":208,"props":930,"children":931},{"style":215},[932],{"type":50,"value":238},{"type":44,"tag":208,"props":934,"children":935},{"style":215},[936],{"type":50,"value":263},{"type":44,"tag":208,"props":938,"children":939},{"class":210,"line":339},[940,944,948,952,956,960,964,968],{"type":44,"tag":208,"props":941,"children":942},{"style":215},[943],{"type":50,"value":227},{"type":44,"tag":208,"props":945,"children":946},{"style":230},[947],{"type":50,"value":146},{"type":44,"tag":208,"props":949,"children":950},{"style":215},[951],{"type":50,"value":238},{"type":44,"tag":208,"props":953,"children":954},{"style":215},[955],{"type":50,"value":243},{"type":44,"tag":208,"props":957,"children":958},{"style":215},[959],{"type":50,"value":248},{"type":44,"tag":208,"props":961,"children":962},{"style":251},[963],{"type":50,"value":533},{"type":44,"tag":208,"props":965,"children":966},{"style":215},[967],{"type":50,"value":238},{"type":44,"tag":208,"props":969,"children":970},{"style":215},[971],{"type":50,"value":263},{"type":44,"tag":208,"props":973,"children":974},{"class":210,"line":373},[975,979,983,987,991,995,1000],{"type":44,"tag":208,"props":976,"children":977},{"style":215},[978],{"type":50,"value":227},{"type":44,"tag":208,"props":980,"children":981},{"style":230},[982],{"type":50,"value":71},{"type":44,"tag":208,"props":984,"children":985},{"style":215},[986],{"type":50,"value":238},{"type":44,"tag":208,"props":988,"children":989},{"style":215},[990],{"type":50,"value":243},{"type":44,"tag":208,"props":992,"children":993},{"style":215},[994],{"type":50,"value":248},{"type":44,"tag":208,"props":996,"children":997},{"style":251},[998],{"type":50,"value":999},"updated text",{"type":44,"tag":208,"props":1001,"children":1002},{"style":215},[1003],{"type":50,"value":370},{"type":44,"tag":208,"props":1005,"children":1006},{"class":210,"line":577},[1007],{"type":44,"tag":208,"props":1008,"children":1009},{"style":215},[1010],{"type":50,"value":379},{"type":44,"tag":190,"props":1012,"children":1014},{"id":1013},"unsend-a-message",[1015],{"type":50,"value":1016},"Unsend a message",{"type":44,"tag":197,"props":1018,"children":1020},{"className":199,"code":1019,"language":201,"meta":202,"style":202},"{\n  \"action\": \"unsend\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"messageId\": \"\u003Cmessage-guid>\"\n}\n",[1021],{"type":44,"tag":66,"props":1022,"children":1023},{"__ignoreMap":202},[1024,1031,1067,1102,1137,1168],{"type":44,"tag":208,"props":1025,"children":1026},{"class":210,"line":211},[1027],{"type":44,"tag":208,"props":1028,"children":1029},{"style":215},[1030],{"type":50,"value":218},{"type":44,"tag":208,"props":1032,"children":1033},{"class":210,"line":221},[1034,1038,1042,1046,1050,1054,1059,1063],{"type":44,"tag":208,"props":1035,"children":1036},{"style":215},[1037],{"type":50,"value":227},{"type":44,"tag":208,"props":1039,"children":1040},{"style":230},[1041],{"type":50,"value":233},{"type":44,"tag":208,"props":1043,"children":1044},{"style":215},[1045],{"type":50,"value":238},{"type":44,"tag":208,"props":1047,"children":1048},{"style":215},[1049],{"type":50,"value":243},{"type":44,"tag":208,"props":1051,"children":1052},{"style":215},[1053],{"type":50,"value":248},{"type":44,"tag":208,"props":1055,"children":1056},{"style":251},[1057],{"type":50,"value":1058},"unsend",{"type":44,"tag":208,"props":1060,"children":1061},{"style":215},[1062],{"type":50,"value":238},{"type":44,"tag":208,"props":1064,"children":1065},{"style":215},[1066],{"type":50,"value":263},{"type":44,"tag":208,"props":1068,"children":1069},{"class":210,"line":266},[1070,1074,1078,1082,1086,1090,1094,1098],{"type":44,"tag":208,"props":1071,"children":1072},{"style":215},[1073],{"type":50,"value":227},{"type":44,"tag":208,"props":1075,"children":1076},{"style":230},[1077],{"type":50,"value":276},{"type":44,"tag":208,"props":1079,"children":1080},{"style":215},[1081],{"type":50,"value":238},{"type":44,"tag":208,"props":1083,"children":1084},{"style":215},[1085],{"type":50,"value":243},{"type":44,"tag":208,"props":1087,"children":1088},{"style":215},[1089],{"type":50,"value":248},{"type":44,"tag":208,"props":1091,"children":1092},{"style":251},[1093],{"type":50,"value":4},{"type":44,"tag":208,"props":1095,"children":1096},{"style":215},[1097],{"type":50,"value":238},{"type":44,"tag":208,"props":1099,"children":1100},{"style":215},[1101],{"type":50,"value":263},{"type":44,"tag":208,"props":1103,"children":1104},{"class":210,"line":303},[1105,1109,1113,1117,1121,1125,1129,1133],{"type":44,"tag":208,"props":1106,"children":1107},{"style":215},[1108],{"type":50,"value":227},{"type":44,"tag":208,"props":1110,"children":1111},{"style":230},[1112],{"type":50,"value":101},{"type":44,"tag":208,"props":1114,"children":1115},{"style":215},[1116],{"type":50,"value":238},{"type":44,"tag":208,"props":1118,"children":1119},{"style":215},[1120],{"type":50,"value":243},{"type":44,"tag":208,"props":1122,"children":1123},{"style":215},[1124],{"type":50,"value":248},{"type":44,"tag":208,"props":1126,"children":1127},{"style":251},[1128],{"type":50,"value":117},{"type":44,"tag":208,"props":1130,"children":1131},{"style":215},[1132],{"type":50,"value":238},{"type":44,"tag":208,"props":1134,"children":1135},{"style":215},[1136],{"type":50,"value":263},{"type":44,"tag":208,"props":1138,"children":1139},{"class":210,"line":339},[1140,1144,1148,1152,1156,1160,1164],{"type":44,"tag":208,"props":1141,"children":1142},{"style":215},[1143],{"type":50,"value":227},{"type":44,"tag":208,"props":1145,"children":1146},{"style":230},[1147],{"type":50,"value":146},{"type":44,"tag":208,"props":1149,"children":1150},{"style":215},[1151],{"type":50,"value":238},{"type":44,"tag":208,"props":1153,"children":1154},{"style":215},[1155],{"type":50,"value":243},{"type":44,"tag":208,"props":1157,"children":1158},{"style":215},[1159],{"type":50,"value":248},{"type":44,"tag":208,"props":1161,"children":1162},{"style":251},[1163],{"type":50,"value":533},{"type":44,"tag":208,"props":1165,"children":1166},{"style":215},[1167],{"type":50,"value":370},{"type":44,"tag":208,"props":1169,"children":1170},{"class":210,"line":373},[1171],{"type":44,"tag":208,"props":1172,"children":1173},{"style":215},[1174],{"type":50,"value":379},{"type":44,"tag":190,"props":1176,"children":1178},{"id":1177},"reply-to-a-specific-message",[1179],{"type":50,"value":1180},"Reply to a specific message",{"type":44,"tag":197,"props":1182,"children":1184},{"className":199,"code":1183,"language":201,"meta":202,"style":202},"{\n  \"action\": \"reply\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"replyTo\": \"\u003Cmessage-guid>\",\n  \"message\": \"replying to that\"\n}\n",[1185],{"type":44,"tag":66,"props":1186,"children":1187},{"__ignoreMap":202},[1188,1195,1231,1266,1301,1337,1369],{"type":44,"tag":208,"props":1189,"children":1190},{"class":210,"line":211},[1191],{"type":44,"tag":208,"props":1192,"children":1193},{"style":215},[1194],{"type":50,"value":218},{"type":44,"tag":208,"props":1196,"children":1197},{"class":210,"line":221},[1198,1202,1206,1210,1214,1218,1223,1227],{"type":44,"tag":208,"props":1199,"children":1200},{"style":215},[1201],{"type":50,"value":227},{"type":44,"tag":208,"props":1203,"children":1204},{"style":230},[1205],{"type":50,"value":233},{"type":44,"tag":208,"props":1207,"children":1208},{"style":215},[1209],{"type":50,"value":238},{"type":44,"tag":208,"props":1211,"children":1212},{"style":215},[1213],{"type":50,"value":243},{"type":44,"tag":208,"props":1215,"children":1216},{"style":215},[1217],{"type":50,"value":248},{"type":44,"tag":208,"props":1219,"children":1220},{"style":251},[1221],{"type":50,"value":1222},"reply",{"type":44,"tag":208,"props":1224,"children":1225},{"style":215},[1226],{"type":50,"value":238},{"type":44,"tag":208,"props":1228,"children":1229},{"style":215},[1230],{"type":50,"value":263},{"type":44,"tag":208,"props":1232,"children":1233},{"class":210,"line":266},[1234,1238,1242,1246,1250,1254,1258,1262],{"type":44,"tag":208,"props":1235,"children":1236},{"style":215},[1237],{"type":50,"value":227},{"type":44,"tag":208,"props":1239,"children":1240},{"style":230},[1241],{"type":50,"value":276},{"type":44,"tag":208,"props":1243,"children":1244},{"style":215},[1245],{"type":50,"value":238},{"type":44,"tag":208,"props":1247,"children":1248},{"style":215},[1249],{"type":50,"value":243},{"type":44,"tag":208,"props":1251,"children":1252},{"style":215},[1253],{"type":50,"value":248},{"type":44,"tag":208,"props":1255,"children":1256},{"style":251},[1257],{"type":50,"value":4},{"type":44,"tag":208,"props":1259,"children":1260},{"style":215},[1261],{"type":50,"value":238},{"type":44,"tag":208,"props":1263,"children":1264},{"style":215},[1265],{"type":50,"value":263},{"type":44,"tag":208,"props":1267,"children":1268},{"class":210,"line":303},[1269,1273,1277,1281,1285,1289,1293,1297],{"type":44,"tag":208,"props":1270,"children":1271},{"style":215},[1272],{"type":50,"value":227},{"type":44,"tag":208,"props":1274,"children":1275},{"style":230},[1276],{"type":50,"value":101},{"type":44,"tag":208,"props":1278,"children":1279},{"style":215},[1280],{"type":50,"value":238},{"type":44,"tag":208,"props":1282,"children":1283},{"style":215},[1284],{"type":50,"value":243},{"type":44,"tag":208,"props":1286,"children":1287},{"style":215},[1288],{"type":50,"value":248},{"type":44,"tag":208,"props":1290,"children":1291},{"style":251},[1292],{"type":50,"value":117},{"type":44,"tag":208,"props":1294,"children":1295},{"style":215},[1296],{"type":50,"value":238},{"type":44,"tag":208,"props":1298,"children":1299},{"style":215},[1300],{"type":50,"value":263},{"type":44,"tag":208,"props":1302,"children":1303},{"class":210,"line":339},[1304,1308,1313,1317,1321,1325,1329,1333],{"type":44,"tag":208,"props":1305,"children":1306},{"style":215},[1307],{"type":50,"value":227},{"type":44,"tag":208,"props":1309,"children":1310},{"style":230},[1311],{"type":50,"value":1312},"replyTo",{"type":44,"tag":208,"props":1314,"children":1315},{"style":215},[1316],{"type":50,"value":238},{"type":44,"tag":208,"props":1318,"children":1319},{"style":215},[1320],{"type":50,"value":243},{"type":44,"tag":208,"props":1322,"children":1323},{"style":215},[1324],{"type":50,"value":248},{"type":44,"tag":208,"props":1326,"children":1327},{"style":251},[1328],{"type":50,"value":533},{"type":44,"tag":208,"props":1330,"children":1331},{"style":215},[1332],{"type":50,"value":238},{"type":44,"tag":208,"props":1334,"children":1335},{"style":215},[1336],{"type":50,"value":263},{"type":44,"tag":208,"props":1338,"children":1339},{"class":210,"line":373},[1340,1344,1348,1352,1356,1360,1365],{"type":44,"tag":208,"props":1341,"children":1342},{"style":215},[1343],{"type":50,"value":227},{"type":44,"tag":208,"props":1345,"children":1346},{"style":230},[1347],{"type":50,"value":71},{"type":44,"tag":208,"props":1349,"children":1350},{"style":215},[1351],{"type":50,"value":238},{"type":44,"tag":208,"props":1353,"children":1354},{"style":215},[1355],{"type":50,"value":243},{"type":44,"tag":208,"props":1357,"children":1358},{"style":215},[1359],{"type":50,"value":248},{"type":44,"tag":208,"props":1361,"children":1362},{"style":251},[1363],{"type":50,"value":1364},"replying to that",{"type":44,"tag":208,"props":1366,"children":1367},{"style":215},[1368],{"type":50,"value":370},{"type":44,"tag":208,"props":1370,"children":1371},{"class":210,"line":577},[1372],{"type":44,"tag":208,"props":1373,"children":1374},{"style":215},[1375],{"type":50,"value":379},{"type":44,"tag":190,"props":1377,"children":1379},{"id":1378},"send-an-attachment",[1380],{"type":50,"value":1381},"Send an attachment",{"type":44,"tag":197,"props":1383,"children":1385},{"className":199,"code":1384,"language":201,"meta":202,"style":202},"{\n  \"action\": \"sendAttachment\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"path\": \"\u002Ftmp\u002Fphoto.jpg\",\n  \"caption\": \"here you go\"\n}\n",[1386],{"type":44,"tag":66,"props":1387,"children":1388},{"__ignoreMap":202},[1389,1396,1432,1467,1502,1538,1571],{"type":44,"tag":208,"props":1390,"children":1391},{"class":210,"line":211},[1392],{"type":44,"tag":208,"props":1393,"children":1394},{"style":215},[1395],{"type":50,"value":218},{"type":44,"tag":208,"props":1397,"children":1398},{"class":210,"line":221},[1399,1403,1407,1411,1415,1419,1424,1428],{"type":44,"tag":208,"props":1400,"children":1401},{"style":215},[1402],{"type":50,"value":227},{"type":44,"tag":208,"props":1404,"children":1405},{"style":230},[1406],{"type":50,"value":233},{"type":44,"tag":208,"props":1408,"children":1409},{"style":215},[1410],{"type":50,"value":238},{"type":44,"tag":208,"props":1412,"children":1413},{"style":215},[1414],{"type":50,"value":243},{"type":44,"tag":208,"props":1416,"children":1417},{"style":215},[1418],{"type":50,"value":248},{"type":44,"tag":208,"props":1420,"children":1421},{"style":251},[1422],{"type":50,"value":1423},"sendAttachment",{"type":44,"tag":208,"props":1425,"children":1426},{"style":215},[1427],{"type":50,"value":238},{"type":44,"tag":208,"props":1429,"children":1430},{"style":215},[1431],{"type":50,"value":263},{"type":44,"tag":208,"props":1433,"children":1434},{"class":210,"line":266},[1435,1439,1443,1447,1451,1455,1459,1463],{"type":44,"tag":208,"props":1436,"children":1437},{"style":215},[1438],{"type":50,"value":227},{"type":44,"tag":208,"props":1440,"children":1441},{"style":230},[1442],{"type":50,"value":276},{"type":44,"tag":208,"props":1444,"children":1445},{"style":215},[1446],{"type":50,"value":238},{"type":44,"tag":208,"props":1448,"children":1449},{"style":215},[1450],{"type":50,"value":243},{"type":44,"tag":208,"props":1452,"children":1453},{"style":215},[1454],{"type":50,"value":248},{"type":44,"tag":208,"props":1456,"children":1457},{"style":251},[1458],{"type":50,"value":4},{"type":44,"tag":208,"props":1460,"children":1461},{"style":215},[1462],{"type":50,"value":238},{"type":44,"tag":208,"props":1464,"children":1465},{"style":215},[1466],{"type":50,"value":263},{"type":44,"tag":208,"props":1468,"children":1469},{"class":210,"line":303},[1470,1474,1478,1482,1486,1490,1494,1498],{"type":44,"tag":208,"props":1471,"children":1472},{"style":215},[1473],{"type":50,"value":227},{"type":44,"tag":208,"props":1475,"children":1476},{"style":230},[1477],{"type":50,"value":101},{"type":44,"tag":208,"props":1479,"children":1480},{"style":215},[1481],{"type":50,"value":238},{"type":44,"tag":208,"props":1483,"children":1484},{"style":215},[1485],{"type":50,"value":243},{"type":44,"tag":208,"props":1487,"children":1488},{"style":215},[1489],{"type":50,"value":248},{"type":44,"tag":208,"props":1491,"children":1492},{"style":251},[1493],{"type":50,"value":117},{"type":44,"tag":208,"props":1495,"children":1496},{"style":215},[1497],{"type":50,"value":238},{"type":44,"tag":208,"props":1499,"children":1500},{"style":215},[1501],{"type":50,"value":263},{"type":44,"tag":208,"props":1503,"children":1504},{"class":210,"line":339},[1505,1509,1513,1517,1521,1525,1530,1534],{"type":44,"tag":208,"props":1506,"children":1507},{"style":215},[1508],{"type":50,"value":227},{"type":44,"tag":208,"props":1510,"children":1511},{"style":230},[1512],{"type":50,"value":159},{"type":44,"tag":208,"props":1514,"children":1515},{"style":215},[1516],{"type":50,"value":238},{"type":44,"tag":208,"props":1518,"children":1519},{"style":215},[1520],{"type":50,"value":243},{"type":44,"tag":208,"props":1522,"children":1523},{"style":215},[1524],{"type":50,"value":248},{"type":44,"tag":208,"props":1526,"children":1527},{"style":251},[1528],{"type":50,"value":1529},"\u002Ftmp\u002Fphoto.jpg",{"type":44,"tag":208,"props":1531,"children":1532},{"style":215},[1533],{"type":50,"value":238},{"type":44,"tag":208,"props":1535,"children":1536},{"style":215},[1537],{"type":50,"value":263},{"type":44,"tag":208,"props":1539,"children":1540},{"class":210,"line":373},[1541,1545,1550,1554,1558,1562,1567],{"type":44,"tag":208,"props":1542,"children":1543},{"style":215},[1544],{"type":50,"value":227},{"type":44,"tag":208,"props":1546,"children":1547},{"style":230},[1548],{"type":50,"value":1549},"caption",{"type":44,"tag":208,"props":1551,"children":1552},{"style":215},[1553],{"type":50,"value":238},{"type":44,"tag":208,"props":1555,"children":1556},{"style":215},[1557],{"type":50,"value":243},{"type":44,"tag":208,"props":1559,"children":1560},{"style":215},[1561],{"type":50,"value":248},{"type":44,"tag":208,"props":1563,"children":1564},{"style":251},[1565],{"type":50,"value":1566},"here you go",{"type":44,"tag":208,"props":1568,"children":1569},{"style":215},[1570],{"type":50,"value":370},{"type":44,"tag":208,"props":1572,"children":1573},{"class":210,"line":577},[1574],{"type":44,"tag":208,"props":1575,"children":1576},{"style":215},[1577],{"type":50,"value":379},{"type":44,"tag":190,"props":1579,"children":1581},{"id":1580},"send-with-an-imessage-effect",[1582],{"type":50,"value":1583},"Send with an iMessage effect",{"type":44,"tag":197,"props":1585,"children":1587},{"className":199,"code":1586,"language":201,"meta":202,"style":202},"{\n  \"action\": \"sendWithEffect\",\n  \"channel\": \"bluebubbles\",\n  \"target\": \"+15551234567\",\n  \"message\": \"big news\",\n  \"effect\": \"balloons\"\n}\n",[1588],{"type":44,"tag":66,"props":1589,"children":1590},{"__ignoreMap":202},[1591,1598,1634,1669,1704,1740,1773],{"type":44,"tag":208,"props":1592,"children":1593},{"class":210,"line":211},[1594],{"type":44,"tag":208,"props":1595,"children":1596},{"style":215},[1597],{"type":50,"value":218},{"type":44,"tag":208,"props":1599,"children":1600},{"class":210,"line":221},[1601,1605,1609,1613,1617,1621,1626,1630],{"type":44,"tag":208,"props":1602,"children":1603},{"style":215},[1604],{"type":50,"value":227},{"type":44,"tag":208,"props":1606,"children":1607},{"style":230},[1608],{"type":50,"value":233},{"type":44,"tag":208,"props":1610,"children":1611},{"style":215},[1612],{"type":50,"value":238},{"type":44,"tag":208,"props":1614,"children":1615},{"style":215},[1616],{"type":50,"value":243},{"type":44,"tag":208,"props":1618,"children":1619},{"style":215},[1620],{"type":50,"value":248},{"type":44,"tag":208,"props":1622,"children":1623},{"style":251},[1624],{"type":50,"value":1625},"sendWithEffect",{"type":44,"tag":208,"props":1627,"children":1628},{"style":215},[1629],{"type":50,"value":238},{"type":44,"tag":208,"props":1631,"children":1632},{"style":215},[1633],{"type":50,"value":263},{"type":44,"tag":208,"props":1635,"children":1636},{"class":210,"line":266},[1637,1641,1645,1649,1653,1657,1661,1665],{"type":44,"tag":208,"props":1638,"children":1639},{"style":215},[1640],{"type":50,"value":227},{"type":44,"tag":208,"props":1642,"children":1643},{"style":230},[1644],{"type":50,"value":276},{"type":44,"tag":208,"props":1646,"children":1647},{"style":215},[1648],{"type":50,"value":238},{"type":44,"tag":208,"props":1650,"children":1651},{"style":215},[1652],{"type":50,"value":243},{"type":44,"tag":208,"props":1654,"children":1655},{"style":215},[1656],{"type":50,"value":248},{"type":44,"tag":208,"props":1658,"children":1659},{"style":251},[1660],{"type":50,"value":4},{"type":44,"tag":208,"props":1662,"children":1663},{"style":215},[1664],{"type":50,"value":238},{"type":44,"tag":208,"props":1666,"children":1667},{"style":215},[1668],{"type":50,"value":263},{"type":44,"tag":208,"props":1670,"children":1671},{"class":210,"line":303},[1672,1676,1680,1684,1688,1692,1696,1700],{"type":44,"tag":208,"props":1673,"children":1674},{"style":215},[1675],{"type":50,"value":227},{"type":44,"tag":208,"props":1677,"children":1678},{"style":230},[1679],{"type":50,"value":101},{"type":44,"tag":208,"props":1681,"children":1682},{"style":215},[1683],{"type":50,"value":238},{"type":44,"tag":208,"props":1685,"children":1686},{"style":215},[1687],{"type":50,"value":243},{"type":44,"tag":208,"props":1689,"children":1690},{"style":215},[1691],{"type":50,"value":248},{"type":44,"tag":208,"props":1693,"children":1694},{"style":251},[1695],{"type":50,"value":117},{"type":44,"tag":208,"props":1697,"children":1698},{"style":215},[1699],{"type":50,"value":238},{"type":44,"tag":208,"props":1701,"children":1702},{"style":215},[1703],{"type":50,"value":263},{"type":44,"tag":208,"props":1705,"children":1706},{"class":210,"line":339},[1707,1711,1715,1719,1723,1727,1732,1736],{"type":44,"tag":208,"props":1708,"children":1709},{"style":215},[1710],{"type":50,"value":227},{"type":44,"tag":208,"props":1712,"children":1713},{"style":230},[1714],{"type":50,"value":71},{"type":44,"tag":208,"props":1716,"children":1717},{"style":215},[1718],{"type":50,"value":238},{"type":44,"tag":208,"props":1720,"children":1721},{"style":215},[1722],{"type":50,"value":243},{"type":44,"tag":208,"props":1724,"children":1725},{"style":215},[1726],{"type":50,"value":248},{"type":44,"tag":208,"props":1728,"children":1729},{"style":251},[1730],{"type":50,"value":1731},"big news",{"type":44,"tag":208,"props":1733,"children":1734},{"style":215},[1735],{"type":50,"value":238},{"type":44,"tag":208,"props":1737,"children":1738},{"style":215},[1739],{"type":50,"value":263},{"type":44,"tag":208,"props":1741,"children":1742},{"class":210,"line":373},[1743,1747,1752,1756,1760,1764,1769],{"type":44,"tag":208,"props":1744,"children":1745},{"style":215},[1746],{"type":50,"value":227},{"type":44,"tag":208,"props":1748,"children":1749},{"style":230},[1750],{"type":50,"value":1751},"effect",{"type":44,"tag":208,"props":1753,"children":1754},{"style":215},[1755],{"type":50,"value":238},{"type":44,"tag":208,"props":1757,"children":1758},{"style":215},[1759],{"type":50,"value":243},{"type":44,"tag":208,"props":1761,"children":1762},{"style":215},[1763],{"type":50,"value":248},{"type":44,"tag":208,"props":1765,"children":1766},{"style":251},[1767],{"type":50,"value":1768},"balloons",{"type":44,"tag":208,"props":1770,"children":1771},{"style":215},[1772],{"type":50,"value":370},{"type":44,"tag":208,"props":1774,"children":1775},{"class":210,"line":577},[1776],{"type":44,"tag":208,"props":1777,"children":1778},{"style":215},[1779],{"type":50,"value":379},{"type":44,"tag":53,"props":1781,"children":1783},{"id":1782},"notes",[1784],{"type":50,"value":1785},"Notes",{"type":44,"tag":89,"props":1787,"children":1788},{},[1789,1801,1814,1819,1824],{"type":44,"tag":93,"props":1790,"children":1791},{},[1792,1794,1799],{"type":50,"value":1793},"Requires gateway config ",{"type":44,"tag":66,"props":1795,"children":1797},{"className":1796},[],[1798],{"type":50,"value":39},{"type":50,"value":1800}," (serverUrl\u002Fpassword\u002FwebhookPath).",{"type":44,"tag":93,"props":1802,"children":1803},{},[1804,1806,1812],{"type":50,"value":1805},"Prefer ",{"type":44,"tag":66,"props":1807,"children":1809},{"className":1808},[],[1810],{"type":50,"value":1811},"chat_guid",{"type":50,"value":1813}," targets when you have them (especially for group chats).",{"type":44,"tag":93,"props":1815,"children":1816},{},[1817],{"type":50,"value":1818},"BlueBubbles supports rich actions, but some are macOS-version dependent (for example, edit may be broken on macOS 26 Tahoe).",{"type":44,"tag":93,"props":1820,"children":1821},{},[1822],{"type":50,"value":1823},"The gateway may expose both short and full message ids; full ids are more durable across restarts.",{"type":44,"tag":93,"props":1825,"children":1826},{},[1827,1829,1835],{"type":50,"value":1828},"Developer reference for the underlying plugin lives in ",{"type":44,"tag":66,"props":1830,"children":1832},{"className":1831},[],[1833],{"type":50,"value":1834},"extensions\u002Fbluebubbles\u002FREADME.md",{"type":50,"value":1836},".",{"type":44,"tag":53,"props":1838,"children":1840},{"id":1839},"ideas-to-try",[1841],{"type":50,"value":1842},"Ideas to try",{"type":44,"tag":89,"props":1844,"children":1845},{},[1846,1851,1856],{"type":44,"tag":93,"props":1847,"children":1848},{},[1849],{"type":50,"value":1850},"React with a tapback to acknowledge a request.",{"type":44,"tag":93,"props":1852,"children":1853},{},[1854],{"type":50,"value":1855},"Reply in-thread when a user references a specific message.",{"type":44,"tag":93,"props":1857,"children":1858},{},[1859],{"type":50,"value":1860},"Send a file attachment with a short caption.",{"type":44,"tag":1862,"props":1863,"children":1864},"style",{},[1865],{"type":50,"value":1866},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1868,"total":2015},[1869,1885,1901,1915,1927,1937,1949,1960,1966,1980,1992,2004],{"slug":1870,"name":1870,"fn":1871,"description":1872,"org":1873,"tags":1874,"stars":1882,"repoUrl":1883,"updatedAt":1884},"deepclaw-voice","configure phone calls with Deepgram Voice","Set up phone calling to OpenClaw using Deepgram Voice Agent API",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1875,1878,1879],{"name":1876,"slug":1877,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":1880,"slug":1881,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":1886,"name":1886,"fn":1887,"description":1888,"org":1889,"tags":1890,"stars":22,"repoUrl":23,"updatedAt":1900},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1891,1894,1897],{"name":1892,"slug":1893,"type":15},"Automation","automation",{"name":1895,"slug":1896,"type":15},"CLI","cli",{"name":1898,"slug":1899,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":1902,"name":1902,"fn":1903,"description":1904,"org":1905,"tags":1906,"stars":22,"repoUrl":23,"updatedAt":1914},"apple-notes","manage Apple Notes on macOS","Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1907,1908,1911],{"name":1895,"slug":1896,"type":15},{"name":1909,"slug":1910,"type":15},"Knowledge Management","knowledge-management",{"name":1912,"slug":1913,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":1916,"name":1916,"fn":1917,"description":1918,"org":1919,"tags":1920,"stars":22,"repoUrl":23,"updatedAt":1926},"apple-reminders","manage Apple Reminders via CLI","Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON\u002Fplain output.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1921,1922,1923],{"name":1895,"slug":1896,"type":15},{"name":1912,"slug":1913,"type":15},{"name":1924,"slug":1925,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":1928,"name":1928,"fn":1929,"description":1930,"org":1931,"tags":1932,"stars":22,"repoUrl":23,"updatedAt":1936},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1933,1934,1935],{"name":1895,"slug":1896,"type":15},{"name":1909,"slug":1910,"type":15},{"name":1785,"slug":1782,"type":15},"2026-07-12T08:28:51.246011",{"slug":1938,"name":1938,"fn":1939,"description":1940,"org":1941,"tags":1942,"stars":22,"repoUrl":23,"updatedAt":1948},"blogwatcher","monitor blogs and RSS feeds","Monitor blogs and RSS\u002FAtom feeds for updates using the blogwatcher CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1943,1944,1945],{"name":1892,"slug":1893,"type":15},{"name":1895,"slug":1896,"type":15},{"name":1946,"slug":1947,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":1950,"name":1950,"fn":1951,"description":1952,"org":1953,"tags":1954,"stars":22,"repoUrl":23,"updatedAt":1959},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1955,1958],{"name":1956,"slug":1957,"type":15},"Audio","audio",{"name":1895,"slug":1896,"type":15},"2026-07-12T08:28:21.009637",{"slug":4,"name":4,"fn":5,"description":6,"org":1961,"tags":1962,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1963,1964,1965],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":1967,"name":1967,"fn":1968,"description":1969,"org":1970,"tags":1971,"stars":22,"repoUrl":23,"updatedAt":1979},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1972,1973,1976],{"name":1892,"slug":1893,"type":15},{"name":1974,"slug":1975,"type":15},"Camera","camera",{"name":1977,"slug":1978,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":1981,"name":1981,"fn":1982,"description":1983,"org":1984,"tags":1985,"stars":22,"repoUrl":23,"updatedAt":1991},"clawhub","manage agent skills with ClawHub","Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new\u002Fupdated skill folders with the npm-installed clawhub CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1986,1989,1990],{"name":1987,"slug":1988,"type":15},"Agents","agents",{"name":1892,"slug":1893,"type":15},{"name":1895,"slug":1896,"type":15},"2026-07-12T08:28:30.589001",{"slug":1993,"name":1993,"fn":1994,"description":1995,"org":1996,"tags":1997,"stars":22,"repoUrl":23,"updatedAt":2003},"coding-agent","run coding agents for programmatic control","Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1998,1999,2000],{"name":1987,"slug":1988,"type":15},{"name":1892,"slug":1893,"type":15},{"name":2001,"slug":2002,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":2005,"name":2005,"fn":2006,"description":2007,"org":2008,"tags":2009,"stars":22,"repoUrl":23,"updatedAt":2014},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2010,2011],{"name":1892,"slug":1893,"type":15},{"name":2012,"slug":2013,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":2017,"total":2059},[2018,2024,2030,2036,2042,2048,2053],{"slug":1886,"name":1886,"fn":1887,"description":1888,"org":2019,"tags":2020,"stars":22,"repoUrl":23,"updatedAt":1900},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2021,2022,2023],{"name":1892,"slug":1893,"type":15},{"name":1895,"slug":1896,"type":15},{"name":1898,"slug":1899,"type":15},{"slug":1902,"name":1902,"fn":1903,"description":1904,"org":2025,"tags":2026,"stars":22,"repoUrl":23,"updatedAt":1914},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2027,2028,2029],{"name":1895,"slug":1896,"type":15},{"name":1909,"slug":1910,"type":15},{"name":1912,"slug":1913,"type":15},{"slug":1916,"name":1916,"fn":1917,"description":1918,"org":2031,"tags":2032,"stars":22,"repoUrl":23,"updatedAt":1926},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2033,2034,2035],{"name":1895,"slug":1896,"type":15},{"name":1912,"slug":1913,"type":15},{"name":1924,"slug":1925,"type":15},{"slug":1928,"name":1928,"fn":1929,"description":1930,"org":2037,"tags":2038,"stars":22,"repoUrl":23,"updatedAt":1936},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2039,2040,2041],{"name":1895,"slug":1896,"type":15},{"name":1909,"slug":1910,"type":15},{"name":1785,"slug":1782,"type":15},{"slug":1938,"name":1938,"fn":1939,"description":1940,"org":2043,"tags":2044,"stars":22,"repoUrl":23,"updatedAt":1948},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2045,2046,2047],{"name":1892,"slug":1893,"type":15},{"name":1895,"slug":1896,"type":15},{"name":1946,"slug":1947,"type":15},{"slug":1950,"name":1950,"fn":1951,"description":1952,"org":2049,"tags":2050,"stars":22,"repoUrl":23,"updatedAt":1959},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2051,2052],{"name":1956,"slug":1957,"type":15},{"name":1895,"slug":1896,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":2054,"tags":2055,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2056,2057,2058],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},54]