[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-creating-letta-code-channels":3,"mdc-295jo9-key":37,"related-org-letta-creating-letta-code-channels":687,"related-repo-letta-creating-letta-code-channels":848},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"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},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20,23],{"name":14,"slug":15,"type":16},"Agents","agents","tag",{"name":18,"slug":19,"type":16},"Messaging","messaging",{"name":21,"slug":22,"type":16},"Slack","slack",{"name":24,"slug":25,"type":16},"API Development","api-development",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:25:55.843495","MIT",20,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"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\u002Fletta\u002Fcreating-letta-code-channels","---\nname: creating-letta-code-channels\ndescription: 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.\nlicense: MIT\n---\n\n# Creating Letta Code channels\n\nUse this when adding or debugging Letta Code channel support.\n\n## First choice\n\n- **User plugin** (`~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002F`) for headless experiments, community plugins, and fast workflow tests.\n- **First-party channel** (`src\u002Fchannels\u002F\u003Cid>\u002F`) when the channel needs bespoke Desktop UI, custom account snapshots, Slack\u002FDiscord-style auto-routing, rich protocol fields, or migration\u002Fcompatibility shims.\n\nUser plugins cannot shadow first-party ids: `telegram`, `slack`, and `discord` are ignored under `~\u002F.letta\u002Fchannels\u002F`. Use ids like `telegram-test`, `whatsapp-community`, or `custom-chat`.\n\n## Core workflow\n\n1. Work in `~\u002Fletta\u002Fletta-code` or a worktree.\n2. Read `src\u002Fchannels\u002FREADME.md` on branches with dynamic plugins.\n3. For a user plugin, create:\n   - `~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Fchannel.json`\n   - `~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Fplugin.mjs`\n   - `~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Faccounts.json`\n4. Always implement `messageActions` if agents should reply via `MessageChannel`.\n5. Start with `dmPolicy: \"pairing\"` for testing, or `allowlist`\u002F`open` for known headless deployments.\n6. Test all four legs:\n   - plugin discovery\u002Fimport\n   - inbound `adapter.onMessage(msg)` to route\u002Fpairing\n   - routed channel notification reaches the agent\n   - outbound `MessageChannel` calls `messageActions.handleAction` → `adapter.sendMessage`\n7. Run targeted tests, then `bun run typecheck`, `bun run lint`, `bun run build`.\n\n## References\n\nRead only what is needed:\n\n- `references\u002Fuser-plugins.md` — dynamic plugin manifest\u002Faccount\u002Fruntime\u002Fheadless flow and gotchas.\n- `references\u002Ffirst-party-channels.md` — first-party channel file cascade and safety checks.\n- `references\u002Ftesting.md` — smoke-test checklist and commands.\n\n## Scaffold helper\n\nUse the bundled scaffold for a minimal user plugin skeleton. Replace `\u003Cpath-to-this-skill>` with this skill directory path:\n\n```bash\nnpx tsx \u003Cpath-to-this-skill>\u002Fscripts\u002Fscaffold-user-channel-plugin.ts \\\n  my-channel \"My Channel\" \\\n  --runtime-package some-sdk@1.0.0 \\\n  --runtime-module some-sdk\n```\n\nIt creates `channel.json`, `plugin.mjs`, and `accounts.example.json`. Replace the TODO inbound\u002Foutbound implementation with the real SDK calls.\n\n## Hard lessons\n\n- `MessageChannel` silently feels broken if `plugin.messageActions` is missing. Every plugin that should reply needs `describeMessageTool()` and `handleAction()`.\n- For public channels, suppress tool approval\u002Fcontrol prompts unless there is verified operator routing. Posting approval prompts publicly leaks tool input and invites forged `approve` replies.\n- User plugin runtime resolution must not count parent\u002Fdev `node_modules`. Runtime modules should resolve from explicit runtime dirs only.\n- Headless pairing is CLI-first: `letta channels pair --channel \u003Cid> --code \u003Ccode> --agent \u003Cagent-id> --conversation \u003Cconversation-id>`.\n- Running listeners reload `pairing.yaml` and `routing.yaml` on the next inbound miss; restart only when adapter\u002Faccount config itself changed.\n",{"data":38,"body":39},{"name":4,"description":6,"license":29},{"type":40,"children":41},"root",[42,50,56,63,105,164,170,367,373,378,414,420,433,554,581,587,681],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Creating Letta Code channels",{"type":43,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"Use this when adding or debugging Letta Code channel support.",{"type":43,"tag":57,"props":58,"children":60},"h2",{"id":59},"first-choice",[61],{"type":48,"value":62},"First choice",{"type":43,"tag":64,"props":65,"children":66},"ul",{},[67,88],{"type":43,"tag":68,"props":69,"children":70},"li",{},[71,77,79,86],{"type":43,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":48,"value":76},"User plugin",{"type":48,"value":78}," (",{"type":43,"tag":80,"props":81,"children":83},"code",{"className":82},[],[84],{"type":48,"value":85},"~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002F",{"type":48,"value":87},") for headless experiments, community plugins, and fast workflow tests.",{"type":43,"tag":68,"props":89,"children":90},{},[91,96,97,103],{"type":43,"tag":72,"props":92,"children":93},{},[94],{"type":48,"value":95},"First-party channel",{"type":48,"value":78},{"type":43,"tag":80,"props":98,"children":100},{"className":99},[],[101],{"type":48,"value":102},"src\u002Fchannels\u002F\u003Cid>\u002F",{"type":48,"value":104},") when the channel needs bespoke Desktop UI, custom account snapshots, Slack\u002FDiscord-style auto-routing, rich protocol fields, or migration\u002Fcompatibility shims.",{"type":43,"tag":51,"props":106,"children":107},{},[108,110,116,118,123,125,131,133,139,141,147,148,154,156,162],{"type":48,"value":109},"User plugins cannot shadow first-party ids: ",{"type":43,"tag":80,"props":111,"children":113},{"className":112},[],[114],{"type":48,"value":115},"telegram",{"type":48,"value":117},", ",{"type":43,"tag":80,"props":119,"children":121},{"className":120},[],[122],{"type":48,"value":22},{"type":48,"value":124},", and ",{"type":43,"tag":80,"props":126,"children":128},{"className":127},[],[129],{"type":48,"value":130},"discord",{"type":48,"value":132}," are ignored under ",{"type":43,"tag":80,"props":134,"children":136},{"className":135},[],[137],{"type":48,"value":138},"~\u002F.letta\u002Fchannels\u002F",{"type":48,"value":140},". Use ids like ",{"type":43,"tag":80,"props":142,"children":144},{"className":143},[],[145],{"type":48,"value":146},"telegram-test",{"type":48,"value":117},{"type":43,"tag":80,"props":149,"children":151},{"className":150},[],[152],{"type":48,"value":153},"whatsapp-community",{"type":48,"value":155},", or ",{"type":43,"tag":80,"props":157,"children":159},{"className":158},[],[160],{"type":48,"value":161},"custom-chat",{"type":48,"value":163},".",{"type":43,"tag":57,"props":165,"children":167},{"id":166},"core-workflow",[168],{"type":48,"value":169},"Core workflow",{"type":43,"tag":171,"props":172,"children":173},"ol",{},[174,187,200,235,255,284,341],{"type":43,"tag":68,"props":175,"children":176},{},[177,179,185],{"type":48,"value":178},"Work in ",{"type":43,"tag":80,"props":180,"children":182},{"className":181},[],[183],{"type":48,"value":184},"~\u002Fletta\u002Fletta-code",{"type":48,"value":186}," or a worktree.",{"type":43,"tag":68,"props":188,"children":189},{},[190,192,198],{"type":48,"value":191},"Read ",{"type":43,"tag":80,"props":193,"children":195},{"className":194},[],[196],{"type":48,"value":197},"src\u002Fchannels\u002FREADME.md",{"type":48,"value":199}," on branches with dynamic plugins.",{"type":43,"tag":68,"props":201,"children":202},{},[203,205],{"type":48,"value":204},"For a user plugin, create:\n",{"type":43,"tag":64,"props":206,"children":207},{},[208,217,226],{"type":43,"tag":68,"props":209,"children":210},{},[211],{"type":43,"tag":80,"props":212,"children":214},{"className":213},[],[215],{"type":48,"value":216},"~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Fchannel.json",{"type":43,"tag":68,"props":218,"children":219},{},[220],{"type":43,"tag":80,"props":221,"children":223},{"className":222},[],[224],{"type":48,"value":225},"~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Fplugin.mjs",{"type":43,"tag":68,"props":227,"children":228},{},[229],{"type":43,"tag":80,"props":230,"children":232},{"className":231},[],[233],{"type":48,"value":234},"~\u002F.letta\u002Fchannels\u002F\u003Cid>\u002Faccounts.json",{"type":43,"tag":68,"props":236,"children":237},{},[238,240,246,248,254],{"type":48,"value":239},"Always implement ",{"type":43,"tag":80,"props":241,"children":243},{"className":242},[],[244],{"type":48,"value":245},"messageActions",{"type":48,"value":247}," if agents should reply via ",{"type":43,"tag":80,"props":249,"children":251},{"className":250},[],[252],{"type":48,"value":253},"MessageChannel",{"type":48,"value":163},{"type":43,"tag":68,"props":256,"children":257},{},[258,260,266,268,274,276,282],{"type":48,"value":259},"Start with ",{"type":43,"tag":80,"props":261,"children":263},{"className":262},[],[264],{"type":48,"value":265},"dmPolicy: \"pairing\"",{"type":48,"value":267}," for testing, or ",{"type":43,"tag":80,"props":269,"children":271},{"className":270},[],[272],{"type":48,"value":273},"allowlist",{"type":48,"value":275},"\u002F",{"type":43,"tag":80,"props":277,"children":279},{"className":278},[],[280],{"type":48,"value":281},"open",{"type":48,"value":283}," for known headless deployments.",{"type":43,"tag":68,"props":285,"children":286},{},[287,289],{"type":48,"value":288},"Test all four legs:\n",{"type":43,"tag":64,"props":290,"children":291},{},[292,297,310,315],{"type":43,"tag":68,"props":293,"children":294},{},[295],{"type":48,"value":296},"plugin discovery\u002Fimport",{"type":43,"tag":68,"props":298,"children":299},{},[300,302,308],{"type":48,"value":301},"inbound ",{"type":43,"tag":80,"props":303,"children":305},{"className":304},[],[306],{"type":48,"value":307},"adapter.onMessage(msg)",{"type":48,"value":309}," to route\u002Fpairing",{"type":43,"tag":68,"props":311,"children":312},{},[313],{"type":48,"value":314},"routed channel notification reaches the agent",{"type":43,"tag":68,"props":316,"children":317},{},[318,320,325,327,333,335],{"type":48,"value":319},"outbound ",{"type":43,"tag":80,"props":321,"children":323},{"className":322},[],[324],{"type":48,"value":253},{"type":48,"value":326}," calls ",{"type":43,"tag":80,"props":328,"children":330},{"className":329},[],[331],{"type":48,"value":332},"messageActions.handleAction",{"type":48,"value":334}," → ",{"type":43,"tag":80,"props":336,"children":338},{"className":337},[],[339],{"type":48,"value":340},"adapter.sendMessage",{"type":43,"tag":68,"props":342,"children":343},{},[344,346,352,353,359,360,366],{"type":48,"value":345},"Run targeted tests, then ",{"type":43,"tag":80,"props":347,"children":349},{"className":348},[],[350],{"type":48,"value":351},"bun run typecheck",{"type":48,"value":117},{"type":43,"tag":80,"props":354,"children":356},{"className":355},[],[357],{"type":48,"value":358},"bun run lint",{"type":48,"value":117},{"type":43,"tag":80,"props":361,"children":363},{"className":362},[],[364],{"type":48,"value":365},"bun run build",{"type":48,"value":163},{"type":43,"tag":57,"props":368,"children":370},{"id":369},"references",[371],{"type":48,"value":372},"References",{"type":43,"tag":51,"props":374,"children":375},{},[376],{"type":48,"value":377},"Read only what is needed:",{"type":43,"tag":64,"props":379,"children":380},{},[381,392,403],{"type":43,"tag":68,"props":382,"children":383},{},[384,390],{"type":43,"tag":80,"props":385,"children":387},{"className":386},[],[388],{"type":48,"value":389},"references\u002Fuser-plugins.md",{"type":48,"value":391}," — dynamic plugin manifest\u002Faccount\u002Fruntime\u002Fheadless flow and gotchas.",{"type":43,"tag":68,"props":393,"children":394},{},[395,401],{"type":43,"tag":80,"props":396,"children":398},{"className":397},[],[399],{"type":48,"value":400},"references\u002Ffirst-party-channels.md",{"type":48,"value":402}," — first-party channel file cascade and safety checks.",{"type":43,"tag":68,"props":404,"children":405},{},[406,412],{"type":43,"tag":80,"props":407,"children":409},{"className":408},[],[410],{"type":48,"value":411},"references\u002Ftesting.md",{"type":48,"value":413}," — smoke-test checklist and commands.",{"type":43,"tag":57,"props":415,"children":417},{"id":416},"scaffold-helper",[418],{"type":48,"value":419},"Scaffold helper",{"type":43,"tag":51,"props":421,"children":422},{},[423,425,431],{"type":48,"value":424},"Use the bundled scaffold for a minimal user plugin skeleton. Replace ",{"type":43,"tag":80,"props":426,"children":428},{"className":427},[],[429],{"type":48,"value":430},"\u003Cpath-to-this-skill>",{"type":48,"value":432}," with this skill directory path:",{"type":43,"tag":434,"props":435,"children":440},"pre",{"className":436,"code":437,"language":438,"meta":439,"style":439},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx tsx \u003Cpath-to-this-skill>\u002Fscripts\u002Fscaffold-user-channel-plugin.ts \\\n  my-channel \"My Channel\" \\\n  --runtime-package some-sdk@1.0.0 \\\n  --runtime-module some-sdk\n","bash","",[441],{"type":43,"tag":80,"props":442,"children":443},{"__ignoreMap":439},[444,494,522,540],{"type":43,"tag":445,"props":446,"children":449},"span",{"class":447,"line":448},"line",1,[450,456,462,468,473,479,484,489],{"type":43,"tag":445,"props":451,"children":453},{"style":452},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[454],{"type":48,"value":455},"npx",{"type":43,"tag":445,"props":457,"children":459},{"style":458},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[460],{"type":48,"value":461}," tsx",{"type":43,"tag":445,"props":463,"children":465},{"style":464},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[466],{"type":48,"value":467}," \u003C",{"type":43,"tag":445,"props":469,"children":470},{"style":458},[471],{"type":48,"value":472},"path-to-this-skil",{"type":43,"tag":445,"props":474,"children":476},{"style":475},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[477],{"type":48,"value":478},"l",{"type":43,"tag":445,"props":480,"children":481},{"style":464},[482],{"type":48,"value":483},">",{"type":43,"tag":445,"props":485,"children":486},{"style":458},[487],{"type":48,"value":488},"\u002Fscripts\u002Fscaffold-user-channel-plugin.ts",{"type":43,"tag":445,"props":490,"children":491},{"style":475},[492],{"type":48,"value":493}," \\\n",{"type":43,"tag":445,"props":495,"children":497},{"class":447,"line":496},2,[498,503,508,513,518],{"type":43,"tag":445,"props":499,"children":500},{"style":458},[501],{"type":48,"value":502},"  my-channel",{"type":43,"tag":445,"props":504,"children":505},{"style":464},[506],{"type":48,"value":507}," \"",{"type":43,"tag":445,"props":509,"children":510},{"style":458},[511],{"type":48,"value":512},"My Channel",{"type":43,"tag":445,"props":514,"children":515},{"style":464},[516],{"type":48,"value":517},"\"",{"type":43,"tag":445,"props":519,"children":520},{"style":475},[521],{"type":48,"value":493},{"type":43,"tag":445,"props":523,"children":525},{"class":447,"line":524},3,[526,531,536],{"type":43,"tag":445,"props":527,"children":528},{"style":458},[529],{"type":48,"value":530},"  --runtime-package",{"type":43,"tag":445,"props":532,"children":533},{"style":458},[534],{"type":48,"value":535}," some-sdk@1.0.0",{"type":43,"tag":445,"props":537,"children":538},{"style":475},[539],{"type":48,"value":493},{"type":43,"tag":445,"props":541,"children":543},{"class":447,"line":542},4,[544,549],{"type":43,"tag":445,"props":545,"children":546},{"style":458},[547],{"type":48,"value":548},"  --runtime-module",{"type":43,"tag":445,"props":550,"children":551},{"style":458},[552],{"type":48,"value":553}," some-sdk\n",{"type":43,"tag":51,"props":555,"children":556},{},[557,559,565,566,572,573,579],{"type":48,"value":558},"It creates ",{"type":43,"tag":80,"props":560,"children":562},{"className":561},[],[563],{"type":48,"value":564},"channel.json",{"type":48,"value":117},{"type":43,"tag":80,"props":567,"children":569},{"className":568},[],[570],{"type":48,"value":571},"plugin.mjs",{"type":48,"value":124},{"type":43,"tag":80,"props":574,"children":576},{"className":575},[],[577],{"type":48,"value":578},"accounts.example.json",{"type":48,"value":580},". Replace the TODO inbound\u002Foutbound implementation with the real SDK calls.",{"type":43,"tag":57,"props":582,"children":584},{"id":583},"hard-lessons",[585],{"type":48,"value":586},"Hard lessons",{"type":43,"tag":64,"props":588,"children":589},{},[590,623,636,649,661],{"type":43,"tag":68,"props":591,"children":592},{},[593,598,600,606,608,614,616,622],{"type":43,"tag":80,"props":594,"children":596},{"className":595},[],[597],{"type":48,"value":253},{"type":48,"value":599}," silently feels broken if ",{"type":43,"tag":80,"props":601,"children":603},{"className":602},[],[604],{"type":48,"value":605},"plugin.messageActions",{"type":48,"value":607}," is missing. Every plugin that should reply needs ",{"type":43,"tag":80,"props":609,"children":611},{"className":610},[],[612],{"type":48,"value":613},"describeMessageTool()",{"type":48,"value":615}," and ",{"type":43,"tag":80,"props":617,"children":619},{"className":618},[],[620],{"type":48,"value":621},"handleAction()",{"type":48,"value":163},{"type":43,"tag":68,"props":624,"children":625},{},[626,628,634],{"type":48,"value":627},"For public channels, suppress tool approval\u002Fcontrol prompts unless there is verified operator routing. Posting approval prompts publicly leaks tool input and invites forged ",{"type":43,"tag":80,"props":629,"children":631},{"className":630},[],[632],{"type":48,"value":633},"approve",{"type":48,"value":635}," replies.",{"type":43,"tag":68,"props":637,"children":638},{},[639,641,647],{"type":48,"value":640},"User plugin runtime resolution must not count parent\u002Fdev ",{"type":43,"tag":80,"props":642,"children":644},{"className":643},[],[645],{"type":48,"value":646},"node_modules",{"type":48,"value":648},". Runtime modules should resolve from explicit runtime dirs only.",{"type":43,"tag":68,"props":650,"children":651},{},[652,654,660],{"type":48,"value":653},"Headless pairing is CLI-first: ",{"type":43,"tag":80,"props":655,"children":657},{"className":656},[],[658],{"type":48,"value":659},"letta channels pair --channel \u003Cid> --code \u003Ccode> --agent \u003Cagent-id> --conversation \u003Cconversation-id>",{"type":48,"value":163},{"type":43,"tag":68,"props":662,"children":663},{},[664,666,672,673,679],{"type":48,"value":665},"Running listeners reload ",{"type":43,"tag":80,"props":667,"children":669},{"className":668},[],[670],{"type":48,"value":671},"pairing.yaml",{"type":48,"value":615},{"type":43,"tag":80,"props":674,"children":676},{"className":675},[],[677],{"type":48,"value":678},"routing.yaml",{"type":48,"value":680}," on the next inbound miss; restart only when adapter\u002Faccount config itself changed.",{"type":43,"tag":682,"props":683,"children":684},"style",{},[685],{"type":48,"value":686},"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":688,"total":847},[689,705,720,732,744,758,770,781,793,809,820,832],{"slug":690,"name":690,"fn":691,"description":692,"org":693,"tags":694,"stars":702,"repoUrl":703,"updatedAt":704},"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},[695,696,699],{"name":14,"slug":15,"type":16},{"name":697,"slug":698,"type":16},"Automation","automation",{"name":700,"slug":701,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":706,"name":707,"fn":708,"description":709,"org":710,"tags":711,"stars":702,"repoUrl":703,"updatedAt":719},"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},[712,713,716],{"name":14,"slug":15,"type":16},{"name":714,"slug":715,"type":16},"AI Context","ai-context",{"name":717,"slug":718,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":702,"repoUrl":703,"updatedAt":731},"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},[726,727,728],{"name":14,"slug":15,"type":16},{"name":697,"slug":698,"type":16},{"name":729,"slug":730,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":733,"name":733,"fn":734,"description":735,"org":736,"tags":737,"stars":702,"repoUrl":703,"updatedAt":743},"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},[738,739,740],{"name":14,"slug":15,"type":16},{"name":697,"slug":698,"type":16},{"name":741,"slug":742,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":702,"repoUrl":703,"updatedAt":757},"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},[750,751,754],{"name":14,"slug":15,"type":16},{"name":752,"slug":753,"type":16},"Documentation","documentation",{"name":755,"slug":756,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":759,"name":759,"fn":760,"description":761,"org":762,"tags":763,"stars":702,"repoUrl":703,"updatedAt":769},"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},[764,765,766],{"name":14,"slug":15,"type":16},{"name":697,"slug":698,"type":16},{"name":767,"slug":768,"type":16},"CLI","cli","2026-07-13T06:23:18.266798",{"slug":771,"name":771,"fn":772,"description":773,"org":774,"tags":775,"stars":702,"repoUrl":703,"updatedAt":780},"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},[776,777],{"name":767,"slug":768,"type":16},{"name":778,"slug":779,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":782,"name":782,"fn":783,"description":784,"org":785,"tags":786,"stars":702,"repoUrl":703,"updatedAt":792},"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},[787,788,789],{"name":14,"slug":15,"type":16},{"name":741,"slug":742,"type":16},{"name":790,"slug":791,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":794,"name":794,"fn":795,"description":796,"org":797,"tags":798,"stars":702,"repoUrl":703,"updatedAt":808},"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},[799,802,805],{"name":800,"slug":801,"type":16},"Configuration","configuration",{"name":803,"slug":804,"type":16},"Desktop","desktop",{"name":806,"slug":807,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":810,"name":810,"fn":811,"description":812,"org":813,"tags":814,"stars":702,"repoUrl":703,"updatedAt":819},"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},[815,816],{"name":14,"slug":15,"type":16},{"name":817,"slug":818,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":821,"name":821,"fn":822,"description":823,"org":824,"tags":825,"stars":702,"repoUrl":703,"updatedAt":831},"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},[826,827,830],{"name":14,"slug":15,"type":16},{"name":828,"slug":829,"type":16},"AI Infrastructure","ai-infrastructure",{"name":800,"slug":801,"type":16},"2026-07-13T06:23:08.838181",{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":702,"repoUrl":703,"updatedAt":846},"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},[838,841,844],{"name":839,"slug":840,"type":16},"Creative","creative",{"name":842,"slug":843,"type":16},"Graphics","graphics",{"name":845,"slug":833,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":849,"total":950},[850,864,875,894,901,922,931],{"slug":851,"name":851,"fn":852,"description":853,"org":854,"tags":855,"stars":26,"repoUrl":27,"updatedAt":863},"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},[856,859,860],{"name":857,"slug":858,"type":16},"Authentication","authentication",{"name":767,"slug":768,"type":16},{"name":861,"slug":862,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":26,"repoUrl":27,"updatedAt":874},"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},[870,871,872,873],{"name":697,"slug":698,"type":16},{"name":767,"slug":768,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},"2026-07-13T06:23:51.908511",{"slug":876,"name":876,"fn":877,"description":878,"org":879,"tags":880,"stars":26,"repoUrl":27,"updatedAt":893},"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},[881,884,887,890],{"name":882,"slug":883,"type":16},"Communications","communications",{"name":885,"slug":886,"type":16},"LLM","llm",{"name":888,"slug":889,"type":16},"Research","research",{"name":891,"slug":892,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":4,"name":4,"fn":5,"description":6,"org":895,"tags":896,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[897,898,899,900],{"name":14,"slug":15,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"slug":902,"name":902,"fn":903,"description":904,"org":905,"tags":906,"stars":26,"repoUrl":27,"updatedAt":921},"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},[907,909,912,915,918],{"name":908,"slug":902,"type":16},"Datadog",{"name":910,"slug":911,"type":16},"Logs","logs",{"name":913,"slug":914,"type":16},"Metrics","metrics",{"name":916,"slug":917,"type":16},"Monitoring","monitoring",{"name":919,"slug":920,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":130,"name":130,"fn":923,"description":924,"org":925,"tags":926,"stars":26,"repoUrl":27,"updatedAt":930},"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},[927,928,929],{"name":697,"slug":698,"type":16},{"name":767,"slug":768,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:24:26.62387",{"slug":932,"name":932,"fn":933,"description":934,"org":935,"tags":936,"stars":26,"repoUrl":27,"updatedAt":949},"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},[937,940,943,946],{"name":938,"slug":939,"type":16},"Documents","documents",{"name":941,"slug":942,"type":16},"DOCX","docx",{"name":944,"slug":945,"type":16},"Office","office",{"name":947,"slug":948,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]