[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-report-to-pdf":3,"mdc--68soht-key":36,"related-repo-openai-report-to-pdf":472,"related-org-openai-report-to-pdf":585},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"report-to-pdf","convert analytics reports to PDF","Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing Data Analytics report, dashboard, or inline chart export into a PDF artifact.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"PDF","pdf","tag",{"name":17,"slug":18,"type":15},"Reporting","reporting",{"name":20,"slug":21,"type":15},"Documents","documents",{"name":23,"slug":24,"type":15},"Analytics","analytics",427,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins","2026-07-01T07:55:41.096555",null,65,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Role-specific Codex plugin templates","https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fdata-analytics\u002Fskills\u002Fbuild-report\u002Freport-to-pdf","---\nname: report-to-pdf\ndescription: \"Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing Data Analytics report, dashboard, or inline chart export into a PDF artifact.\"\n---\n\n# Report To PDF\n\nUse this skill only when the user explicitly needs a PDF from an existing Data Analytics report, dashboard, or inline chart surface. Prefer a static HTML export or static report file as the source. Do not rely on a live MCP app's direct in-frame print path; Codex MCP apps run in a sandboxed host that does not expose a supported print\u002FPDF bridge.\n\nThe expected path is static HTML -> Chrome headless print-to-PDF -> PDF verification. If only a live MCP app report exists, create or retrieve the matching static HTML\u002Fexport source first.\n\n## Workflow\n\n1. Resolve the static source.\n\n   Use an absolute local path to a static HTML report\u002Fexport or a local URL served from that static export. If the source is a live MCP app, blob stub, sign-in page, redirect page, incomplete viewer, or an app shell that contains boot scripts but not the report content, stop and obtain a static HTML\u002Fexport source before continuing.\n\n   When the user provides a hosted artifact URL, first determine whether it exposes a usable static export or package source. If the static export is unavailable but the validated artifact payload is still available in the current run, create the matching static HTML\u002Fexport from that payload and preserve source provenance in the handoff. If neither a static export nor the artifact payload is available, stop with a blocker instead of printing the live app shell or rebuilding the report from memory.\n\n   When creating or repairing the static source, keep visible metadata reader-facing. Do not copy internal artifact runtime fields, package plumbing, or validator\u002Fdebug state into the report body, header, footer, or source section. For example, omit raw labels such as snapshot status, package path, widget type, manifest path, renderer IDs, validation status, and local temp paths from the visible PDF. If a runtime detail matters for audit or troubleshooting, preserve it in support notes rather than the visible PDF. Translate data-state caveats into reader language only when they affect interpretation, such as \"synthetic demo data\" or \"partial source coverage.\"\n\n2. Generate the PDF with Chrome CLI headless print-to-PDF.\n\n   Use the platform-specific Chrome executable available in the environment. Common examples are `\u002FApplications\u002FGoogle Chrome.app\u002FContents\u002FMacOS\u002FGoogle Chrome` on macOS and `google-chrome`, `chromium`, or `chromium-browser` on Linux. This is the primary conversion method because it prints the static HTML with a browser rendering engine and usually preserves selectable text, layout, charts, tables, and print CSS.\n\n   ```bash\n   chrome \\\n     --headless=new \\\n     --disable-gpu \\\n     --no-first-run \\\n     --no-default-browser-check \\\n     --no-pdf-header-footer \\\n     --print-to-pdf=\u002Fabsolute\u002Fpath\u002Fto\u002Freport.pdf \\\n     \u002Fabsolute\u002Fpath\u002Fto\u002Freport.html\n   ```\n\n3. If Chrome is unavailable or cannot produce a valid PDF, use a renderer-backed fallback.\n\n   Use the next available local mechanism that renders the same static HTML\u002Fexport source and prints or saves that rendered page to PDF. Keep the fallback tool-agnostic: the requirement is faithful HTML rendering followed by PDF output, not a specific implementation. Do not replace this with a model-authored PDF layout, manually redrawn charts, or a report reconstructed from memory.\n\n   A fallback is acceptable only when:\n\n   - the static HTML\u002Fexport remains the source of truth\n   - the rendered output preserves the report title, narrative, charts, tables, caveats, and source details\n   - app-only controls are omitted\n   - the resulting PDF passes the same verification checks as the primary Chrome path\n\n   If no available local renderer can print the static HTML\u002Fexport faithfully, stop and report the blocker with the missing capability and the source file that could not be converted.\n\n4. Verify the PDF itself.\n\n   Confirm page count and metadata with `pdfinfo` or equivalent. Extract text with `pdftotext` or equivalent when the PDF should contain selectable text. Render representative pages with `pdftoppm` or equivalent and inspect them for blank charts, clipped content, missing source details, unwanted controls, internal runtime metadata, and layout regressions. For short reports, render every page. Include a negative check for app-only control labels such as share, edit, refresh, publish, toolbar, menu, and drag affordances, plus internal artifact labels such as snapshot status, widget type, manifest path, package path, validation status, and local temp paths.\n\n5. Repair before handoff.\n\n   If the output is blank, clipped, missing charts, missing source details, or includes app-only chrome, fix the static HTML\u002Fexport source, print stylesheet, or renderer invocation and regenerate. Do not hand off an unverified PDF unless the user explicitly accepts the limitation.\n\n6. Hand off the PDF.\n\n   Return the PDF path and, when useful, the source HTML path or URL. Keep routine check details in support artifacts. Do not list internal checks in the user-facing handoff unless a check failed, was unavailable, or produced a user-relevant caveat. If the static HTML\u002Fexport had to be created from an artifact payload because the hosted URL did not expose one, say that briefly. If required checks could not be completed, state the gap clearly.\n\n## Standards\n\n- Preserve the reader-facing artifact content: title, narrative, charts, tables, caveats, source details, and generated-at or source freshness details when present.\n- Omit app-only controls: top bars, share menus, edit controls, refresh controls, drag handles, hover-only menus, and interactive-only affordances.\n- Omit internal artifact and conversion metadata from the visible PDF. Do not show raw runtime fields, implementation state, package labels, local paths, validator\u002Fdebug labels, or status strings that exist only to operate the app or export pipeline. Keep audit-useful internals in support files, and use plain reader-facing caveats in the PDF when a data state affects interpretation.\n- Prefer a text PDF with selectable\u002Fsearchable text. Use a screenshot\u002Fimage PDF only when a faithful text PDF is not viable, and state that text may not be selectable or searchable.\n- Keep the static source as the PDF source of truth. Do not reconstruct the report from memory when a source HTML\u002Fexport exists.\n- Do not create a model-authored PDF from scratch as a normal fallback. Direct PDF construction is acceptable only as an explicitly labeled last-resort workaround after the user accepts the quality limitation.\n- Keep generated PDF support files together when possible: static HTML source, PDF output, extracted text, page previews, and any notes about source retrieval or renderer fallback.\n\n## Verification Guidance\n\nBefore handoff, verify the PDF with the local tools available in the environment:\n\n- Confirm the PDF exists, is non-empty, and has the expected page count and page size.\n- Confirm text is selectable\u002Fsearchable when a text PDF is expected.\n- Render or preview representative pages; for short reports, prefer checking every page.\n- Inspect for blank pages, clipped charts, missing tables, missing source details, unwanted app controls, and leaked internal artifact or conversion metadata.\n- If the skill file itself was edited, run the repository's normal markdown or diff checks.\n\nExamples when available: `pdfinfo`, `pdftotext`, `pdftoppm`, file-size checks, and `git diff --check`.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,60,67,351,357,395,401,406,434,466],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Report To PDF",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Use this skill only when the user explicitly needs a PDF from an existing Data Analytics report, dashboard, or inline chart surface. Prefer a static HTML export or static report file as the source. Do not rely on a live MCP app's direct in-frame print path; Codex MCP apps run in a sandboxed host that does not expose a supported print\u002FPDF bridge.",{"type":42,"tag":50,"props":56,"children":57},{},[58],{"type":47,"value":59},"The expected path is static HTML -> Chrome headless print-to-PDF -> PDF verification. If only a live MCP app report exists, create or retrieve the matching static HTML\u002Fexport source first.",{"type":42,"tag":61,"props":62,"children":64},"h2",{"id":63},"workflow",[65],{"type":47,"value":66},"Workflow",{"type":42,"tag":68,"props":69,"children":70},"ol",{},[71,93,253,297,331,341],{"type":42,"tag":72,"props":73,"children":74},"li",{},[75,77,81,83,86,88,91],{"type":47,"value":76},"Resolve the static source.",{"type":42,"tag":78,"props":79,"children":80},"br",{},[],{"type":47,"value":82},"Use an absolute local path to a static HTML report\u002Fexport or a local URL served from that static export. If the source is a live MCP app, blob stub, sign-in page, redirect page, incomplete viewer, or an app shell that contains boot scripts but not the report content, stop and obtain a static HTML\u002Fexport source before continuing.",{"type":42,"tag":78,"props":84,"children":85},{},[],{"type":47,"value":87},"When the user provides a hosted artifact URL, first determine whether it exposes a usable static export or package source. If the static export is unavailable but the validated artifact payload is still available in the current run, create the matching static HTML\u002Fexport from that payload and preserve source provenance in the handoff. If neither a static export nor the artifact payload is available, stop with a blocker instead of printing the live app shell or rebuilding the report from memory.",{"type":42,"tag":78,"props":89,"children":90},{},[],{"type":47,"value":92},"When creating or repairing the static source, keep visible metadata reader-facing. Do not copy internal artifact runtime fields, package plumbing, or validator\u002Fdebug state into the report body, header, footer, or source section. For example, omit raw labels such as snapshot status, package path, widget type, manifest path, renderer IDs, validation status, and local temp paths from the visible PDF. If a runtime detail matters for audit or troubleshooting, preserve it in support notes rather than the visible PDF. Translate data-state caveats into reader language only when they affect interpretation, such as \"synthetic demo data\" or \"partial source coverage.\"",{"type":42,"tag":72,"props":94,"children":95},{},[96,98,101,103,110,112,118,120,126,128,134,136],{"type":47,"value":97},"Generate the PDF with Chrome CLI headless print-to-PDF.",{"type":42,"tag":78,"props":99,"children":100},{},[],{"type":47,"value":102},"Use the platform-specific Chrome executable available in the environment. Common examples are ",{"type":42,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":47,"value":109},"\u002FApplications\u002FGoogle Chrome.app\u002FContents\u002FMacOS\u002FGoogle Chrome",{"type":47,"value":111}," on macOS and ",{"type":42,"tag":104,"props":113,"children":115},{"className":114},[],[116],{"type":47,"value":117},"google-chrome",{"type":47,"value":119},", ",{"type":42,"tag":104,"props":121,"children":123},{"className":122},[],[124],{"type":47,"value":125},"chromium",{"type":47,"value":127},", or ",{"type":42,"tag":104,"props":129,"children":131},{"className":130},[],[132],{"type":47,"value":133},"chromium-browser",{"type":47,"value":135}," on Linux. This is the primary conversion method because it prints the static HTML with a browser rendering engine and usually preserves selectable text, layout, charts, tables, and print CSS.",{"type":42,"tag":137,"props":138,"children":143},"pre",{"className":139,"code":140,"language":141,"meta":142,"style":142},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","chrome \\\n  --headless=new \\\n  --disable-gpu \\\n  --no-first-run \\\n  --no-default-browser-check \\\n  --no-pdf-header-footer \\\n  --print-to-pdf=\u002Fabsolute\u002Fpath\u002Fto\u002Freport.pdf \\\n  \u002Fabsolute\u002Fpath\u002Fto\u002Freport.html\n","bash","",[144],{"type":42,"tag":104,"props":145,"children":146},{"__ignoreMap":142},[147,165,179,192,205,218,231,244],{"type":42,"tag":148,"props":149,"children":152},"span",{"class":150,"line":151},"line",1,[153,159],{"type":42,"tag":148,"props":154,"children":156},{"style":155},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[157],{"type":47,"value":158},"chrome",{"type":42,"tag":148,"props":160,"children":162},{"style":161},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[163],{"type":47,"value":164}," \\\n",{"type":42,"tag":148,"props":166,"children":168},{"class":150,"line":167},2,[169,175],{"type":42,"tag":148,"props":170,"children":172},{"style":171},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[173],{"type":47,"value":174},"  --headless=new",{"type":42,"tag":148,"props":176,"children":177},{"style":161},[178],{"type":47,"value":164},{"type":42,"tag":148,"props":180,"children":182},{"class":150,"line":181},3,[183,188],{"type":42,"tag":148,"props":184,"children":185},{"style":171},[186],{"type":47,"value":187},"  --disable-gpu",{"type":42,"tag":148,"props":189,"children":190},{"style":161},[191],{"type":47,"value":164},{"type":42,"tag":148,"props":193,"children":195},{"class":150,"line":194},4,[196,201],{"type":42,"tag":148,"props":197,"children":198},{"style":171},[199],{"type":47,"value":200},"  --no-first-run",{"type":42,"tag":148,"props":202,"children":203},{"style":161},[204],{"type":47,"value":164},{"type":42,"tag":148,"props":206,"children":208},{"class":150,"line":207},5,[209,214],{"type":42,"tag":148,"props":210,"children":211},{"style":171},[212],{"type":47,"value":213},"  --no-default-browser-check",{"type":42,"tag":148,"props":215,"children":216},{"style":161},[217],{"type":47,"value":164},{"type":42,"tag":148,"props":219,"children":221},{"class":150,"line":220},6,[222,227],{"type":42,"tag":148,"props":223,"children":224},{"style":171},[225],{"type":47,"value":226},"  --no-pdf-header-footer",{"type":42,"tag":148,"props":228,"children":229},{"style":161},[230],{"type":47,"value":164},{"type":42,"tag":148,"props":232,"children":234},{"class":150,"line":233},7,[235,240],{"type":42,"tag":148,"props":236,"children":237},{"style":171},[238],{"type":47,"value":239},"  --print-to-pdf=\u002Fabsolute\u002Fpath\u002Fto\u002Freport.pdf",{"type":42,"tag":148,"props":241,"children":242},{"style":161},[243],{"type":47,"value":164},{"type":42,"tag":148,"props":245,"children":247},{"class":150,"line":246},8,[248],{"type":42,"tag":148,"props":249,"children":250},{"style":171},[251],{"type":47,"value":252},"  \u002Fabsolute\u002Fpath\u002Fto\u002Freport.html\n",{"type":42,"tag":72,"props":254,"children":255},{},[256,258,261,263,266,268,292,295],{"type":47,"value":257},"If Chrome is unavailable or cannot produce a valid PDF, use a renderer-backed fallback.",{"type":42,"tag":78,"props":259,"children":260},{},[],{"type":47,"value":262},"Use the next available local mechanism that renders the same static HTML\u002Fexport source and prints or saves that rendered page to PDF. Keep the fallback tool-agnostic: the requirement is faithful HTML rendering followed by PDF output, not a specific implementation. Do not replace this with a model-authored PDF layout, manually redrawn charts, or a report reconstructed from memory.",{"type":42,"tag":78,"props":264,"children":265},{},[],{"type":47,"value":267},"A fallback is acceptable only when:",{"type":42,"tag":269,"props":270,"children":271},"ul",{},[272,277,282,287],{"type":42,"tag":72,"props":273,"children":274},{},[275],{"type":47,"value":276},"the static HTML\u002Fexport remains the source of truth",{"type":42,"tag":72,"props":278,"children":279},{},[280],{"type":47,"value":281},"the rendered output preserves the report title, narrative, charts, tables, caveats, and source details",{"type":42,"tag":72,"props":283,"children":284},{},[285],{"type":47,"value":286},"app-only controls are omitted",{"type":42,"tag":72,"props":288,"children":289},{},[290],{"type":47,"value":291},"the resulting PDF passes the same verification checks as the primary Chrome path",{"type":42,"tag":78,"props":293,"children":294},{},[],{"type":47,"value":296},"If no available local renderer can print the static HTML\u002Fexport faithfully, stop and report the blocker with the missing capability and the source file that could not be converted.",{"type":42,"tag":72,"props":298,"children":299},{},[300,302,305,307,313,315,321,323,329],{"type":47,"value":301},"Verify the PDF itself.",{"type":42,"tag":78,"props":303,"children":304},{},[],{"type":47,"value":306},"Confirm page count and metadata with ",{"type":42,"tag":104,"props":308,"children":310},{"className":309},[],[311],{"type":47,"value":312},"pdfinfo",{"type":47,"value":314}," or equivalent. Extract text with ",{"type":42,"tag":104,"props":316,"children":318},{"className":317},[],[319],{"type":47,"value":320},"pdftotext",{"type":47,"value":322}," or equivalent when the PDF should contain selectable text. Render representative pages with ",{"type":42,"tag":104,"props":324,"children":326},{"className":325},[],[327],{"type":47,"value":328},"pdftoppm",{"type":47,"value":330}," or equivalent and inspect them for blank charts, clipped content, missing source details, unwanted controls, internal runtime metadata, and layout regressions. For short reports, render every page. Include a negative check for app-only control labels such as share, edit, refresh, publish, toolbar, menu, and drag affordances, plus internal artifact labels such as snapshot status, widget type, manifest path, package path, validation status, and local temp paths.",{"type":42,"tag":72,"props":332,"children":333},{},[334,336,339],{"type":47,"value":335},"Repair before handoff.",{"type":42,"tag":78,"props":337,"children":338},{},[],{"type":47,"value":340},"If the output is blank, clipped, missing charts, missing source details, or includes app-only chrome, fix the static HTML\u002Fexport source, print stylesheet, or renderer invocation and regenerate. Do not hand off an unverified PDF unless the user explicitly accepts the limitation.",{"type":42,"tag":72,"props":342,"children":343},{},[344,346,349],{"type":47,"value":345},"Hand off the PDF.",{"type":42,"tag":78,"props":347,"children":348},{},[],{"type":47,"value":350},"Return the PDF path and, when useful, the source HTML path or URL. Keep routine check details in support artifacts. Do not list internal checks in the user-facing handoff unless a check failed, was unavailable, or produced a user-relevant caveat. If the static HTML\u002Fexport had to be created from an artifact payload because the hosted URL did not expose one, say that briefly. If required checks could not be completed, state the gap clearly.",{"type":42,"tag":61,"props":352,"children":354},{"id":353},"standards",[355],{"type":47,"value":356},"Standards",{"type":42,"tag":269,"props":358,"children":359},{},[360,365,370,375,380,385,390],{"type":42,"tag":72,"props":361,"children":362},{},[363],{"type":47,"value":364},"Preserve the reader-facing artifact content: title, narrative, charts, tables, caveats, source details, and generated-at or source freshness details when present.",{"type":42,"tag":72,"props":366,"children":367},{},[368],{"type":47,"value":369},"Omit app-only controls: top bars, share menus, edit controls, refresh controls, drag handles, hover-only menus, and interactive-only affordances.",{"type":42,"tag":72,"props":371,"children":372},{},[373],{"type":47,"value":374},"Omit internal artifact and conversion metadata from the visible PDF. Do not show raw runtime fields, implementation state, package labels, local paths, validator\u002Fdebug labels, or status strings that exist only to operate the app or export pipeline. Keep audit-useful internals in support files, and use plain reader-facing caveats in the PDF when a data state affects interpretation.",{"type":42,"tag":72,"props":376,"children":377},{},[378],{"type":47,"value":379},"Prefer a text PDF with selectable\u002Fsearchable text. Use a screenshot\u002Fimage PDF only when a faithful text PDF is not viable, and state that text may not be selectable or searchable.",{"type":42,"tag":72,"props":381,"children":382},{},[383],{"type":47,"value":384},"Keep the static source as the PDF source of truth. Do not reconstruct the report from memory when a source HTML\u002Fexport exists.",{"type":42,"tag":72,"props":386,"children":387},{},[388],{"type":47,"value":389},"Do not create a model-authored PDF from scratch as a normal fallback. Direct PDF construction is acceptable only as an explicitly labeled last-resort workaround after the user accepts the quality limitation.",{"type":42,"tag":72,"props":391,"children":392},{},[393],{"type":47,"value":394},"Keep generated PDF support files together when possible: static HTML source, PDF output, extracted text, page previews, and any notes about source retrieval or renderer fallback.",{"type":42,"tag":61,"props":396,"children":398},{"id":397},"verification-guidance",[399],{"type":47,"value":400},"Verification Guidance",{"type":42,"tag":50,"props":402,"children":403},{},[404],{"type":47,"value":405},"Before handoff, verify the PDF with the local tools available in the environment:",{"type":42,"tag":269,"props":407,"children":408},{},[409,414,419,424,429],{"type":42,"tag":72,"props":410,"children":411},{},[412],{"type":47,"value":413},"Confirm the PDF exists, is non-empty, and has the expected page count and page size.",{"type":42,"tag":72,"props":415,"children":416},{},[417],{"type":47,"value":418},"Confirm text is selectable\u002Fsearchable when a text PDF is expected.",{"type":42,"tag":72,"props":420,"children":421},{},[422],{"type":47,"value":423},"Render or preview representative pages; for short reports, prefer checking every page.",{"type":42,"tag":72,"props":425,"children":426},{},[427],{"type":47,"value":428},"Inspect for blank pages, clipped charts, missing tables, missing source details, unwanted app controls, and leaked internal artifact or conversion metadata.",{"type":42,"tag":72,"props":430,"children":431},{},[432],{"type":47,"value":433},"If the skill file itself was edited, run the repository's normal markdown or diff checks.",{"type":42,"tag":50,"props":435,"children":436},{},[437,439,444,445,450,451,456,458,464],{"type":47,"value":438},"Examples when available: ",{"type":42,"tag":104,"props":440,"children":442},{"className":441},[],[443],{"type":47,"value":312},{"type":47,"value":119},{"type":42,"tag":104,"props":446,"children":448},{"className":447},[],[449],{"type":47,"value":320},{"type":47,"value":119},{"type":42,"tag":104,"props":452,"children":454},{"className":453},[],[455],{"type":47,"value":328},{"type":47,"value":457},", file-size checks, and ",{"type":42,"tag":104,"props":459,"children":461},{"className":460},[],[462],{"type":47,"value":463},"git diff --check",{"type":47,"value":465},".",{"type":42,"tag":467,"props":468,"children":469},"style",{},[470],{"type":47,"value":471},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":473,"total":584},[474,491,507,520,536,552,569],{"slug":475,"name":475,"fn":476,"description":477,"org":478,"tags":479,"stars":25,"repoUrl":26,"updatedAt":490},"analyze-account-signals","analyze account signals for sales intelligence","Use when the user wants to know what changed with one account, monitor an owner portfolio or watchlist, or rank accounts needing attention from recent evidence. Produce an evidence-backed account brief or bounded watchlist summary with recommended actions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[480,481,484,487],{"name":23,"slug":24,"type":15},{"name":482,"slug":483,"type":15},"CRM","crm",{"name":485,"slug":486,"type":15},"Research","research",{"name":488,"slug":489,"type":15},"Sales","sales","2026-07-01T07:54:11.79288",{"slug":492,"name":492,"fn":493,"description":494,"org":495,"tags":496,"stars":25,"repoUrl":26,"updatedAt":506},"analyze-data-quality","assess data quality for analysis","Assess whether structured data, query results, dashboards, or analytical evidence are trustworthy enough to use. Use when the task is to check data quality, reconcile conflicting sources or metric definitions, or decide whether evidence is safe to cite.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[497,500,503],{"name":498,"slug":499,"type":15},"Audit","audit",{"name":501,"slug":502,"type":15},"Data Engineering","data-engineering",{"name":504,"slug":505,"type":15},"Data Quality","data-quality","2026-07-01T07:55:01.146961",{"slug":508,"name":508,"fn":509,"description":510,"org":511,"tags":512,"stars":25,"repoUrl":26,"updatedAt":519},"answers-ask-user-input","request missing context from users","Use when a small amount of missing context would materially improve the answer and tappable options plus a free-text answer can gather it efficiently.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[513,516],{"name":514,"slug":515,"type":15},"Communications","communications",{"name":517,"slug":518,"type":15},"Productivity","productivity","2026-07-14T05:43:36.096323",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":25,"repoUrl":26,"updatedAt":535},"apollo","prospect and enrich leads with Apollo","Use only when a focused Sales workflow has selected a present and connected Apollo connector, or the user explicitly asks for Apollo prospecting, enrichment, Company Details, records, sequences, or outbound planning. Apply Apollo v2-specific behavior only after verifying app version 2.0.0 or later.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[526,528,531,534],{"name":527,"slug":521,"type":15},"Apollo",{"name":529,"slug":530,"type":15},"Lead Enrichment","lead-enrichment",{"name":532,"slug":533,"type":15},"Prospecting","prospecting",{"name":488,"slug":489,"type":15},"2026-07-14T05:43:34.800076",{"slug":499,"name":499,"fn":537,"description":538,"org":539,"tags":540,"stars":25,"repoUrl":26,"updatedAt":551},"audit product flows and user journeys","Audit or critique a product flow, journey, workflow, funnel, onboarding path, checkout path, settings path, screen, or multi-step product experience by capturing screenshots first, then reporting UX, design, and accessibility findings inline from that evidence. Use Figma only when the user explicitly asks for a board. Use when the user asks to audit, review, critique, inspect, assess, analyze, evaluate, or give feedback on a product experience.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[541,542,545,548],{"name":498,"slug":499,"type":15},{"name":543,"slug":544,"type":15},"Design","design",{"name":546,"slug":547,"type":15},"Product Management","product-management",{"name":549,"slug":550,"type":15},"UX Design","ux-design","2026-07-01T07:54:30.613428",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":25,"repoUrl":26,"updatedAt":568},"build-business-case","build customer-led business cases and ROI","Review commercial proposals and build customer-led business cases, ROI or value models, pricing or investment rationales, executive summaries, and customer-ready value stories tied to a customer, workflow, initiative, or decision.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[558,561,564,567],{"name":559,"slug":560,"type":15},"Content Creation","content-creation",{"name":562,"slug":563,"type":15},"Finance","finance",{"name":565,"slug":566,"type":15},"Financial Modeling","financial-modeling",{"name":488,"slug":489,"type":15},"2026-07-01T07:54:02.779003",{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":25,"repoUrl":26,"updatedAt":583},"build-competitive-brief","build competitive briefs and battlecards","Use when the user wants a competitor or vendor comparison, market-landscape analysis, battlecard, objection package, positioning brief, or account-specific competitive view. Produce an evidence-backed comparison, guidance, and brief, using supplied materials, connected research, and public evidence when appropriate.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[575,578,581,582],{"name":576,"slug":577,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":579,"slug":580,"type":15},"Marketing","marketing",{"name":485,"slug":486,"type":15},{"name":488,"slug":489,"type":15},"2026-07-01T07:54:13.073252",43,{"items":586,"total":785},[587,606,629,646,662,681,698,712,728,742,754,769],{"slug":588,"name":588,"fn":589,"description":590,"org":591,"tags":592,"stars":603,"repoUrl":604,"updatedAt":605},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[593,594,597,600],{"name":20,"slug":21,"type":15},{"name":595,"slug":596,"type":15},"Healthcare","healthcare",{"name":598,"slug":599,"type":15},"Insurance","insurance",{"name":601,"slug":602,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":607,"name":607,"fn":608,"description":609,"org":610,"tags":611,"stars":626,"repoUrl":627,"updatedAt":628},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[612,615,617,620,623],{"name":613,"slug":614,"type":15},".NET","dotnet",{"name":616,"slug":607,"type":15},"ASP.NET Core",{"name":618,"slug":619,"type":15},"Blazor","blazor",{"name":621,"slug":622,"type":15},"C#","csharp",{"name":624,"slug":625,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":630,"name":630,"fn":631,"description":632,"org":633,"tags":634,"stars":626,"repoUrl":627,"updatedAt":645},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[635,638,641,644],{"name":636,"slug":637,"type":15},"Apps SDK","apps-sdk",{"name":639,"slug":640,"type":15},"ChatGPT","chatgpt",{"name":642,"slug":643,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":626,"repoUrl":627,"updatedAt":661},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[652,655,658],{"name":653,"slug":654,"type":15},"API Development","api-development",{"name":656,"slug":657,"type":15},"CLI","cli",{"name":659,"slug":660,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":626,"repoUrl":627,"updatedAt":680},"cloudflare-deploy","deploy projects 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[668,671,674,677],{"name":669,"slug":670,"type":15},"Cloudflare","cloudflare",{"name":672,"slug":673,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":675,"slug":676,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":678,"slug":679,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":682,"name":682,"fn":683,"description":684,"org":685,"tags":686,"stars":626,"repoUrl":627,"updatedAt":697},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[687,688,691,694],{"name":517,"slug":518,"type":15},{"name":689,"slug":690,"type":15},"Project Management","project-management",{"name":692,"slug":693,"type":15},"Strategy","strategy",{"name":695,"slug":696,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":699,"name":699,"fn":700,"description":701,"org":702,"tags":703,"stars":626,"repoUrl":627,"updatedAt":711},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[704,705,707,710],{"name":543,"slug":544,"type":15},{"name":706,"slug":699,"type":15},"Figma",{"name":708,"slug":709,"type":15},"Frontend","frontend",{"name":642,"slug":643,"type":15},"2026-04-12T05:06:47.939943",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":626,"repoUrl":627,"updatedAt":727},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[718,719,722,723,724],{"name":543,"slug":544,"type":15},{"name":720,"slug":721,"type":15},"Design System","design-system",{"name":706,"slug":699,"type":15},{"name":708,"slug":709,"type":15},{"name":725,"slug":726,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":729,"name":729,"fn":730,"description":731,"org":732,"tags":733,"stars":626,"repoUrl":627,"updatedAt":741},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[734,735,736,739,740],{"name":543,"slug":544,"type":15},{"name":720,"slug":721,"type":15},{"name":737,"slug":738,"type":15},"Documentation","documentation",{"name":706,"slug":699,"type":15},{"name":708,"slug":709,"type":15},"2026-05-16T06:07:47.821474",{"slug":743,"name":743,"fn":744,"description":745,"org":746,"tags":747,"stars":626,"repoUrl":627,"updatedAt":753},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[748,749,750,751,752],{"name":543,"slug":544,"type":15},{"name":706,"slug":699,"type":15},{"name":708,"slug":709,"type":15},{"name":725,"slug":726,"type":15},{"name":624,"slug":625,"type":15},"2026-05-16T06:07:40.583615",{"slug":755,"name":755,"fn":756,"description":757,"org":758,"tags":759,"stars":626,"repoUrl":627,"updatedAt":768},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[760,763,764,767],{"name":761,"slug":762,"type":15},"Animation","animation",{"name":659,"slug":660,"type":15},{"name":765,"slug":766,"type":15},"Creative","creative",{"name":543,"slug":544,"type":15},"2026-05-02T05:31:48.48485",{"slug":770,"name":770,"fn":771,"description":772,"org":773,"tags":774,"stars":626,"repoUrl":627,"updatedAt":784},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[775,776,777,780,783],{"name":765,"slug":766,"type":15},{"name":543,"slug":544,"type":15},{"name":778,"slug":779,"type":15},"Image Generation","image-generation",{"name":781,"slug":782,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]