[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-trail-of-bits-openai-doc":3,"mdc--zgcv57-key":37,"related-org-trail-of-bits-openai-doc":424,"related-repo-trail-of-bits-openai-doc":586},{"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},"openai-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. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"trail-of-bits","Trail of Bits","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftrail-of-bits.png","trailofbits",[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",460,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated","2026-07-18T05:47:15.066614",null,29,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Curated, community-vetted Claude Code plugin marketplace","https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated\u002Ftree\u002FHEAD\u002Fplugins\u002Fopenai-doc\u002Fskills\u002Fopenai-doc","---\nname: openai-doc\ndescription: Use when the task involves reading, creating, or editing `.docx` documents, especially when\n  formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py`\n  for visual checks. Originally from OpenAI's curated skills catalog.\nallowed-tools:\n- Bash\n- Read\n- Grep\n- Glob\n- Write\n- Edit\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## When NOT to Use\n\n\u003C!-- TODO: review -->\n\n",{"data":38,"body":46},{"name":4,"description":6,"allowed-tools":39},[40,41,42,43,44,45],"Bash","Read","Grep","Glob","Write","Edit",{"type":47,"children":48},"root",[49,58,65,85,91,186,192,225,231,245,250,262,273,282,287,296,301,307,312,318,323,332,337,346,351,360,366,394,400,418],{"type":50,"tag":51,"props":52,"children":54},"element","h1",{"id":53},"docx-skill",[55],{"type":56,"value":57},"text","DOCX Skill",{"type":50,"tag":59,"props":60,"children":62},"h2",{"id":61},"when-to-use",[63],{"type":56,"value":64},"When to use",{"type":50,"tag":66,"props":67,"children":68},"ul",{},[69,75,80],{"type":50,"tag":70,"props":71,"children":72},"li",{},[73],{"type":56,"value":74},"Read or review DOCX content where layout matters (tables, diagrams, pagination).",{"type":50,"tag":70,"props":76,"children":77},{},[78],{"type":56,"value":79},"Create or edit DOCX files with professional formatting.",{"type":50,"tag":70,"props":81,"children":82},{},[83],{"type":56,"value":84},"Validate visual layout before delivery.",{"type":50,"tag":59,"props":86,"children":88},{"id":87},"workflow",[89],{"type":56,"value":90},"Workflow",{"type":50,"tag":92,"props":93,"children":94},"ol",{},[95,151,164,169,181],{"type":50,"tag":70,"props":96,"children":97},{},[98,100],{"type":56,"value":99},"Prefer visual review (layout, tables, diagrams).\n",{"type":50,"tag":66,"props":101,"children":102},{},[103,125,146],{"type":50,"tag":70,"props":104,"children":105},{},[106,108,115,117,123],{"type":56,"value":107},"If ",{"type":50,"tag":109,"props":110,"children":112},"code",{"className":111},[],[113],{"type":56,"value":114},"soffice",{"type":56,"value":116}," and ",{"type":50,"tag":109,"props":118,"children":120},{"className":119},[],[121],{"type":56,"value":122},"pdftoppm",{"type":56,"value":124}," are available, convert DOCX -> PDF -> PNGs.",{"type":50,"tag":70,"props":126,"children":127},{},[128,130,136,138,144],{"type":56,"value":129},"Or use ",{"type":50,"tag":109,"props":131,"children":133},{"className":132},[],[134],{"type":56,"value":135},"scripts\u002Frender_docx.py",{"type":56,"value":137}," (requires ",{"type":50,"tag":109,"props":139,"children":141},{"className":140},[],[142],{"type":56,"value":143},"pdf2image",{"type":56,"value":145}," and Poppler).",{"type":50,"tag":70,"props":147,"children":148},{},[149],{"type":56,"value":150},"If these tools are missing, install them or ask the user to review rendered pages locally.",{"type":50,"tag":70,"props":152,"children":153},{},[154,156,162],{"type":56,"value":155},"Use ",{"type":50,"tag":109,"props":157,"children":159},{"className":158},[],[160],{"type":56,"value":161},"python-docx",{"type":56,"value":163}," for edits and structured creation (headings, styles, tables, lists).",{"type":50,"tag":70,"props":165,"children":166},{},[167],{"type":56,"value":168},"After each meaningful change, re-render and inspect the pages.",{"type":50,"tag":70,"props":170,"children":171},{},[172,174,179],{"type":56,"value":173},"If visual review is not possible, extract text with ",{"type":50,"tag":109,"props":175,"children":177},{"className":176},[],[178],{"type":56,"value":161},{"type":56,"value":180}," as a fallback and call out layout risk.",{"type":50,"tag":70,"props":182,"children":183},{},[184],{"type":56,"value":185},"Keep intermediate outputs organized and clean up after final approval.",{"type":50,"tag":59,"props":187,"children":189},{"id":188},"temp-and-output-conventions",[190],{"type":56,"value":191},"Temp and output conventions",{"type":50,"tag":66,"props":193,"children":194},{},[195,207,220],{"type":50,"tag":70,"props":196,"children":197},{},[198,199,205],{"type":56,"value":155},{"type":50,"tag":109,"props":200,"children":202},{"className":201},[],[203],{"type":56,"value":204},"tmp\u002Fdocs\u002F",{"type":56,"value":206}," for intermediate files; delete when done.",{"type":50,"tag":70,"props":208,"children":209},{},[210,212,218],{"type":56,"value":211},"Write final artifacts under ",{"type":50,"tag":109,"props":213,"children":215},{"className":214},[],[216],{"type":56,"value":217},"output\u002Fdoc\u002F",{"type":56,"value":219}," when working in this repo.",{"type":50,"tag":70,"props":221,"children":222},{},[223],{"type":56,"value":224},"Keep filenames stable and descriptive.",{"type":50,"tag":59,"props":226,"children":228},{"id":227},"dependencies-install-if-missing",[229],{"type":56,"value":230},"Dependencies (install if missing)",{"type":50,"tag":232,"props":233,"children":234},"p",{},[235,237,243],{"type":56,"value":236},"Prefer ",{"type":50,"tag":109,"props":238,"children":240},{"className":239},[],[241],{"type":56,"value":242},"uv",{"type":56,"value":244}," for dependency management.",{"type":50,"tag":232,"props":246,"children":247},{},[248],{"type":56,"value":249},"Python packages:",{"type":50,"tag":251,"props":252,"children":256},"pre",{"className":253,"code":255,"language":56},[254],"language-text","uv pip install python-docx pdf2image\n",[257],{"type":50,"tag":109,"props":258,"children":260},{"__ignoreMap":259},"",[261],{"type":56,"value":255},{"type":50,"tag":232,"props":263,"children":264},{},[265,266,271],{"type":56,"value":107},{"type":50,"tag":109,"props":267,"children":269},{"className":268},[],[270],{"type":56,"value":242},{"type":56,"value":272}," is unavailable:",{"type":50,"tag":251,"props":274,"children":277},{"className":275,"code":276,"language":56},[254],"python3 -m pip install python-docx pdf2image\n",[278],{"type":50,"tag":109,"props":279,"children":280},{"__ignoreMap":259},[281],{"type":56,"value":276},{"type":50,"tag":232,"props":283,"children":284},{},[285],{"type":56,"value":286},"System tools (for rendering):",{"type":50,"tag":251,"props":288,"children":291},{"className":289,"code":290,"language":56},[254],"# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n",[292],{"type":50,"tag":109,"props":293,"children":294},{"__ignoreMap":259},[295],{"type":56,"value":290},{"type":50,"tag":232,"props":297,"children":298},{},[299],{"type":56,"value":300},"If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.",{"type":50,"tag":59,"props":302,"children":304},{"id":303},"environment",[305],{"type":56,"value":306},"Environment",{"type":50,"tag":232,"props":308,"children":309},{},[310],{"type":56,"value":311},"No required environment variables.",{"type":50,"tag":59,"props":313,"children":315},{"id":314},"rendering-commands",[316],{"type":56,"value":317},"Rendering commands",{"type":50,"tag":232,"props":319,"children":320},{},[321],{"type":56,"value":322},"DOCX -> PDF:",{"type":50,"tag":251,"props":324,"children":327},{"className":325,"code":326,"language":56},[254],"soffice -env:UserInstallation=file:\u002F\u002F\u002Ftmp\u002Flo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX\n",[328],{"type":50,"tag":109,"props":329,"children":330},{"__ignoreMap":259},[331],{"type":56,"value":326},{"type":50,"tag":232,"props":333,"children":334},{},[335],{"type":56,"value":336},"PDF -> PNGs:",{"type":50,"tag":251,"props":338,"children":341},{"className":339,"code":340,"language":56},[254],"pdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME\n",[342],{"type":50,"tag":109,"props":343,"children":344},{"__ignoreMap":259},[345],{"type":56,"value":340},{"type":50,"tag":232,"props":347,"children":348},{},[349],{"type":56,"value":350},"Bundled helper:",{"type":50,"tag":251,"props":352,"children":355},{"className":353,"code":354,"language":56},[254],"python3 scripts\u002Frender_docx.py \u002Fpath\u002Fto\u002Ffile.docx --output_dir \u002Ftmp\u002Fdocx_pages\n",[356],{"type":50,"tag":109,"props":357,"children":358},{"__ignoreMap":259},[359],{"type":56,"value":354},{"type":50,"tag":59,"props":361,"children":363},{"id":362},"quality-expectations",[364],{"type":56,"value":365},"Quality expectations",{"type":50,"tag":66,"props":367,"children":368},{},[369,374,379,384,389],{"type":50,"tag":70,"props":370,"children":371},{},[372],{"type":56,"value":373},"Deliver a client-ready document: consistent typography, spacing, margins, and clear hierarchy.",{"type":50,"tag":70,"props":375,"children":376},{},[377],{"type":56,"value":378},"Avoid formatting defects: clipped\u002Foverlapping text, broken tables, unreadable characters, or default-template styling.",{"type":50,"tag":70,"props":380,"children":381},{},[382],{"type":56,"value":383},"Charts, tables, and visuals must be legible in rendered pages with correct alignment.",{"type":50,"tag":70,"props":385,"children":386},{},[387],{"type":56,"value":388},"Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.",{"type":50,"tag":70,"props":390,"children":391},{},[392],{"type":56,"value":393},"Citations and references must be human-readable; never leave tool tokens or placeholder strings.",{"type":50,"tag":59,"props":395,"children":397},{"id":396},"final-checks",[398],{"type":56,"value":399},"Final checks",{"type":50,"tag":66,"props":401,"children":402},{},[403,408,413],{"type":50,"tag":70,"props":404,"children":405},{},[406],{"type":56,"value":407},"Re-render and inspect every page at 100% zoom before final delivery.",{"type":50,"tag":70,"props":409,"children":410},{},[411],{"type":56,"value":412},"Fix any spacing, alignment, or pagination issues and repeat the render loop.",{"type":50,"tag":70,"props":414,"children":415},{},[416],{"type":56,"value":417},"Confirm there are no leftovers (temp files, duplicate renders) unless the user asks to keep them.",{"type":50,"tag":59,"props":419,"children":421},{"id":420},"when-not-to-use",[422],{"type":56,"value":423},"When NOT to Use",{"items":425,"total":585},[426,447,457,477,492,505,517,527,540,551,563,574],{"slug":427,"name":427,"fn":428,"description":429,"org":430,"tags":431,"stars":444,"repoUrl":445,"updatedAt":446},"address-sanitizer","detect memory errors during fuzzing","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C\u002FC++ code to find buffer overflows and use-after-free bugs.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[432,435,438,441],{"name":433,"slug":434,"type":16},"C#","c",{"name":436,"slug":437,"type":16},"Debugging","debugging",{"name":439,"slug":440,"type":16},"Security","security",{"name":442,"slug":443,"type":16},"Testing","testing",6139,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills","2026-07-17T06:05:14.925095",{"slug":448,"name":448,"fn":449,"description":450,"org":451,"tags":452,"stars":444,"repoUrl":445,"updatedAt":456},"aflpp","perform multi-core fuzzing of C\u002FC++ projects","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C\u002FC++ projects.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[453,454,455],{"name":433,"slug":434,"type":16},{"name":439,"slug":440,"type":16},{"name":442,"slug":443,"type":16},"2026-07-17T06:05:12.433192",{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":444,"repoUrl":445,"updatedAt":476},"agentic-actions-auditor","audit GitHub Actions for security vulnerabilities","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI\u002FCD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI\u002FCD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[463,466,469,472,475],{"name":464,"slug":465,"type":16},"Agents","agents",{"name":467,"slug":468,"type":16},"CI\u002FCD","ci-cd",{"name":470,"slug":471,"type":16},"Code Analysis","code-analysis",{"name":473,"slug":474,"type":16},"GitHub Actions","github-actions",{"name":439,"slug":440,"type":16},"2026-07-18T05:47:48.564744",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":444,"repoUrl":445,"updatedAt":491},"algorand-vulnerability-scanner","scan Algorand smart contracts for vulnerabilities","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL\u002FPyTeal).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[483,486,487,488],{"name":484,"slug":485,"type":16},"Audit","audit",{"name":470,"slug":471,"type":16},{"name":439,"slug":440,"type":16},{"name":489,"slug":490,"type":16},"Smart Contracts","smart-contracts","2026-07-18T05:47:43.989063",{"slug":493,"name":493,"fn":494,"description":495,"org":496,"tags":497,"stars":444,"repoUrl":445,"updatedAt":504},"ask-questions-if-underspecified","clarify requirements before implementation","Clarify requirements before implementing. Use when serious doubts arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[498,501],{"name":499,"slug":500,"type":16},"Engineering","engineering",{"name":502,"slug":503,"type":16},"Productivity","productivity","2026-07-17T06:05:33.543262",{"slug":506,"name":506,"fn":507,"description":508,"org":509,"tags":510,"stars":444,"repoUrl":445,"updatedAt":516},"atheris","fuzz Python code with Atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[511,514,515],{"name":512,"slug":513,"type":16},"Python","python",{"name":439,"slug":440,"type":16},{"name":442,"slug":443,"type":16},"2026-07-17T06:05:14.575191",{"slug":518,"name":518,"fn":519,"description":520,"org":521,"tags":522,"stars":444,"repoUrl":445,"updatedAt":526},"audit-augmentation","augment code graphs with audit findings","Augments Trailmark code graphs with external audit findings from SARIF static analysis results, weAudit annotation files, and version-gated Trailmark 0.4.x binary-analysis graph exports. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, importing binary graph findings, cross-referencing Semgrep, CodeQL, or binary-analysis findings with call graph data, or visualizing audit findings in the context of code structure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[523,524,525],{"name":484,"slug":485,"type":16},{"name":470,"slug":471,"type":16},{"name":439,"slug":440,"type":16},"2026-08-01T05:44:54.920542",{"slug":528,"name":528,"fn":529,"description":530,"org":531,"tags":532,"stars":444,"repoUrl":445,"updatedAt":539},"audit-context-building","build architectural context for code analysis","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[533,536,537,538],{"name":534,"slug":535,"type":16},"Architecture","architecture",{"name":484,"slug":485,"type":16},{"name":470,"slug":471,"type":16},{"name":499,"slug":500,"type":16},"2026-07-18T05:47:40.122449",{"slug":541,"name":541,"fn":542,"description":543,"org":544,"tags":545,"stars":444,"repoUrl":445,"updatedAt":550},"audit-prep-assistant","prepare codebases for security audits","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[546,547,548,549],{"name":484,"slug":485,"type":16},{"name":470,"slug":471,"type":16},{"name":499,"slug":500,"type":16},{"name":439,"slug":440,"type":16},"2026-07-18T05:47:39.210985",{"slug":552,"name":552,"fn":553,"description":554,"org":555,"tags":556,"stars":444,"repoUrl":445,"updatedAt":562},"burpsuite-project-parser","parse Burp Suite project files","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[557,558,561],{"name":484,"slug":485,"type":16},{"name":559,"slug":560,"type":16},"CLI","cli",{"name":439,"slug":440,"type":16},"2026-07-17T06:05:33.198077",{"slug":564,"name":564,"fn":565,"description":566,"org":567,"tags":568,"stars":444,"repoUrl":445,"updatedAt":573},"c-review","audit C and C++ code","Performs comprehensive C\u002FC++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C\u002FC++ applications, reviewing daemons or services for memory safety, or hunting integer overflow \u002F use-after-free \u002F race conditions in userspace code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[569,570,571,572],{"name":484,"slug":485,"type":16},{"name":433,"slug":434,"type":16},{"name":470,"slug":471,"type":16},{"name":439,"slug":440,"type":16},"2026-07-17T06:05:11.333374",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":444,"repoUrl":445,"updatedAt":584},"cairo-vulnerability-scanner","scan Cairo and StarkNet contracts for vulnerabilities","Scans Cairo\u002FStarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[580,581,582,583],{"name":484,"slug":485,"type":16},{"name":470,"slug":471,"type":16},{"name":439,"slug":440,"type":16},{"name":489,"slug":490,"type":16},"2026-07-18T05:47:42.84568",111,{"items":587,"total":688},[588,598,608,627,639,655,669],{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":26,"repoUrl":27,"updatedAt":597},"ffuf-web-fuzzing","perform web fuzzing with ffuf","Expert guidance for ffuf web fuzzing during authorized penetration testing. Covers directory discovery, subdomain enumeration, parameter fuzzing, authenticated fuzzing with raw requests, auto-calibration, and result analysis. Use when running ffuf scans, analyzing ffuf output, or building fuzzing strategies for web targets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[594,595,596],{"name":470,"slug":471,"type":16},{"name":439,"slug":440,"type":16},{"name":442,"slug":443,"type":16},"2026-07-17T06:05:08.247908",{"slug":599,"name":599,"fn":600,"description":601,"org":602,"tags":603,"stars":26,"repoUrl":27,"updatedAt":607},"ghidra-headless","reverse engineer binaries with Ghidra","Reverse engineers binaries using Ghidra's headless analyzer. Use when decompiling executables, extracting functions, strings, symbols, or analyzing call graphs from compiled binaries without the Ghidra GUI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[604,605,606],{"name":470,"slug":471,"type":16},{"name":436,"slug":437,"type":16},{"name":439,"slug":440,"type":16},"2026-07-18T05:47:30.015093",{"slug":609,"name":609,"fn":610,"description":611,"org":612,"tags":613,"stars":26,"repoUrl":27,"updatedAt":626},"grilling","stress-test plans and decisions","Interviews the user relentlessly about a plan, decision, or idea until every branch of the decision tree is resolved. Use when the user wants to stress-test their thinking, sharpen a plan or design before acting, or uses any 'grill' trigger phrase (e.g. \"grill me on this\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[614,617,620,623],{"name":615,"slug":616,"type":16},"Analysis","analysis",{"name":618,"slug":619,"type":16},"Coaching","coaching",{"name":621,"slug":622,"type":16},"Ideation","ideation",{"name":624,"slug":625,"type":16},"Strategy","strategy","2026-07-18T05:48:12.46583",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":26,"repoUrl":27,"updatedAt":638},"handoff","compact conversation for session handoff","Compacts the current conversation into a handoff document so a fresh agent can continue the work in a new session.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[633,634,637],{"name":464,"slug":465,"type":16},{"name":635,"slug":636,"type":16},"Context","context",{"name":502,"slug":503,"type":16},"2026-07-18T05:47:03.196098",{"slug":640,"name":640,"fn":641,"description":642,"org":643,"tags":644,"stars":26,"repoUrl":27,"updatedAt":654},"humanizer","edit text to sound human-written","Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \"Signs of AI writing\" guide. Detects and fixes patterns including:\ninflated symbolism, promotional language, superficial -ing analyses, vague\nattributions, em dash overuse, rule of three, AI vocabulary words, negative\nparallelisms, and excessive conjunctive phrases. 30c5c8d (Update humanizer plugin to upstream v2.2.0)\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[645,648,651],{"name":646,"slug":647,"type":16},"Content Creation","content-creation",{"name":649,"slug":650,"type":16},"Editing","editing",{"name":652,"slug":653,"type":16},"Writing","writing","2026-07-18T05:47:18.1749",{"slug":656,"name":656,"fn":657,"description":658,"org":659,"tags":660,"stars":26,"repoUrl":27,"updatedAt":668},"last30days","research recent community discussions and trends","Researches a topic from the last 30 days on Reddit, X, and the web. Surfaces real community discussions with engagement metrics and synthesizes findings into actionable insights. Use when the user wants to know what people are saying about a topic right now.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[661,662,665],{"name":615,"slug":616,"type":16},{"name":663,"slug":664,"type":16},"Research","research",{"name":666,"slug":667,"type":16},"Social Media","social-media","2026-07-17T06:04:39.744471",{"slug":670,"name":670,"fn":671,"description":672,"org":673,"tags":674,"stars":26,"repoUrl":27,"updatedAt":687},"openai-cloudflare-deploy","deploy applications to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[675,678,681,684],{"name":676,"slug":677,"type":16},"Cloudflare","cloudflare",{"name":679,"slug":680,"type":16},"Cloudflare Pages","cloudflare-pages",{"name":682,"slug":683,"type":16},"Cloudflare Workers","cloudflare-workers",{"name":685,"slug":686,"type":16},"Deployment","deployment","2026-07-17T06:04:46.574433",31]