[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-obsidian":3,"mdc--9efnk-key":37,"related-org-letta-obsidian":406,"related-repo-letta-obsidian":567},{"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},"obsidian","manage Obsidian markdown notes","Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.",{"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},"Notes","notes","tag",{"name":18,"slug":19,"type":16},"Markdown","markdown",{"name":21,"slug":22,"type":16},"CLI","cli",{"name":24,"slug":25,"type":16},"Knowledge Management","knowledge-management",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:24:34.573996",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\u002Fobsidian","---\nname: obsidian\ndescription: Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.\nhomepage: https:\u002F\u002Fhelp.obsidian.md\n\n---\n\n# Obsidian\n\nObsidian vault = a normal folder on disk.\n\nVault structure (typical)\n\n- Notes: `*.md` (plain text Markdown; edit with any editor)\n- Config: `.obsidian\u002F` (workspace + plugin settings; usually don’t touch from scripts)\n- Canvases: `*.canvas` (JSON)\n- Attachments: whatever folder you chose in Obsidian settings (images\u002FPDFs\u002Fetc.)\n\n## Find the active vault(s)\n\nObsidian desktop tracks vaults here (source of truth):\n\n- `~\u002FLibrary\u002FApplication Support\u002Fobsidian\u002Fobsidian.json`\n\n`obsidian-cli` resolves vaults from that file; vault name is typically the **folder name** (path suffix).\n\nFast “what vault is active \u002F where are the notes?”\n\n- If you’ve already set a default: `obsidian-cli print-default --path-only`\n- Otherwise, read `~\u002FLibrary\u002FApplication Support\u002Fobsidian\u002Fobsidian.json` and use the vault entry with `\"open\": true`.\n\nNotes\n\n- Multiple vaults common (iCloud vs `~\u002FDocuments`, work\u002Fpersonal, etc.). Don’t guess; read config.\n- Avoid writing hardcoded vault paths into scripts; prefer reading the config or using `print-default`.\n\n## obsidian-cli quick start\n\nPick a default vault (once):\n\n- `obsidian-cli set-default \"\u003Cvault-folder-name>\"`\n- `obsidian-cli print-default` \u002F `obsidian-cli print-default --path-only`\n\nSearch\n\n- `obsidian-cli search \"query\"` (note names)\n- `obsidian-cli search-content \"query\"` (inside notes; shows snippets + lines)\n\nCreate\n\n- `obsidian-cli create \"Folder\u002FNew note\" --content \"...\" --open`\n- Requires Obsidian URI handler (`obsidian:\u002F\u002F…`) working (Obsidian installed).\n- Avoid creating notes under “hidden” dot-folders (e.g. `.something\u002F...`) via URI; Obsidian may refuse.\n\nMove\u002Frename (safe refactor)\n\n- `obsidian-cli move \"old\u002Fpath\u002Fnote\" \"new\u002Fpath\u002Fnote\"`\n- Updates `[[wikilinks]]` and common Markdown links across the vault (this is the main win vs `mv`).\n\nDelete\n\n- `obsidian-cli delete \"path\u002Fnote\"`\n\nPrefer direct edits when appropriate: open the `.md` file and change it; Obsidian will pick it up.\n",{"data":38,"body":40},{"name":4,"description":6,"homepage":39},"https:\u002F\u002Fhelp.obsidian.md",{"type":41,"children":42},"root",[43,51,57,62,112,119,124,136,155,160,194,198,226,232,237,265,270,295,300,338,343,376,381,393],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Obsidian",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Obsidian vault = a normal folder on disk.",{"type":44,"tag":52,"props":58,"children":59},{},[60],{"type":49,"value":61},"Vault structure (typical)",{"type":44,"tag":63,"props":64,"children":65},"ul",{},[66,81,94,107],{"type":44,"tag":67,"props":68,"children":69},"li",{},[70,72,79],{"type":49,"value":71},"Notes: ",{"type":44,"tag":73,"props":74,"children":76},"code",{"className":75},[],[77],{"type":49,"value":78},"*.md",{"type":49,"value":80}," (plain text Markdown; edit with any editor)",{"type":44,"tag":67,"props":82,"children":83},{},[84,86,92],{"type":49,"value":85},"Config: ",{"type":44,"tag":73,"props":87,"children":89},{"className":88},[],[90],{"type":49,"value":91},".obsidian\u002F",{"type":49,"value":93}," (workspace + plugin settings; usually don’t touch from scripts)",{"type":44,"tag":67,"props":95,"children":96},{},[97,99,105],{"type":49,"value":98},"Canvases: ",{"type":44,"tag":73,"props":100,"children":102},{"className":101},[],[103],{"type":49,"value":104},"*.canvas",{"type":49,"value":106}," (JSON)",{"type":44,"tag":67,"props":108,"children":109},{},[110],{"type":49,"value":111},"Attachments: whatever folder you chose in Obsidian settings (images\u002FPDFs\u002Fetc.)",{"type":44,"tag":113,"props":114,"children":116},"h2",{"id":115},"find-the-active-vaults",[117],{"type":49,"value":118},"Find the active vault(s)",{"type":44,"tag":52,"props":120,"children":121},{},[122],{"type":49,"value":123},"Obsidian desktop tracks vaults here (source of truth):",{"type":44,"tag":63,"props":125,"children":126},{},[127],{"type":44,"tag":67,"props":128,"children":129},{},[130],{"type":44,"tag":73,"props":131,"children":133},{"className":132},[],[134],{"type":49,"value":135},"~\u002FLibrary\u002FApplication Support\u002Fobsidian\u002Fobsidian.json",{"type":44,"tag":52,"props":137,"children":138},{},[139,145,147,153],{"type":44,"tag":73,"props":140,"children":142},{"className":141},[],[143],{"type":49,"value":144},"obsidian-cli",{"type":49,"value":146}," resolves vaults from that file; vault name is typically the ",{"type":44,"tag":148,"props":149,"children":150},"strong",{},[151],{"type":49,"value":152},"folder name",{"type":49,"value":154}," (path suffix).",{"type":44,"tag":52,"props":156,"children":157},{},[158],{"type":49,"value":159},"Fast “what vault is active \u002F where are the notes?”",{"type":44,"tag":63,"props":161,"children":162},{},[163,174],{"type":44,"tag":67,"props":164,"children":165},{},[166,168],{"type":49,"value":167},"If you’ve already set a default: ",{"type":44,"tag":73,"props":169,"children":171},{"className":170},[],[172],{"type":49,"value":173},"obsidian-cli print-default --path-only",{"type":44,"tag":67,"props":175,"children":176},{},[177,179,184,186,192],{"type":49,"value":178},"Otherwise, read ",{"type":44,"tag":73,"props":180,"children":182},{"className":181},[],[183],{"type":49,"value":135},{"type":49,"value":185}," and use the vault entry with ",{"type":44,"tag":73,"props":187,"children":189},{"className":188},[],[190],{"type":49,"value":191},"\"open\": true",{"type":49,"value":193},".",{"type":44,"tag":52,"props":195,"children":196},{},[197],{"type":49,"value":14},{"type":44,"tag":63,"props":199,"children":200},{},[201,214],{"type":44,"tag":67,"props":202,"children":203},{},[204,206,212],{"type":49,"value":205},"Multiple vaults common (iCloud vs ",{"type":44,"tag":73,"props":207,"children":209},{"className":208},[],[210],{"type":49,"value":211},"~\u002FDocuments",{"type":49,"value":213},", work\u002Fpersonal, etc.). Don’t guess; read config.",{"type":44,"tag":67,"props":215,"children":216},{},[217,219,225],{"type":49,"value":218},"Avoid writing hardcoded vault paths into scripts; prefer reading the config or using ",{"type":44,"tag":73,"props":220,"children":222},{"className":221},[],[223],{"type":49,"value":224},"print-default",{"type":49,"value":193},{"type":44,"tag":113,"props":227,"children":229},{"id":228},"obsidian-cli-quick-start",[230],{"type":49,"value":231},"obsidian-cli quick start",{"type":44,"tag":52,"props":233,"children":234},{},[235],{"type":49,"value":236},"Pick a default vault (once):",{"type":44,"tag":63,"props":238,"children":239},{},[240,249],{"type":44,"tag":67,"props":241,"children":242},{},[243],{"type":44,"tag":73,"props":244,"children":246},{"className":245},[],[247],{"type":49,"value":248},"obsidian-cli set-default \"\u003Cvault-folder-name>\"",{"type":44,"tag":67,"props":250,"children":251},{},[252,258,260],{"type":44,"tag":73,"props":253,"children":255},{"className":254},[],[256],{"type":49,"value":257},"obsidian-cli print-default",{"type":49,"value":259}," \u002F ",{"type":44,"tag":73,"props":261,"children":263},{"className":262},[],[264],{"type":49,"value":173},{"type":44,"tag":52,"props":266,"children":267},{},[268],{"type":49,"value":269},"Search",{"type":44,"tag":63,"props":271,"children":272},{},[273,284],{"type":44,"tag":67,"props":274,"children":275},{},[276,282],{"type":44,"tag":73,"props":277,"children":279},{"className":278},[],[280],{"type":49,"value":281},"obsidian-cli search \"query\"",{"type":49,"value":283}," (note names)",{"type":44,"tag":67,"props":285,"children":286},{},[287,293],{"type":44,"tag":73,"props":288,"children":290},{"className":289},[],[291],{"type":49,"value":292},"obsidian-cli search-content \"query\"",{"type":49,"value":294}," (inside notes; shows snippets + lines)",{"type":44,"tag":52,"props":296,"children":297},{},[298],{"type":49,"value":299},"Create",{"type":44,"tag":63,"props":301,"children":302},{},[303,312,325],{"type":44,"tag":67,"props":304,"children":305},{},[306],{"type":44,"tag":73,"props":307,"children":309},{"className":308},[],[310],{"type":49,"value":311},"obsidian-cli create \"Folder\u002FNew note\" --content \"...\" --open",{"type":44,"tag":67,"props":313,"children":314},{},[315,317,323],{"type":49,"value":316},"Requires Obsidian URI handler (",{"type":44,"tag":73,"props":318,"children":320},{"className":319},[],[321],{"type":49,"value":322},"obsidian:\u002F\u002F…",{"type":49,"value":324},") working (Obsidian installed).",{"type":44,"tag":67,"props":326,"children":327},{},[328,330,336],{"type":49,"value":329},"Avoid creating notes under “hidden” dot-folders (e.g. ",{"type":44,"tag":73,"props":331,"children":333},{"className":332},[],[334],{"type":49,"value":335},".something\u002F...",{"type":49,"value":337},") via URI; Obsidian may refuse.",{"type":44,"tag":52,"props":339,"children":340},{},[341],{"type":49,"value":342},"Move\u002Frename (safe refactor)",{"type":44,"tag":63,"props":344,"children":345},{},[346,355],{"type":44,"tag":67,"props":347,"children":348},{},[349],{"type":44,"tag":73,"props":350,"children":352},{"className":351},[],[353],{"type":49,"value":354},"obsidian-cli move \"old\u002Fpath\u002Fnote\" \"new\u002Fpath\u002Fnote\"",{"type":44,"tag":67,"props":356,"children":357},{},[358,360,366,368,374],{"type":49,"value":359},"Updates ",{"type":44,"tag":73,"props":361,"children":363},{"className":362},[],[364],{"type":49,"value":365},"[[wikilinks]]",{"type":49,"value":367}," and common Markdown links across the vault (this is the main win vs ",{"type":44,"tag":73,"props":369,"children":371},{"className":370},[],[372],{"type":49,"value":373},"mv",{"type":49,"value":375},").",{"type":44,"tag":52,"props":377,"children":378},{},[379],{"type":49,"value":380},"Delete",{"type":44,"tag":63,"props":382,"children":383},{},[384],{"type":44,"tag":67,"props":385,"children":386},{},[387],{"type":44,"tag":73,"props":388,"children":390},{"className":389},[],[391],{"type":49,"value":392},"obsidian-cli delete \"path\u002Fnote\"",{"type":44,"tag":52,"props":394,"children":395},{},[396,398,404],{"type":49,"value":397},"Prefer direct edits when appropriate: open the ",{"type":44,"tag":73,"props":399,"children":401},{"className":400},[],[402],{"type":49,"value":403},".md",{"type":49,"value":405}," file and change it; Obsidian will pick it up.",{"items":407,"total":566},[408,426,441,453,465,479,489,500,512,528,539,551],{"slug":409,"name":409,"fn":410,"description":411,"org":412,"tags":413,"stars":423,"repoUrl":424,"updatedAt":425},"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},[414,417,420],{"name":415,"slug":416,"type":16},"Agents","agents",{"name":418,"slug":419,"type":16},"Automation","automation",{"name":421,"slug":422,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":427,"name":428,"fn":429,"description":430,"org":431,"tags":432,"stars":423,"repoUrl":424,"updatedAt":440},"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},[433,434,437],{"name":415,"slug":416,"type":16},{"name":435,"slug":436,"type":16},"AI Context","ai-context",{"name":438,"slug":439,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":442,"name":442,"fn":443,"description":444,"org":445,"tags":446,"stars":423,"repoUrl":424,"updatedAt":452},"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},[447,448,449],{"name":415,"slug":416,"type":16},{"name":418,"slug":419,"type":16},{"name":450,"slug":451,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":454,"name":454,"fn":455,"description":456,"org":457,"tags":458,"stars":423,"repoUrl":424,"updatedAt":464},"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},[459,460,461],{"name":415,"slug":416,"type":16},{"name":418,"slug":419,"type":16},{"name":462,"slug":463,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":466,"name":466,"fn":467,"description":468,"org":469,"tags":470,"stars":423,"repoUrl":424,"updatedAt":478},"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},[471,472,475],{"name":415,"slug":416,"type":16},{"name":473,"slug":474,"type":16},"Documentation","documentation",{"name":476,"slug":477,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":480,"name":480,"fn":481,"description":482,"org":483,"tags":484,"stars":423,"repoUrl":424,"updatedAt":488},"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},[485,486,487],{"name":415,"slug":416,"type":16},{"name":418,"slug":419,"type":16},{"name":21,"slug":22,"type":16},"2026-07-13T06:23:18.266798",{"slug":490,"name":490,"fn":491,"description":492,"org":493,"tags":494,"stars":423,"repoUrl":424,"updatedAt":499},"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},[495,496],{"name":21,"slug":22,"type":16},{"name":497,"slug":498,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":423,"repoUrl":424,"updatedAt":511},"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},[506,507,508],{"name":415,"slug":416,"type":16},{"name":462,"slug":463,"type":16},{"name":509,"slug":510,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":513,"name":513,"fn":514,"description":515,"org":516,"tags":517,"stars":423,"repoUrl":424,"updatedAt":527},"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},[518,521,524],{"name":519,"slug":520,"type":16},"Configuration","configuration",{"name":522,"slug":523,"type":16},"Desktop","desktop",{"name":525,"slug":526,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":529,"name":529,"fn":530,"description":531,"org":532,"tags":533,"stars":423,"repoUrl":424,"updatedAt":538},"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},[534,535],{"name":415,"slug":416,"type":16},{"name":536,"slug":537,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":540,"name":540,"fn":541,"description":542,"org":543,"tags":544,"stars":423,"repoUrl":424,"updatedAt":550},"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},[545,546,549],{"name":415,"slug":416,"type":16},{"name":547,"slug":548,"type":16},"AI Infrastructure","ai-infrastructure",{"name":519,"slug":520,"type":16},"2026-07-13T06:23:08.838181",{"slug":552,"name":552,"fn":553,"description":554,"org":555,"tags":556,"stars":423,"repoUrl":424,"updatedAt":565},"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},[557,560,563],{"name":558,"slug":559,"type":16},"Creative","creative",{"name":561,"slug":562,"type":16},"Graphics","graphics",{"name":564,"slug":552,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":568,"total":680},[569,583,598,617,630,651,661],{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":26,"repoUrl":27,"updatedAt":582},"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},[575,578,579],{"name":576,"slug":577,"type":16},"Authentication","authentication",{"name":21,"slug":22,"type":16},{"name":580,"slug":581,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":584,"name":584,"fn":585,"description":586,"org":587,"tags":588,"stars":26,"repoUrl":27,"updatedAt":597},"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},[589,590,591,594],{"name":418,"slug":419,"type":16},{"name":21,"slug":22,"type":16},{"name":592,"slug":593,"type":16},"Messaging","messaging",{"name":595,"slug":596,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":599,"name":599,"fn":600,"description":601,"org":602,"tags":603,"stars":26,"repoUrl":27,"updatedAt":616},"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},[604,607,610,613],{"name":605,"slug":606,"type":16},"Communications","communications",{"name":608,"slug":609,"type":16},"LLM","llm",{"name":611,"slug":612,"type":16},"Research","research",{"name":614,"slug":615,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":26,"repoUrl":27,"updatedAt":629},"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},[623,624,627,628],{"name":415,"slug":416,"type":16},{"name":625,"slug":626,"type":16},"API Development","api-development",{"name":592,"slug":593,"type":16},{"name":595,"slug":596,"type":16},"2026-07-13T06:25:55.843495",{"slug":631,"name":631,"fn":632,"description":633,"org":634,"tags":635,"stars":26,"repoUrl":27,"updatedAt":650},"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},[636,638,641,644,647],{"name":637,"slug":631,"type":16},"Datadog",{"name":639,"slug":640,"type":16},"Logs","logs",{"name":642,"slug":643,"type":16},"Metrics","metrics",{"name":645,"slug":646,"type":16},"Monitoring","monitoring",{"name":648,"slug":649,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":652,"name":652,"fn":653,"description":654,"org":655,"tags":656,"stars":26,"repoUrl":27,"updatedAt":660},"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},[657,658,659],{"name":418,"slug":419,"type":16},{"name":21,"slug":22,"type":16},{"name":592,"slug":593,"type":16},"2026-07-13T06:24:26.62387",{"slug":662,"name":662,"fn":663,"description":664,"org":665,"tags":666,"stars":26,"repoUrl":27,"updatedAt":679},"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},[667,670,673,676],{"name":668,"slug":669,"type":16},"Documents","documents",{"name":671,"slug":672,"type":16},"DOCX","docx",{"name":674,"slug":675,"type":16},"Office","office",{"name":677,"slug":678,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]