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