[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-doc":3,"mdc--7ay5cm-key":37,"related-org-letta-doc":411,"related-repo-letta-doc":574},{"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},"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},"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},"Documents","documents","tag",{"name":18,"slug":19,"type":16},"Office","office",{"name":21,"slug":22,"type":16},"DOCX","docx",{"name":24,"slug":25,"type":16},"Word","word",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:23:44.299568",null,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\u002Ftools\u002Fdoc","---\nname: \"doc\"\ndescription: \"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.\"\n---\n\n\n# DOCX Skill\n\n## When to use\n- Read or review DOCX content where layout matters (tables, diagrams, pagination).\n- Create or edit DOCX files with professional formatting.\n- Validate visual layout before delivery.\n\n## Workflow\n1. Prefer visual review (layout, tables, diagrams).\n   - If `soffice` and `pdftoppm` are available, convert DOCX -> PDF -> PNGs.\n   - Or use `scripts\u002Frender_docx.py` (requires `pdf2image` and Poppler).\n   - If these tools are missing, install them or ask the user to review rendered pages locally.\n2. Use `python-docx` for edits and structured creation (headings, styles, tables, lists).\n3. After each meaningful change, re-render and inspect the pages.\n4. If visual review is not possible, extract text with `python-docx` as a fallback and call out layout risk.\n5. Keep intermediate outputs organized and clean up after final approval.\n\n## Temp and output conventions\n- Use `tmp\u002Fdocs\u002F` for intermediate files; delete when done.\n- Write final artifacts under `output\u002Fdoc\u002F` when working in this repo.\n- Keep filenames stable and descriptive.\n\n## Dependencies (install if missing)\nPrefer `uv` for dependency management.\n\nPython packages:\n```\nuv pip install python-docx pdf2image\n```\nIf `uv` is unavailable:\n```\npython3 -m pip install python-docx pdf2image\n```\nSystem tools (for rendering):\n```\n# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n```\n\nIf installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.\n\n## Environment\nNo required environment variables.\n\n## Rendering commands\nDOCX -> PDF:\n```\nsoffice -env:UserInstallation=file:\u002F\u002F\u002Ftmp\u002Flo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX\n```\n\nPDF -> PNGs:\n```\npdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME\n```\n\nBundled helper:\n```\npython3 scripts\u002Frender_docx.py \u002Fpath\u002Fto\u002Ffile.docx --output_dir \u002Ftmp\u002Fdocx_pages\n```\n\n## Quality expectations\n- Deliver a client-ready document: consistent typography, spacing, margins, and clear hierarchy.\n- Avoid formatting defects: clipped\u002Foverlapping text, broken tables, unreadable characters, or default-template styling.\n- Charts, tables, and visuals must be legible in rendered pages with correct alignment.\n- Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.\n- Citations and references must be human-readable; never leave tool tokens or placeholder strings.\n\n## Final checks\n- Re-render and inspect every page at 100% zoom before final delivery.\n- Fix any spacing, alignment, or pagination issues and repeat the render loop.\n- Confirm there are no leftovers (temp files, duplicate renders) unless the user asks to keep them.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,51,58,78,84,179,185,218,224,238,243,255,266,275,280,289,294,300,305,311,316,325,330,339,344,353,359,387,393],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"docx-skill",[48],{"type":49,"value":50},"text","DOCX Skill",{"type":43,"tag":52,"props":53,"children":55},"h2",{"id":54},"when-to-use",[56],{"type":49,"value":57},"When to use",{"type":43,"tag":59,"props":60,"children":61},"ul",{},[62,68,73],{"type":43,"tag":63,"props":64,"children":65},"li",{},[66],{"type":49,"value":67},"Read or review DOCX content where layout matters (tables, diagrams, pagination).",{"type":43,"tag":63,"props":69,"children":70},{},[71],{"type":49,"value":72},"Create or edit DOCX files with professional formatting.",{"type":43,"tag":63,"props":74,"children":75},{},[76],{"type":49,"value":77},"Validate visual layout before delivery.",{"type":43,"tag":52,"props":79,"children":81},{"id":80},"workflow",[82],{"type":49,"value":83},"Workflow",{"type":43,"tag":85,"props":86,"children":87},"ol",{},[88,144,157,162,174],{"type":43,"tag":63,"props":89,"children":90},{},[91,93],{"type":49,"value":92},"Prefer visual review (layout, tables, diagrams).\n",{"type":43,"tag":59,"props":94,"children":95},{},[96,118,139],{"type":43,"tag":63,"props":97,"children":98},{},[99,101,108,110,116],{"type":49,"value":100},"If ",{"type":43,"tag":102,"props":103,"children":105},"code",{"className":104},[],[106],{"type":49,"value":107},"soffice",{"type":49,"value":109}," and ",{"type":43,"tag":102,"props":111,"children":113},{"className":112},[],[114],{"type":49,"value":115},"pdftoppm",{"type":49,"value":117}," are available, convert DOCX -> PDF -> PNGs.",{"type":43,"tag":63,"props":119,"children":120},{},[121,123,129,131,137],{"type":49,"value":122},"Or use ",{"type":43,"tag":102,"props":124,"children":126},{"className":125},[],[127],{"type":49,"value":128},"scripts\u002Frender_docx.py",{"type":49,"value":130}," (requires ",{"type":43,"tag":102,"props":132,"children":134},{"className":133},[],[135],{"type":49,"value":136},"pdf2image",{"type":49,"value":138}," and Poppler).",{"type":43,"tag":63,"props":140,"children":141},{},[142],{"type":49,"value":143},"If these tools are missing, install them or ask the user to review rendered pages locally.",{"type":43,"tag":63,"props":145,"children":146},{},[147,149,155],{"type":49,"value":148},"Use ",{"type":43,"tag":102,"props":150,"children":152},{"className":151},[],[153],{"type":49,"value":154},"python-docx",{"type":49,"value":156}," for edits and structured creation (headings, styles, tables, lists).",{"type":43,"tag":63,"props":158,"children":159},{},[160],{"type":49,"value":161},"After each meaningful change, re-render and inspect the pages.",{"type":43,"tag":63,"props":163,"children":164},{},[165,167,172],{"type":49,"value":166},"If visual review is not possible, extract text with ",{"type":43,"tag":102,"props":168,"children":170},{"className":169},[],[171],{"type":49,"value":154},{"type":49,"value":173}," as a fallback and call out layout risk.",{"type":43,"tag":63,"props":175,"children":176},{},[177],{"type":49,"value":178},"Keep intermediate outputs organized and clean up after final approval.",{"type":43,"tag":52,"props":180,"children":182},{"id":181},"temp-and-output-conventions",[183],{"type":49,"value":184},"Temp and output conventions",{"type":43,"tag":59,"props":186,"children":187},{},[188,200,213],{"type":43,"tag":63,"props":189,"children":190},{},[191,192,198],{"type":49,"value":148},{"type":43,"tag":102,"props":193,"children":195},{"className":194},[],[196],{"type":49,"value":197},"tmp\u002Fdocs\u002F",{"type":49,"value":199}," for intermediate files; delete when done.",{"type":43,"tag":63,"props":201,"children":202},{},[203,205,211],{"type":49,"value":204},"Write final artifacts under ",{"type":43,"tag":102,"props":206,"children":208},{"className":207},[],[209],{"type":49,"value":210},"output\u002Fdoc\u002F",{"type":49,"value":212}," when working in this repo.",{"type":43,"tag":63,"props":214,"children":215},{},[216],{"type":49,"value":217},"Keep filenames stable and descriptive.",{"type":43,"tag":52,"props":219,"children":221},{"id":220},"dependencies-install-if-missing",[222],{"type":49,"value":223},"Dependencies (install if missing)",{"type":43,"tag":225,"props":226,"children":227},"p",{},[228,230,236],{"type":49,"value":229},"Prefer ",{"type":43,"tag":102,"props":231,"children":233},{"className":232},[],[234],{"type":49,"value":235},"uv",{"type":49,"value":237}," for dependency management.",{"type":43,"tag":225,"props":239,"children":240},{},[241],{"type":49,"value":242},"Python packages:",{"type":43,"tag":244,"props":245,"children":249},"pre",{"className":246,"code":248,"language":49},[247],"language-text","uv pip install python-docx pdf2image\n",[250],{"type":43,"tag":102,"props":251,"children":253},{"__ignoreMap":252},"",[254],{"type":49,"value":248},{"type":43,"tag":225,"props":256,"children":257},{},[258,259,264],{"type":49,"value":100},{"type":43,"tag":102,"props":260,"children":262},{"className":261},[],[263],{"type":49,"value":235},{"type":49,"value":265}," is unavailable:",{"type":43,"tag":244,"props":267,"children":270},{"className":268,"code":269,"language":49},[247],"python3 -m pip install python-docx pdf2image\n",[271],{"type":43,"tag":102,"props":272,"children":273},{"__ignoreMap":252},[274],{"type":49,"value":269},{"type":43,"tag":225,"props":276,"children":277},{},[278],{"type":49,"value":279},"System tools (for rendering):",{"type":43,"tag":244,"props":281,"children":284},{"className":282,"code":283,"language":49},[247],"# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n",[285],{"type":43,"tag":102,"props":286,"children":287},{"__ignoreMap":252},[288],{"type":49,"value":283},{"type":43,"tag":225,"props":290,"children":291},{},[292],{"type":49,"value":293},"If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.",{"type":43,"tag":52,"props":295,"children":297},{"id":296},"environment",[298],{"type":49,"value":299},"Environment",{"type":43,"tag":225,"props":301,"children":302},{},[303],{"type":49,"value":304},"No required environment variables.",{"type":43,"tag":52,"props":306,"children":308},{"id":307},"rendering-commands",[309],{"type":49,"value":310},"Rendering commands",{"type":43,"tag":225,"props":312,"children":313},{},[314],{"type":49,"value":315},"DOCX -> PDF:",{"type":43,"tag":244,"props":317,"children":320},{"className":318,"code":319,"language":49},[247],"soffice -env:UserInstallation=file:\u002F\u002F\u002Ftmp\u002Flo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX\n",[321],{"type":43,"tag":102,"props":322,"children":323},{"__ignoreMap":252},[324],{"type":49,"value":319},{"type":43,"tag":225,"props":326,"children":327},{},[328],{"type":49,"value":329},"PDF -> PNGs:",{"type":43,"tag":244,"props":331,"children":334},{"className":332,"code":333,"language":49},[247],"pdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME\n",[335],{"type":43,"tag":102,"props":336,"children":337},{"__ignoreMap":252},[338],{"type":49,"value":333},{"type":43,"tag":225,"props":340,"children":341},{},[342],{"type":49,"value":343},"Bundled helper:",{"type":43,"tag":244,"props":345,"children":348},{"className":346,"code":347,"language":49},[247],"python3 scripts\u002Frender_docx.py \u002Fpath\u002Fto\u002Ffile.docx --output_dir \u002Ftmp\u002Fdocx_pages\n",[349],{"type":43,"tag":102,"props":350,"children":351},{"__ignoreMap":252},[352],{"type":49,"value":347},{"type":43,"tag":52,"props":354,"children":356},{"id":355},"quality-expectations",[357],{"type":49,"value":358},"Quality expectations",{"type":43,"tag":59,"props":360,"children":361},{},[362,367,372,377,382],{"type":43,"tag":63,"props":363,"children":364},{},[365],{"type":49,"value":366},"Deliver a client-ready document: consistent typography, spacing, margins, and clear hierarchy.",{"type":43,"tag":63,"props":368,"children":369},{},[370],{"type":49,"value":371},"Avoid formatting defects: clipped\u002Foverlapping text, broken tables, unreadable characters, or default-template styling.",{"type":43,"tag":63,"props":373,"children":374},{},[375],{"type":49,"value":376},"Charts, tables, and visuals must be legible in rendered pages with correct alignment.",{"type":43,"tag":63,"props":378,"children":379},{},[380],{"type":49,"value":381},"Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.",{"type":43,"tag":63,"props":383,"children":384},{},[385],{"type":49,"value":386},"Citations and references must be human-readable; never leave tool tokens or placeholder strings.",{"type":43,"tag":52,"props":388,"children":390},{"id":389},"final-checks",[391],{"type":49,"value":392},"Final checks",{"type":43,"tag":59,"props":394,"children":395},{},[396,401,406],{"type":43,"tag":63,"props":397,"children":398},{},[399],{"type":49,"value":400},"Re-render and inspect every page at 100% zoom before final delivery.",{"type":43,"tag":63,"props":402,"children":403},{},[404],{"type":49,"value":405},"Fix any spacing, alignment, or pagination issues and repeat the render loop.",{"type":43,"tag":63,"props":407,"children":408},{},[409],{"type":49,"value":410},"Confirm there are no leftovers (temp files, duplicate renders) unless the user asks to keep them.",{"items":412,"total":573},[413,431,446,458,470,484,496,507,519,535,546,558],{"slug":414,"name":414,"fn":415,"description":416,"org":417,"tags":418,"stars":428,"repoUrl":429,"updatedAt":430},"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},[419,422,425],{"name":420,"slug":421,"type":16},"Agents","agents",{"name":423,"slug":424,"type":16},"Automation","automation",{"name":426,"slug":427,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":432,"name":433,"fn":434,"description":435,"org":436,"tags":437,"stars":428,"repoUrl":429,"updatedAt":445},"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},[438,439,442],{"name":420,"slug":421,"type":16},{"name":440,"slug":441,"type":16},"AI Context","ai-context",{"name":443,"slug":444,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":447,"name":447,"fn":448,"description":449,"org":450,"tags":451,"stars":428,"repoUrl":429,"updatedAt":457},"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},[452,453,454],{"name":420,"slug":421,"type":16},{"name":423,"slug":424,"type":16},{"name":455,"slug":456,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":459,"name":459,"fn":460,"description":461,"org":462,"tags":463,"stars":428,"repoUrl":429,"updatedAt":469},"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},[464,465,466],{"name":420,"slug":421,"type":16},{"name":423,"slug":424,"type":16},{"name":467,"slug":468,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":471,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":428,"repoUrl":429,"updatedAt":483},"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},[476,477,480],{"name":420,"slug":421,"type":16},{"name":478,"slug":479,"type":16},"Documentation","documentation",{"name":481,"slug":482,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":485,"name":485,"fn":486,"description":487,"org":488,"tags":489,"stars":428,"repoUrl":429,"updatedAt":495},"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},[490,491,492],{"name":420,"slug":421,"type":16},{"name":423,"slug":424,"type":16},{"name":493,"slug":494,"type":16},"CLI","cli","2026-07-13T06:23:18.266798",{"slug":497,"name":497,"fn":498,"description":499,"org":500,"tags":501,"stars":428,"repoUrl":429,"updatedAt":506},"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},[502,503],{"name":493,"slug":494,"type":16},{"name":504,"slug":505,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":508,"name":508,"fn":509,"description":510,"org":511,"tags":512,"stars":428,"repoUrl":429,"updatedAt":518},"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},[513,514,515],{"name":420,"slug":421,"type":16},{"name":467,"slug":468,"type":16},{"name":516,"slug":517,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":520,"name":520,"fn":521,"description":522,"org":523,"tags":524,"stars":428,"repoUrl":429,"updatedAt":534},"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},[525,528,531],{"name":526,"slug":527,"type":16},"Configuration","configuration",{"name":529,"slug":530,"type":16},"Desktop","desktop",{"name":532,"slug":533,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":536,"name":536,"fn":537,"description":538,"org":539,"tags":540,"stars":428,"repoUrl":429,"updatedAt":545},"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},[541,542],{"name":420,"slug":421,"type":16},{"name":543,"slug":544,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":428,"repoUrl":429,"updatedAt":557},"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},[552,553,556],{"name":420,"slug":421,"type":16},{"name":554,"slug":555,"type":16},"AI Infrastructure","ai-infrastructure",{"name":526,"slug":527,"type":16},"2026-07-13T06:23:08.838181",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":428,"repoUrl":429,"updatedAt":572},"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},[564,567,570],{"name":565,"slug":566,"type":16},"Creative","creative",{"name":568,"slug":569,"type":16},"Graphics","graphics",{"name":571,"slug":559,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":575,"total":675},[576,590,605,624,637,658,668],{"slug":577,"name":577,"fn":578,"description":579,"org":580,"tags":581,"stars":26,"repoUrl":27,"updatedAt":589},"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},[582,585,586],{"name":583,"slug":584,"type":16},"Authentication","authentication",{"name":493,"slug":494,"type":16},{"name":587,"slug":588,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":591,"name":591,"fn":592,"description":593,"org":594,"tags":595,"stars":26,"repoUrl":27,"updatedAt":604},"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},[596,597,598,601],{"name":423,"slug":424,"type":16},{"name":493,"slug":494,"type":16},{"name":599,"slug":600,"type":16},"Messaging","messaging",{"name":602,"slug":603,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":26,"repoUrl":27,"updatedAt":623},"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},[611,614,617,620],{"name":612,"slug":613,"type":16},"Communications","communications",{"name":615,"slug":616,"type":16},"LLM","llm",{"name":618,"slug":619,"type":16},"Research","research",{"name":621,"slug":622,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":625,"name":625,"fn":626,"description":627,"org":628,"tags":629,"stars":26,"repoUrl":27,"updatedAt":636},"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},[630,631,634,635],{"name":420,"slug":421,"type":16},{"name":632,"slug":633,"type":16},"API Development","api-development",{"name":599,"slug":600,"type":16},{"name":602,"slug":603,"type":16},"2026-07-13T06:25:55.843495",{"slug":638,"name":638,"fn":639,"description":640,"org":641,"tags":642,"stars":26,"repoUrl":27,"updatedAt":657},"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},[643,645,648,651,654],{"name":644,"slug":638,"type":16},"Datadog",{"name":646,"slug":647,"type":16},"Logs","logs",{"name":649,"slug":650,"type":16},"Metrics","metrics",{"name":652,"slug":653,"type":16},"Monitoring","monitoring",{"name":655,"slug":656,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":659,"name":659,"fn":660,"description":661,"org":662,"tags":663,"stars":26,"repoUrl":27,"updatedAt":667},"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},[664,665,666],{"name":423,"slug":424,"type":16},{"name":493,"slug":494,"type":16},{"name":599,"slug":600,"type":16},"2026-07-13T06:24:26.62387",{"slug":4,"name":4,"fn":5,"description":6,"org":669,"tags":670,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[671,672,673,674],{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":24,"slug":25,"type":16},45]