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