[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-imsg":3,"mdc-me32k5-key":34,"related-org-letta-imsg":971,"related-repo-letta-imsg":1132},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"imsg","send and manage iMessage conversations","iMessage\u002FSMS CLI for listing chats, history, and sending messages via Messages.app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20],{"name":14,"slug":15,"type":16},"iMessage","imessage","tag",{"name":18,"slug":19,"type":16},"CLI","cli",{"name":21,"slug":22,"type":16},"Messaging","messaging",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:23:50.613016",null,20,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills\u002Ftree\u002FHEAD\u002Ftools\u002Fimsg","---\nname: imsg\ndescription: iMessage\u002FSMS CLI for listing chats, history, and sending messages via Messages.app.\nhomepage: https:\u002F\u002Fimsg.to\n\n---\n\n# imsg\n\nUse `imsg` to read and send iMessage\u002FSMS via macOS Messages.app.\n\n## Limitations\n\n- Group chat management (adding\u002Fremoving members) is not supported\n- macOS only\n\n## Requirements\n\n- macOS with Messages.app signed in\n- Full Disk Access for terminal\n- Automation permission for Messages.app (for sending)\n\n## Common Commands\n\n### List Chats\n\n```bash\nimsg chats --limit 10 --json\n```\n\n### View History\n\n```bash\n# By chat ID\nimsg history --chat-id 1 --limit 20 --json\n\n# With attachments info\nimsg history --chat-id 1 --limit 20 --attachments --json\n\n# Filter by date\nimsg history --chat-id 1 --start 2026-01-01T00:00:00Z --json\n```\n\n### Watch for New Messages\n\n```bash\nimsg watch --chat-id 1 --attachments\nimsg watch --chat-id 1 --debounce 250ms\n```\n\n### Send Messages\n\n```bash\n# Send to phone number\nimsg send --to \"+14155551212\" --text \"Hello!\"\n\n# Send to existing chat by ID (useful for replies)\nimsg send --chat-id 86 --text \"Hello!\"\n\n# With attachment\nimsg send --to \"+14155551212\" --text \"Check this out\" --file \u002Fpath\u002Fto\u002Fimage.jpg\n\n# Specify service\nimsg send --to \"+14155551212\" --text \"Hi\" --service imessage\nimsg send --to \"+14155551212\" --text \"Hi\" --service sms\n```\n\n## Service Options\n\n- `--service imessage` — Force iMessage (requires recipient has iMessage)\n- `--service sms` — Force SMS (green bubble)\n- `--service auto` — Let Messages.app decide (default)\n\n## Safety Rules\n\n1. **Always confirm recipient and message content** before sending\n2. **Never send to unknown numbers** without explicit user approval\n3. **Be careful with attachments** — confirm file path exists\n4. **Rate limit yourself** — don't spam\n\n## Example Workflow\n\nUser: \"Text mom that I'll be late\"\n\n```bash\n# 1. Find mom's chat\nimsg chats --limit 20 --json | jq '.[] | select(.displayName | contains(\"Mom\"))'\n\n# 2. Confirm with user\n# \"Found Mom at +1555123456. Send 'I'll be late' via iMessage?\"\n\n# 3. Send after confirmation\nimsg send --to \"+1555123456\" --text \"I'll be late\"\n```\n",{"data":35,"body":37},{"name":4,"description":6,"homepage":36},"https:\u002F\u002Fimsg.to",{"type":38,"children":39},"root",[40,47,61,68,83,89,107,113,120,164,170,329,335,396,402,714,720,756,762,807,813,818,965],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":4},"text",{"type":41,"tag":48,"props":49,"children":50},"p",{},[51,53,59],{"type":46,"value":52},"Use ",{"type":41,"tag":54,"props":55,"children":57},"code",{"className":56},[],[58],{"type":46,"value":4},{"type":46,"value":60}," to read and send iMessage\u002FSMS via macOS Messages.app.",{"type":41,"tag":62,"props":63,"children":65},"h2",{"id":64},"limitations",[66],{"type":46,"value":67},"Limitations",{"type":41,"tag":69,"props":70,"children":71},"ul",{},[72,78],{"type":41,"tag":73,"props":74,"children":75},"li",{},[76],{"type":46,"value":77},"Group chat management (adding\u002Fremoving members) is not supported",{"type":41,"tag":73,"props":79,"children":80},{},[81],{"type":46,"value":82},"macOS only",{"type":41,"tag":62,"props":84,"children":86},{"id":85},"requirements",[87],{"type":46,"value":88},"Requirements",{"type":41,"tag":69,"props":90,"children":91},{},[92,97,102],{"type":41,"tag":73,"props":93,"children":94},{},[95],{"type":46,"value":96},"macOS with Messages.app signed in",{"type":41,"tag":73,"props":98,"children":99},{},[100],{"type":46,"value":101},"Full Disk Access for terminal",{"type":41,"tag":73,"props":103,"children":104},{},[105],{"type":46,"value":106},"Automation permission for Messages.app (for sending)",{"type":41,"tag":62,"props":108,"children":110},{"id":109},"common-commands",[111],{"type":46,"value":112},"Common Commands",{"type":41,"tag":114,"props":115,"children":117},"h3",{"id":116},"list-chats",[118],{"type":46,"value":119},"List Chats",{"type":41,"tag":121,"props":122,"children":127},"pre",{"className":123,"code":124,"language":125,"meta":126,"style":126},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","imsg chats --limit 10 --json\n","bash","",[128],{"type":41,"tag":54,"props":129,"children":130},{"__ignoreMap":126},[131],{"type":41,"tag":132,"props":133,"children":136},"span",{"class":134,"line":135},"line",1,[137,142,148,153,159],{"type":41,"tag":132,"props":138,"children":140},{"style":139},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[141],{"type":46,"value":4},{"type":41,"tag":132,"props":143,"children":145},{"style":144},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[146],{"type":46,"value":147}," chats",{"type":41,"tag":132,"props":149,"children":150},{"style":144},[151],{"type":46,"value":152}," --limit",{"type":41,"tag":132,"props":154,"children":156},{"style":155},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[157],{"type":46,"value":158}," 10",{"type":41,"tag":132,"props":160,"children":161},{"style":144},[162],{"type":46,"value":163}," --json\n",{"type":41,"tag":114,"props":165,"children":167},{"id":166},"view-history",[168],{"type":46,"value":169},"View History",{"type":41,"tag":121,"props":171,"children":173},{"className":123,"code":172,"language":125,"meta":126,"style":126},"# By chat ID\nimsg history --chat-id 1 --limit 20 --json\n\n# With attachments info\nimsg history --chat-id 1 --limit 20 --attachments --json\n\n# Filter by date\nimsg history --chat-id 1 --start 2026-01-01T00:00:00Z --json\n",[174],{"type":41,"tag":54,"props":175,"children":176},{"__ignoreMap":126},[177,186,222,232,241,278,286,295],{"type":41,"tag":132,"props":178,"children":179},{"class":134,"line":135},[180],{"type":41,"tag":132,"props":181,"children":183},{"style":182},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[184],{"type":46,"value":185},"# By chat ID\n",{"type":41,"tag":132,"props":187,"children":189},{"class":134,"line":188},2,[190,194,199,204,209,213,218],{"type":41,"tag":132,"props":191,"children":192},{"style":139},[193],{"type":46,"value":4},{"type":41,"tag":132,"props":195,"children":196},{"style":144},[197],{"type":46,"value":198}," history",{"type":41,"tag":132,"props":200,"children":201},{"style":144},[202],{"type":46,"value":203}," --chat-id",{"type":41,"tag":132,"props":205,"children":206},{"style":155},[207],{"type":46,"value":208}," 1",{"type":41,"tag":132,"props":210,"children":211},{"style":144},[212],{"type":46,"value":152},{"type":41,"tag":132,"props":214,"children":215},{"style":155},[216],{"type":46,"value":217}," 20",{"type":41,"tag":132,"props":219,"children":220},{"style":144},[221],{"type":46,"value":163},{"type":41,"tag":132,"props":223,"children":225},{"class":134,"line":224},3,[226],{"type":41,"tag":132,"props":227,"children":229},{"emptyLinePlaceholder":228},true,[230],{"type":46,"value":231},"\n",{"type":41,"tag":132,"props":233,"children":235},{"class":134,"line":234},4,[236],{"type":41,"tag":132,"props":237,"children":238},{"style":182},[239],{"type":46,"value":240},"# With attachments info\n",{"type":41,"tag":132,"props":242,"children":244},{"class":134,"line":243},5,[245,249,253,257,261,265,269,274],{"type":41,"tag":132,"props":246,"children":247},{"style":139},[248],{"type":46,"value":4},{"type":41,"tag":132,"props":250,"children":251},{"style":144},[252],{"type":46,"value":198},{"type":41,"tag":132,"props":254,"children":255},{"style":144},[256],{"type":46,"value":203},{"type":41,"tag":132,"props":258,"children":259},{"style":155},[260],{"type":46,"value":208},{"type":41,"tag":132,"props":262,"children":263},{"style":144},[264],{"type":46,"value":152},{"type":41,"tag":132,"props":266,"children":267},{"style":155},[268],{"type":46,"value":217},{"type":41,"tag":132,"props":270,"children":271},{"style":144},[272],{"type":46,"value":273}," --attachments",{"type":41,"tag":132,"props":275,"children":276},{"style":144},[277],{"type":46,"value":163},{"type":41,"tag":132,"props":279,"children":281},{"class":134,"line":280},6,[282],{"type":41,"tag":132,"props":283,"children":284},{"emptyLinePlaceholder":228},[285],{"type":46,"value":231},{"type":41,"tag":132,"props":287,"children":289},{"class":134,"line":288},7,[290],{"type":41,"tag":132,"props":291,"children":292},{"style":182},[293],{"type":46,"value":294},"# Filter by date\n",{"type":41,"tag":132,"props":296,"children":298},{"class":134,"line":297},8,[299,303,307,311,315,320,325],{"type":41,"tag":132,"props":300,"children":301},{"style":139},[302],{"type":46,"value":4},{"type":41,"tag":132,"props":304,"children":305},{"style":144},[306],{"type":46,"value":198},{"type":41,"tag":132,"props":308,"children":309},{"style":144},[310],{"type":46,"value":203},{"type":41,"tag":132,"props":312,"children":313},{"style":155},[314],{"type":46,"value":208},{"type":41,"tag":132,"props":316,"children":317},{"style":144},[318],{"type":46,"value":319}," --start",{"type":41,"tag":132,"props":321,"children":322},{"style":144},[323],{"type":46,"value":324}," 2026-01-01T00:00:00Z",{"type":41,"tag":132,"props":326,"children":327},{"style":144},[328],{"type":46,"value":163},{"type":41,"tag":114,"props":330,"children":332},{"id":331},"watch-for-new-messages",[333],{"type":46,"value":334},"Watch for New Messages",{"type":41,"tag":121,"props":336,"children":338},{"className":123,"code":337,"language":125,"meta":126,"style":126},"imsg watch --chat-id 1 --attachments\nimsg watch --chat-id 1 --debounce 250ms\n",[339],{"type":41,"tag":54,"props":340,"children":341},{"__ignoreMap":126},[342,367],{"type":41,"tag":132,"props":343,"children":344},{"class":134,"line":135},[345,349,354,358,362],{"type":41,"tag":132,"props":346,"children":347},{"style":139},[348],{"type":46,"value":4},{"type":41,"tag":132,"props":350,"children":351},{"style":144},[352],{"type":46,"value":353}," watch",{"type":41,"tag":132,"props":355,"children":356},{"style":144},[357],{"type":46,"value":203},{"type":41,"tag":132,"props":359,"children":360},{"style":155},[361],{"type":46,"value":208},{"type":41,"tag":132,"props":363,"children":364},{"style":144},[365],{"type":46,"value":366}," --attachments\n",{"type":41,"tag":132,"props":368,"children":369},{"class":134,"line":188},[370,374,378,382,386,391],{"type":41,"tag":132,"props":371,"children":372},{"style":139},[373],{"type":46,"value":4},{"type":41,"tag":132,"props":375,"children":376},{"style":144},[377],{"type":46,"value":353},{"type":41,"tag":132,"props":379,"children":380},{"style":144},[381],{"type":46,"value":203},{"type":41,"tag":132,"props":383,"children":384},{"style":155},[385],{"type":46,"value":208},{"type":41,"tag":132,"props":387,"children":388},{"style":144},[389],{"type":46,"value":390}," --debounce",{"type":41,"tag":132,"props":392,"children":393},{"style":144},[394],{"type":46,"value":395}," 250ms\n",{"type":41,"tag":114,"props":397,"children":399},{"id":398},"send-messages",[400],{"type":46,"value":401},"Send Messages",{"type":41,"tag":121,"props":403,"children":405},{"className":123,"code":404,"language":125,"meta":126,"style":126},"# Send to phone number\nimsg send --to \"+14155551212\" --text \"Hello!\"\n\n# Send to existing chat by ID (useful for replies)\nimsg send --chat-id 86 --text \"Hello!\"\n\n# With attachment\nimsg send --to \"+14155551212\" --text \"Check this out\" --file \u002Fpath\u002Fto\u002Fimage.jpg\n\n# Specify service\nimsg send --to \"+14155551212\" --text \"Hi\" --service imessage\nimsg send --to \"+14155551212\" --text \"Hi\" --service sms\n",[406],{"type":41,"tag":54,"props":407,"children":408},{"__ignoreMap":126},[409,417,469,476,484,520,527,535,589,597,606,661],{"type":41,"tag":132,"props":410,"children":411},{"class":134,"line":135},[412],{"type":41,"tag":132,"props":413,"children":414},{"style":182},[415],{"type":46,"value":416},"# Send to phone number\n",{"type":41,"tag":132,"props":418,"children":419},{"class":134,"line":188},[420,424,429,434,440,445,450,455,459,464],{"type":41,"tag":132,"props":421,"children":422},{"style":139},[423],{"type":46,"value":4},{"type":41,"tag":132,"props":425,"children":426},{"style":144},[427],{"type":46,"value":428}," send",{"type":41,"tag":132,"props":430,"children":431},{"style":144},[432],{"type":46,"value":433}," --to",{"type":41,"tag":132,"props":435,"children":437},{"style":436},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[438],{"type":46,"value":439}," \"",{"type":41,"tag":132,"props":441,"children":442},{"style":144},[443],{"type":46,"value":444},"+14155551212",{"type":41,"tag":132,"props":446,"children":447},{"style":436},[448],{"type":46,"value":449},"\"",{"type":41,"tag":132,"props":451,"children":452},{"style":144},[453],{"type":46,"value":454}," --text",{"type":41,"tag":132,"props":456,"children":457},{"style":436},[458],{"type":46,"value":439},{"type":41,"tag":132,"props":460,"children":461},{"style":144},[462],{"type":46,"value":463},"Hello!",{"type":41,"tag":132,"props":465,"children":466},{"style":436},[467],{"type":46,"value":468},"\"\n",{"type":41,"tag":132,"props":470,"children":471},{"class":134,"line":224},[472],{"type":41,"tag":132,"props":473,"children":474},{"emptyLinePlaceholder":228},[475],{"type":46,"value":231},{"type":41,"tag":132,"props":477,"children":478},{"class":134,"line":234},[479],{"type":41,"tag":132,"props":480,"children":481},{"style":182},[482],{"type":46,"value":483},"# Send to existing chat by ID (useful for replies)\n",{"type":41,"tag":132,"props":485,"children":486},{"class":134,"line":243},[487,491,495,499,504,508,512,516],{"type":41,"tag":132,"props":488,"children":489},{"style":139},[490],{"type":46,"value":4},{"type":41,"tag":132,"props":492,"children":493},{"style":144},[494],{"type":46,"value":428},{"type":41,"tag":132,"props":496,"children":497},{"style":144},[498],{"type":46,"value":203},{"type":41,"tag":132,"props":500,"children":501},{"style":155},[502],{"type":46,"value":503}," 86",{"type":41,"tag":132,"props":505,"children":506},{"style":144},[507],{"type":46,"value":454},{"type":41,"tag":132,"props":509,"children":510},{"style":436},[511],{"type":46,"value":439},{"type":41,"tag":132,"props":513,"children":514},{"style":144},[515],{"type":46,"value":463},{"type":41,"tag":132,"props":517,"children":518},{"style":436},[519],{"type":46,"value":468},{"type":41,"tag":132,"props":521,"children":522},{"class":134,"line":280},[523],{"type":41,"tag":132,"props":524,"children":525},{"emptyLinePlaceholder":228},[526],{"type":46,"value":231},{"type":41,"tag":132,"props":528,"children":529},{"class":134,"line":288},[530],{"type":41,"tag":132,"props":531,"children":532},{"style":182},[533],{"type":46,"value":534},"# With attachment\n",{"type":41,"tag":132,"props":536,"children":537},{"class":134,"line":297},[538,542,546,550,554,558,562,566,570,575,579,584],{"type":41,"tag":132,"props":539,"children":540},{"style":139},[541],{"type":46,"value":4},{"type":41,"tag":132,"props":543,"children":544},{"style":144},[545],{"type":46,"value":428},{"type":41,"tag":132,"props":547,"children":548},{"style":144},[549],{"type":46,"value":433},{"type":41,"tag":132,"props":551,"children":552},{"style":436},[553],{"type":46,"value":439},{"type":41,"tag":132,"props":555,"children":556},{"style":144},[557],{"type":46,"value":444},{"type":41,"tag":132,"props":559,"children":560},{"style":436},[561],{"type":46,"value":449},{"type":41,"tag":132,"props":563,"children":564},{"style":144},[565],{"type":46,"value":454},{"type":41,"tag":132,"props":567,"children":568},{"style":436},[569],{"type":46,"value":439},{"type":41,"tag":132,"props":571,"children":572},{"style":144},[573],{"type":46,"value":574},"Check this out",{"type":41,"tag":132,"props":576,"children":577},{"style":436},[578],{"type":46,"value":449},{"type":41,"tag":132,"props":580,"children":581},{"style":144},[582],{"type":46,"value":583}," --file",{"type":41,"tag":132,"props":585,"children":586},{"style":144},[587],{"type":46,"value":588}," \u002Fpath\u002Fto\u002Fimage.jpg\n",{"type":41,"tag":132,"props":590,"children":592},{"class":134,"line":591},9,[593],{"type":41,"tag":132,"props":594,"children":595},{"emptyLinePlaceholder":228},[596],{"type":46,"value":231},{"type":41,"tag":132,"props":598,"children":600},{"class":134,"line":599},10,[601],{"type":41,"tag":132,"props":602,"children":603},{"style":182},[604],{"type":46,"value":605},"# Specify service\n",{"type":41,"tag":132,"props":607,"children":609},{"class":134,"line":608},11,[610,614,618,622,626,630,634,638,642,647,651,656],{"type":41,"tag":132,"props":611,"children":612},{"style":139},[613],{"type":46,"value":4},{"type":41,"tag":132,"props":615,"children":616},{"style":144},[617],{"type":46,"value":428},{"type":41,"tag":132,"props":619,"children":620},{"style":144},[621],{"type":46,"value":433},{"type":41,"tag":132,"props":623,"children":624},{"style":436},[625],{"type":46,"value":439},{"type":41,"tag":132,"props":627,"children":628},{"style":144},[629],{"type":46,"value":444},{"type":41,"tag":132,"props":631,"children":632},{"style":436},[633],{"type":46,"value":449},{"type":41,"tag":132,"props":635,"children":636},{"style":144},[637],{"type":46,"value":454},{"type":41,"tag":132,"props":639,"children":640},{"style":436},[641],{"type":46,"value":439},{"type":41,"tag":132,"props":643,"children":644},{"style":144},[645],{"type":46,"value":646},"Hi",{"type":41,"tag":132,"props":648,"children":649},{"style":436},[650],{"type":46,"value":449},{"type":41,"tag":132,"props":652,"children":653},{"style":144},[654],{"type":46,"value":655}," --service",{"type":41,"tag":132,"props":657,"children":658},{"style":144},[659],{"type":46,"value":660}," imessage\n",{"type":41,"tag":132,"props":662,"children":664},{"class":134,"line":663},12,[665,669,673,677,681,685,689,693,697,701,705,709],{"type":41,"tag":132,"props":666,"children":667},{"style":139},[668],{"type":46,"value":4},{"type":41,"tag":132,"props":670,"children":671},{"style":144},[672],{"type":46,"value":428},{"type":41,"tag":132,"props":674,"children":675},{"style":144},[676],{"type":46,"value":433},{"type":41,"tag":132,"props":678,"children":679},{"style":436},[680],{"type":46,"value":439},{"type":41,"tag":132,"props":682,"children":683},{"style":144},[684],{"type":46,"value":444},{"type":41,"tag":132,"props":686,"children":687},{"style":436},[688],{"type":46,"value":449},{"type":41,"tag":132,"props":690,"children":691},{"style":144},[692],{"type":46,"value":454},{"type":41,"tag":132,"props":694,"children":695},{"style":436},[696],{"type":46,"value":439},{"type":41,"tag":132,"props":698,"children":699},{"style":144},[700],{"type":46,"value":646},{"type":41,"tag":132,"props":702,"children":703},{"style":436},[704],{"type":46,"value":449},{"type":41,"tag":132,"props":706,"children":707},{"style":144},[708],{"type":46,"value":655},{"type":41,"tag":132,"props":710,"children":711},{"style":144},[712],{"type":46,"value":713}," sms\n",{"type":41,"tag":62,"props":715,"children":717},{"id":716},"service-options",[718],{"type":46,"value":719},"Service Options",{"type":41,"tag":69,"props":721,"children":722},{},[723,734,745],{"type":41,"tag":73,"props":724,"children":725},{},[726,732],{"type":41,"tag":54,"props":727,"children":729},{"className":728},[],[730],{"type":46,"value":731},"--service imessage",{"type":46,"value":733}," — Force iMessage (requires recipient has iMessage)",{"type":41,"tag":73,"props":735,"children":736},{},[737,743],{"type":41,"tag":54,"props":738,"children":740},{"className":739},[],[741],{"type":46,"value":742},"--service sms",{"type":46,"value":744}," — Force SMS (green bubble)",{"type":41,"tag":73,"props":746,"children":747},{},[748,754],{"type":41,"tag":54,"props":749,"children":751},{"className":750},[],[752],{"type":46,"value":753},"--service auto",{"type":46,"value":755}," — Let Messages.app decide (default)",{"type":41,"tag":62,"props":757,"children":759},{"id":758},"safety-rules",[760],{"type":46,"value":761},"Safety Rules",{"type":41,"tag":763,"props":764,"children":765},"ol",{},[766,777,787,797],{"type":41,"tag":73,"props":767,"children":768},{},[769,775],{"type":41,"tag":770,"props":771,"children":772},"strong",{},[773],{"type":46,"value":774},"Always confirm recipient and message content",{"type":46,"value":776}," before sending",{"type":41,"tag":73,"props":778,"children":779},{},[780,785],{"type":41,"tag":770,"props":781,"children":782},{},[783],{"type":46,"value":784},"Never send to unknown numbers",{"type":46,"value":786}," without explicit user approval",{"type":41,"tag":73,"props":788,"children":789},{},[790,795],{"type":41,"tag":770,"props":791,"children":792},{},[793],{"type":46,"value":794},"Be careful with attachments",{"type":46,"value":796}," — confirm file path exists",{"type":41,"tag":73,"props":798,"children":799},{},[800,805],{"type":41,"tag":770,"props":801,"children":802},{},[803],{"type":46,"value":804},"Rate limit yourself",{"type":46,"value":806}," — don't spam",{"type":41,"tag":62,"props":808,"children":810},{"id":809},"example-workflow",[811],{"type":46,"value":812},"Example Workflow",{"type":41,"tag":48,"props":814,"children":815},{},[816],{"type":46,"value":817},"User: \"Text mom that I'll be late\"",{"type":41,"tag":121,"props":819,"children":821},{"className":123,"code":820,"language":125,"meta":126,"style":126},"# 1. Find mom's chat\nimsg chats --limit 20 --json | jq '.[] | select(.displayName | contains(\"Mom\"))'\n\n# 2. Confirm with user\n# \"Found Mom at +1555123456. Send 'I'll be late' via iMessage?\"\n\n# 3. Send after confirmation\nimsg send --to \"+1555123456\" --text \"I'll be late\"\n",[822],{"type":41,"tag":54,"props":823,"children":824},{"__ignoreMap":126},[825,833,882,889,897,905,912,920],{"type":41,"tag":132,"props":826,"children":827},{"class":134,"line":135},[828],{"type":41,"tag":132,"props":829,"children":830},{"style":182},[831],{"type":46,"value":832},"# 1. Find mom's chat\n",{"type":41,"tag":132,"props":834,"children":835},{"class":134,"line":188},[836,840,844,848,852,857,862,867,872,877],{"type":41,"tag":132,"props":837,"children":838},{"style":139},[839],{"type":46,"value":4},{"type":41,"tag":132,"props":841,"children":842},{"style":144},[843],{"type":46,"value":147},{"type":41,"tag":132,"props":845,"children":846},{"style":144},[847],{"type":46,"value":152},{"type":41,"tag":132,"props":849,"children":850},{"style":155},[851],{"type":46,"value":217},{"type":41,"tag":132,"props":853,"children":854},{"style":144},[855],{"type":46,"value":856}," --json",{"type":41,"tag":132,"props":858,"children":859},{"style":436},[860],{"type":46,"value":861}," |",{"type":41,"tag":132,"props":863,"children":864},{"style":139},[865],{"type":46,"value":866}," jq",{"type":41,"tag":132,"props":868,"children":869},{"style":436},[870],{"type":46,"value":871}," '",{"type":41,"tag":132,"props":873,"children":874},{"style":144},[875],{"type":46,"value":876},".[] | select(.displayName | contains(\"Mom\"))",{"type":41,"tag":132,"props":878,"children":879},{"style":436},[880],{"type":46,"value":881},"'\n",{"type":41,"tag":132,"props":883,"children":884},{"class":134,"line":224},[885],{"type":41,"tag":132,"props":886,"children":887},{"emptyLinePlaceholder":228},[888],{"type":46,"value":231},{"type":41,"tag":132,"props":890,"children":891},{"class":134,"line":234},[892],{"type":41,"tag":132,"props":893,"children":894},{"style":182},[895],{"type":46,"value":896},"# 2. Confirm with user\n",{"type":41,"tag":132,"props":898,"children":899},{"class":134,"line":243},[900],{"type":41,"tag":132,"props":901,"children":902},{"style":182},[903],{"type":46,"value":904},"# \"Found Mom at +1555123456. Send 'I'll be late' via iMessage?\"\n",{"type":41,"tag":132,"props":906,"children":907},{"class":134,"line":280},[908],{"type":41,"tag":132,"props":909,"children":910},{"emptyLinePlaceholder":228},[911],{"type":46,"value":231},{"type":41,"tag":132,"props":913,"children":914},{"class":134,"line":288},[915],{"type":41,"tag":132,"props":916,"children":917},{"style":182},[918],{"type":46,"value":919},"# 3. Send after confirmation\n",{"type":41,"tag":132,"props":921,"children":922},{"class":134,"line":297},[923,927,931,935,939,944,948,952,956,961],{"type":41,"tag":132,"props":924,"children":925},{"style":139},[926],{"type":46,"value":4},{"type":41,"tag":132,"props":928,"children":929},{"style":144},[930],{"type":46,"value":428},{"type":41,"tag":132,"props":932,"children":933},{"style":144},[934],{"type":46,"value":433},{"type":41,"tag":132,"props":936,"children":937},{"style":436},[938],{"type":46,"value":439},{"type":41,"tag":132,"props":940,"children":941},{"style":144},[942],{"type":46,"value":943},"+1555123456",{"type":41,"tag":132,"props":945,"children":946},{"style":436},[947],{"type":46,"value":449},{"type":41,"tag":132,"props":949,"children":950},{"style":144},[951],{"type":46,"value":454},{"type":41,"tag":132,"props":953,"children":954},{"style":436},[955],{"type":46,"value":439},{"type":41,"tag":132,"props":957,"children":958},{"style":144},[959],{"type":46,"value":960},"I'll be late",{"type":41,"tag":132,"props":962,"children":963},{"style":436},[964],{"type":46,"value":468},{"type":41,"tag":966,"props":967,"children":968},"style",{},[969],{"type":46,"value":970},"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":972,"total":1131},[973,991,1006,1018,1030,1044,1054,1065,1077,1093,1104,1116],{"slug":974,"name":974,"fn":975,"description":976,"org":977,"tags":978,"stars":988,"repoUrl":989,"updatedAt":990},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[979,982,985],{"name":980,"slug":981,"type":16},"Agents","agents",{"name":983,"slug":984,"type":16},"Automation","automation",{"name":986,"slug":987,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":992,"name":993,"fn":994,"description":995,"org":996,"tags":997,"stars":988,"repoUrl":989,"updatedAt":1005},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[998,999,1002],{"name":980,"slug":981,"type":16},{"name":1000,"slug":1001,"type":16},"AI Context","ai-context",{"name":1003,"slug":1004,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":1007,"name":1007,"fn":1008,"description":1009,"org":1010,"tags":1011,"stars":988,"repoUrl":989,"updatedAt":1017},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1012,1013,1014],{"name":980,"slug":981,"type":16},{"name":983,"slug":984,"type":16},{"name":1015,"slug":1016,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":1019,"name":1019,"fn":1020,"description":1021,"org":1022,"tags":1023,"stars":988,"repoUrl":989,"updatedAt":1029},"creating-mods","create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1024,1025,1026],{"name":980,"slug":981,"type":16},{"name":983,"slug":984,"type":16},{"name":1027,"slug":1028,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":1031,"name":1031,"fn":1032,"description":1033,"org":1034,"tags":1035,"stars":988,"repoUrl":989,"updatedAt":1043},"creating-skills","create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1036,1037,1040],{"name":980,"slug":981,"type":16},{"name":1038,"slug":1039,"type":16},"Documentation","documentation",{"name":1041,"slug":1042,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":1045,"name":1045,"fn":1046,"description":1047,"org":1048,"tags":1049,"stars":988,"repoUrl":989,"updatedAt":1053},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1050,1051,1052],{"name":980,"slug":981,"type":16},{"name":983,"slug":984,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:23:18.266798",{"slug":1055,"name":1055,"fn":1056,"description":1057,"org":1058,"tags":1059,"stars":988,"repoUrl":989,"updatedAt":1064},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1060,1061],{"name":18,"slug":19,"type":16},{"name":1062,"slug":1063,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":1066,"name":1066,"fn":1067,"description":1068,"org":1069,"tags":1070,"stars":988,"repoUrl":989,"updatedAt":1076},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1071,1072,1073],{"name":980,"slug":981,"type":16},{"name":1027,"slug":1028,"type":16},{"name":1074,"slug":1075,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":1078,"name":1078,"fn":1079,"description":1080,"org":1081,"tags":1082,"stars":988,"repoUrl":989,"updatedAt":1092},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1083,1086,1089],{"name":1084,"slug":1085,"type":16},"Configuration","configuration",{"name":1087,"slug":1088,"type":16},"Desktop","desktop",{"name":1090,"slug":1091,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":1094,"name":1094,"fn":1095,"description":1096,"org":1097,"tags":1098,"stars":988,"repoUrl":989,"updatedAt":1103},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1099,1100],{"name":980,"slug":981,"type":16},{"name":1101,"slug":1102,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":1105,"name":1105,"fn":1106,"description":1107,"org":1108,"tags":1109,"stars":988,"repoUrl":989,"updatedAt":1115},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1110,1111,1114],{"name":980,"slug":981,"type":16},{"name":1112,"slug":1113,"type":16},"AI Infrastructure","ai-infrastructure",{"name":1084,"slug":1085,"type":16},"2026-07-13T06:23:08.838181",{"slug":1117,"name":1117,"fn":1118,"description":1119,"org":1120,"tags":1121,"stars":988,"repoUrl":989,"updatedAt":1130},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1122,1125,1128],{"name":1123,"slug":1124,"type":16},"Creative","creative",{"name":1126,"slug":1127,"type":16},"Graphics","graphics",{"name":1129,"slug":1117,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":1133,"total":1243},[1134,1148,1161,1180,1193,1214,1224],{"slug":1135,"name":1135,"fn":1136,"description":1137,"org":1138,"tags":1139,"stars":23,"repoUrl":24,"updatedAt":1147},"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":11},[1140,1143,1144],{"name":1141,"slug":1142,"type":16},"Authentication","authentication",{"name":18,"slug":19,"type":16},{"name":1145,"slug":1146,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":1149,"name":1149,"fn":1150,"description":1151,"org":1152,"tags":1153,"stars":23,"repoUrl":24,"updatedAt":1160},"agent-slack","automate Slack messaging and workflows","Slack automation CLI — read\u002Fsend\u002Fsearch messages, browse threads and channels, manage channels, download attachments, look up users, and run workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1154,1155,1156,1157],{"name":983,"slug":984,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":1158,"slug":1159,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":1162,"name":1162,"fn":1163,"description":1164,"org":1165,"tags":1166,"stars":23,"repoUrl":24,"updatedAt":1179},"ai-news","fetch and summarize AI news","Fetch and summarize recent AI news from curated RSS feeds (Hugging Face, VentureBeat, The Verge, OpenAI, Anthropic, DeepMind, etc.) and YouTube channels (Yannic Kilcher, Two Minute Papers, AI Explained, etc.). Also fetches full transcripts for specific YouTube videos. Use when the user asks about recent AI news, what's happened in AI lately, summaries of AI research or product announcements, or wants a digest of what's going on in the AI space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1167,1170,1173,1176],{"name":1168,"slug":1169,"type":16},"Communications","communications",{"name":1171,"slug":1172,"type":16},"LLM","llm",{"name":1174,"slug":1175,"type":16},"Research","research",{"name":1177,"slug":1178,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":1181,"name":1181,"fn":1182,"description":1183,"org":1184,"tags":1185,"stars":23,"repoUrl":24,"updatedAt":1192},"creating-letta-code-channels","build and debug Letta Code channels","Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~\u002F.letta\u002Fchannels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1186,1187,1190,1191],{"name":980,"slug":981,"type":16},{"name":1188,"slug":1189,"type":16},"API Development","api-development",{"name":21,"slug":22,"type":16},{"name":1158,"slug":1159,"type":16},"2026-07-13T06:25:55.843495",{"slug":1194,"name":1194,"fn":1195,"description":1196,"org":1197,"tags":1198,"stars":23,"repoUrl":24,"updatedAt":1213},"datadog","query Datadog observability data","Query Datadog observability data (logs, metrics, monitors, dashboards, hosts) via direct API. Use when investigating production issues, checking monitors, searching logs, or accessing Datadog data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1199,1201,1204,1207,1210],{"name":1200,"slug":1194,"type":16},"Datadog",{"name":1202,"slug":1203,"type":16},"Logs","logs",{"name":1205,"slug":1206,"type":16},"Metrics","metrics",{"name":1208,"slug":1209,"type":16},"Monitoring","monitoring",{"name":1211,"slug":1212,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":1215,"name":1215,"fn":1216,"description":1217,"org":1218,"tags":1219,"stars":23,"repoUrl":24,"updatedAt":1223},"discord","automate Discord server and channel tasks","Discord automation CLI — send\u002Fread\u002Fsearch messages, manage channels and servers, react, create threads, pin messages, and look up users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1220,1221,1222],{"name":983,"slug":984,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},"2026-07-13T06:24:26.62387",{"slug":1225,"name":1225,"fn":1226,"description":1227,"org":1228,"tags":1229,"stars":23,"repoUrl":24,"updatedAt":1242},"doc","create and edit Word documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1230,1233,1236,1239],{"name":1231,"slug":1232,"type":16},"Documents","documents",{"name":1234,"slug":1235,"type":16},"DOCX","docx",{"name":1237,"slug":1238,"type":16},"Office","office",{"name":1240,"slug":1241,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]