[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-google-calendar-daily-brief":3,"mdc--tlrl5-key":36,"related-repo-openai-google-calendar-daily-brief":556,"related-org-openai-google-calendar-daily-brief":680},{"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},"google-calendar-daily-brief","build daily Google Calendar briefs","Build polished one-day Google Calendar briefs. Use when the user asks for today, tomorrow, or a specific date summary with an agenda, conflict flags, free windows, remaining-meeting readouts, or a calendar brief, and the Google Calendar connector is available.",{"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},"Productivity","productivity","tag",{"name":17,"slug":18,"type":15},"Summarization","summarization",{"name":20,"slug":21,"type":15},"Google Calendar","google-calendar",{"name":23,"slug":24,"type":15},"Meetings","meetings",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:42:46.005374",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fgoogle-calendar\u002Fskills\u002Fgoogle-calendar-daily-brief","---\nname: google-calendar-daily-brief\ndescription: Build polished one-day Google Calendar briefs. Use when the user asks for today, tomorrow, or a specific date summary with an agenda, conflict flags, free windows, remaining-meeting readouts, or a calendar brief, and the Google Calendar connector is available.\n---\n\n# Google Calendar Daily Brief\n\n## Overview\n\nUse this skill to turn one day of Google Calendar events into a readable daily brief instead of a raw event dump. Use the Google Calendar app from this plugin for the source data, then use the bundled formatter as the default rendering path.\n\n## Workflow\n\n1. Resolve the date window explicitly in the user's timezone.\n2. Fetch the day's events through the Google Calendar app\u002Fconnector for the relevant calendar. Default to `calendar_id=primary` unless the user names a different calendar.\n3. Pass the raw JSON response to `scripts\u002Frender_day_brief.py`.\n4. Return the rendered Markdown as the answer. Lightly adapt the lead-in or emphasis if the user asked for a narrower scope, a more compact answer, or a specific focus.\n\n## Relevant Actions\n\n- Prefer `search_events` for the one-day event list that feeds the formatter.\n- Use `search_events_all_fields` only if the brief needs richer event metadata than the standard event summary surface returns.\n\n## Data Source Rules\n\n- Use the Google Calendar app\u002Fconnector from this plugin, not web search and not a manually reconstructed schedule.\n- Query with explicit day boundaries such as `[local_midnight, next_local_midnight)` in the user's timezone.\n- Prefer the app's event search\u002Flist call that accepts `calendar_id`, `time_min`, `time_max`, and `timezone`.\n- Preserve titles exactly as returned by Google Calendar.\n\n## Default Shape\n\nThe formatter's default shape is a good baseline:\n\n- date header\n- short top summary lines\n- `Day Shape`\n- `Agenda`\n- optional `What Needs Attention`\n- `Useful Readout`\n- optional `Remaining Today`\n\nKeep the tone compact and practical. Do not use a fenced code block for the agenda.\n\n## Formatter\n\nRun the formatter whenever you want the full daily brief:\n\n```bash\npython3 scripts\u002Frender_day_brief.py \\\n  --time-min 2026-03-11T00:00:00-07:00 \\\n  --time-max 2026-03-12T00:00:00-07:00 \\\n  --timezone America\u002FLos_Angeles \\\n  --now 2026-03-11T17:02:19-07:00\n```\n\nProvide the Google Calendar JSON payload on stdin. The script accepts either:\n\n- the raw object returned by the calendar app, with an `events` field, or\n- a bare JSON array of event objects\n\nUse `--now` when summarizing today so the script can emit `Remaining Today`. Omit it for future days if you do not need that section.\n\n## Formatting Rules\n\n- Keep markers restrained. Use only the formatter's default markers unless the user explicitly asks for more decoration.\n- Keep the agenda table to two columns only: `Time` and `Meeting`.\n- Use bare compact agenda times like `10:00-10:15` without meridiem in each row.\n- Allow short inline conflict annotations in the meeting column only for the representative event in a conflict cluster.\n- Keep the fuller overlap explanation in `What Needs Attention`.\n- Do not wrap agenda table cells in backticks or inline code.\n- Keep `Day Shape` and `Useful Readout` narrative rather than metric-heavy.\n- Treat all-day transparent markers as context, not meetings.\n- Base free-window and lunch-window calculations on opaque timed events.\n- Preserve event ordering by start time.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,56,62,68,110,116,146,152,213,219,224,285,290,296,301,404,409,430,449,455,550],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Google Calendar Daily Brief",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"overview",[54],{"type":47,"value":55},"Overview",{"type":42,"tag":57,"props":58,"children":59},"p",{},[60],{"type":47,"value":61},"Use this skill to turn one day of Google Calendar events into a readable daily brief instead of a raw event dump. Use the Google Calendar app from this plugin for the source data, then use the bundled formatter as the default rendering path.",{"type":42,"tag":50,"props":63,"children":65},{"id":64},"workflow",[66],{"type":47,"value":67},"Workflow",{"type":42,"tag":69,"props":70,"children":71},"ol",{},[72,78,92,105],{"type":42,"tag":73,"props":74,"children":75},"li",{},[76],{"type":47,"value":77},"Resolve the date window explicitly in the user's timezone.",{"type":42,"tag":73,"props":79,"children":80},{},[81,83,90],{"type":47,"value":82},"Fetch the day's events through the Google Calendar app\u002Fconnector for the relevant calendar. Default to ",{"type":42,"tag":84,"props":85,"children":87},"code",{"className":86},[],[88],{"type":47,"value":89},"calendar_id=primary",{"type":47,"value":91}," unless the user names a different calendar.",{"type":42,"tag":73,"props":93,"children":94},{},[95,97,103],{"type":47,"value":96},"Pass the raw JSON response to ",{"type":42,"tag":84,"props":98,"children":100},{"className":99},[],[101],{"type":47,"value":102},"scripts\u002Frender_day_brief.py",{"type":47,"value":104},".",{"type":42,"tag":73,"props":106,"children":107},{},[108],{"type":47,"value":109},"Return the rendered Markdown as the answer. Lightly adapt the lead-in or emphasis if the user asked for a narrower scope, a more compact answer, or a specific focus.",{"type":42,"tag":50,"props":111,"children":113},{"id":112},"relevant-actions",[114],{"type":47,"value":115},"Relevant Actions",{"type":42,"tag":117,"props":118,"children":119},"ul",{},[120,133],{"type":42,"tag":73,"props":121,"children":122},{},[123,125,131],{"type":47,"value":124},"Prefer ",{"type":42,"tag":84,"props":126,"children":128},{"className":127},[],[129],{"type":47,"value":130},"search_events",{"type":47,"value":132}," for the one-day event list that feeds the formatter.",{"type":42,"tag":73,"props":134,"children":135},{},[136,138,144],{"type":47,"value":137},"Use ",{"type":42,"tag":84,"props":139,"children":141},{"className":140},[],[142],{"type":47,"value":143},"search_events_all_fields",{"type":47,"value":145}," only if the brief needs richer event metadata than the standard event summary surface returns.",{"type":42,"tag":50,"props":147,"children":149},{"id":148},"data-source-rules",[150],{"type":47,"value":151},"Data Source Rules",{"type":42,"tag":117,"props":153,"children":154},{},[155,160,173,208],{"type":42,"tag":73,"props":156,"children":157},{},[158],{"type":47,"value":159},"Use the Google Calendar app\u002Fconnector from this plugin, not web search and not a manually reconstructed schedule.",{"type":42,"tag":73,"props":161,"children":162},{},[163,165,171],{"type":47,"value":164},"Query with explicit day boundaries such as ",{"type":42,"tag":84,"props":166,"children":168},{"className":167},[],[169],{"type":47,"value":170},"[local_midnight, next_local_midnight)",{"type":47,"value":172}," in the user's timezone.",{"type":42,"tag":73,"props":174,"children":175},{},[176,178,184,186,192,193,199,201,207],{"type":47,"value":177},"Prefer the app's event search\u002Flist call that accepts ",{"type":42,"tag":84,"props":179,"children":181},{"className":180},[],[182],{"type":47,"value":183},"calendar_id",{"type":47,"value":185},", ",{"type":42,"tag":84,"props":187,"children":189},{"className":188},[],[190],{"type":47,"value":191},"time_min",{"type":47,"value":185},{"type":42,"tag":84,"props":194,"children":196},{"className":195},[],[197],{"type":47,"value":198},"time_max",{"type":47,"value":200},", and ",{"type":42,"tag":84,"props":202,"children":204},{"className":203},[],[205],{"type":47,"value":206},"timezone",{"type":47,"value":104},{"type":42,"tag":73,"props":209,"children":210},{},[211],{"type":47,"value":212},"Preserve titles exactly as returned by Google Calendar.",{"type":42,"tag":50,"props":214,"children":216},{"id":215},"default-shape",[217],{"type":47,"value":218},"Default Shape",{"type":42,"tag":57,"props":220,"children":221},{},[222],{"type":47,"value":223},"The formatter's default shape is a good baseline:",{"type":42,"tag":117,"props":225,"children":226},{},[227,232,237,246,255,266,275],{"type":42,"tag":73,"props":228,"children":229},{},[230],{"type":47,"value":231},"date header",{"type":42,"tag":73,"props":233,"children":234},{},[235],{"type":47,"value":236},"short top summary lines",{"type":42,"tag":73,"props":238,"children":239},{},[240],{"type":42,"tag":84,"props":241,"children":243},{"className":242},[],[244],{"type":47,"value":245},"Day Shape",{"type":42,"tag":73,"props":247,"children":248},{},[249],{"type":42,"tag":84,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":254},"Agenda",{"type":42,"tag":73,"props":256,"children":257},{},[258,260],{"type":47,"value":259},"optional ",{"type":42,"tag":84,"props":261,"children":263},{"className":262},[],[264],{"type":47,"value":265},"What Needs Attention",{"type":42,"tag":73,"props":267,"children":268},{},[269],{"type":42,"tag":84,"props":270,"children":272},{"className":271},[],[273],{"type":47,"value":274},"Useful Readout",{"type":42,"tag":73,"props":276,"children":277},{},[278,279],{"type":47,"value":259},{"type":42,"tag":84,"props":280,"children":282},{"className":281},[],[283],{"type":47,"value":284},"Remaining Today",{"type":42,"tag":57,"props":286,"children":287},{},[288],{"type":47,"value":289},"Keep the tone compact and practical. Do not use a fenced code block for the agenda.",{"type":42,"tag":50,"props":291,"children":293},{"id":292},"formatter",[294],{"type":47,"value":295},"Formatter",{"type":42,"tag":57,"props":297,"children":298},{},[299],{"type":47,"value":300},"Run the formatter whenever you want the full daily brief:",{"type":42,"tag":302,"props":303,"children":308},"pre",{"className":304,"code":305,"language":306,"meta":307,"style":307},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 scripts\u002Frender_day_brief.py \\\n  --time-min 2026-03-11T00:00:00-07:00 \\\n  --time-max 2026-03-12T00:00:00-07:00 \\\n  --timezone America\u002FLos_Angeles \\\n  --now 2026-03-11T17:02:19-07:00\n","bash","",[309],{"type":42,"tag":84,"props":310,"children":311},{"__ignoreMap":307},[312,336,354,372,390],{"type":42,"tag":313,"props":314,"children":317},"span",{"class":315,"line":316},"line",1,[318,324,330],{"type":42,"tag":313,"props":319,"children":321},{"style":320},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[322],{"type":47,"value":323},"python3",{"type":42,"tag":313,"props":325,"children":327},{"style":326},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[328],{"type":47,"value":329}," scripts\u002Frender_day_brief.py",{"type":42,"tag":313,"props":331,"children":333},{"style":332},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[334],{"type":47,"value":335}," \\\n",{"type":42,"tag":313,"props":337,"children":339},{"class":315,"line":338},2,[340,345,350],{"type":42,"tag":313,"props":341,"children":342},{"style":326},[343],{"type":47,"value":344},"  --time-min",{"type":42,"tag":313,"props":346,"children":347},{"style":326},[348],{"type":47,"value":349}," 2026-03-11T00:00:00-07:00",{"type":42,"tag":313,"props":351,"children":352},{"style":332},[353],{"type":47,"value":335},{"type":42,"tag":313,"props":355,"children":357},{"class":315,"line":356},3,[358,363,368],{"type":42,"tag":313,"props":359,"children":360},{"style":326},[361],{"type":47,"value":362},"  --time-max",{"type":42,"tag":313,"props":364,"children":365},{"style":326},[366],{"type":47,"value":367}," 2026-03-12T00:00:00-07:00",{"type":42,"tag":313,"props":369,"children":370},{"style":332},[371],{"type":47,"value":335},{"type":42,"tag":313,"props":373,"children":375},{"class":315,"line":374},4,[376,381,386],{"type":42,"tag":313,"props":377,"children":378},{"style":326},[379],{"type":47,"value":380},"  --timezone",{"type":42,"tag":313,"props":382,"children":383},{"style":326},[384],{"type":47,"value":385}," America\u002FLos_Angeles",{"type":42,"tag":313,"props":387,"children":388},{"style":332},[389],{"type":47,"value":335},{"type":42,"tag":313,"props":391,"children":393},{"class":315,"line":392},5,[394,399],{"type":42,"tag":313,"props":395,"children":396},{"style":326},[397],{"type":47,"value":398},"  --now",{"type":42,"tag":313,"props":400,"children":401},{"style":326},[402],{"type":47,"value":403}," 2026-03-11T17:02:19-07:00\n",{"type":42,"tag":57,"props":405,"children":406},{},[407],{"type":47,"value":408},"Provide the Google Calendar JSON payload on stdin. The script accepts either:",{"type":42,"tag":117,"props":410,"children":411},{},[412,425],{"type":42,"tag":73,"props":413,"children":414},{},[415,417,423],{"type":47,"value":416},"the raw object returned by the calendar app, with an ",{"type":42,"tag":84,"props":418,"children":420},{"className":419},[],[421],{"type":47,"value":422},"events",{"type":47,"value":424}," field, or",{"type":42,"tag":73,"props":426,"children":427},{},[428],{"type":47,"value":429},"a bare JSON array of event objects",{"type":42,"tag":57,"props":431,"children":432},{},[433,434,440,442,447],{"type":47,"value":137},{"type":42,"tag":84,"props":435,"children":437},{"className":436},[],[438],{"type":47,"value":439},"--now",{"type":47,"value":441}," when summarizing today so the script can emit ",{"type":42,"tag":84,"props":443,"children":445},{"className":444},[],[446],{"type":47,"value":284},{"type":47,"value":448},". Omit it for future days if you do not need that section.",{"type":42,"tag":50,"props":450,"children":452},{"id":451},"formatting-rules",[453],{"type":47,"value":454},"Formatting Rules",{"type":42,"tag":117,"props":456,"children":457},{},[458,463,483,496,501,512,517,535,540,545],{"type":42,"tag":73,"props":459,"children":460},{},[461],{"type":47,"value":462},"Keep markers restrained. Use only the formatter's default markers unless the user explicitly asks for more decoration.",{"type":42,"tag":73,"props":464,"children":465},{},[466,468,474,476,482],{"type":47,"value":467},"Keep the agenda table to two columns only: ",{"type":42,"tag":84,"props":469,"children":471},{"className":470},[],[472],{"type":47,"value":473},"Time",{"type":47,"value":475}," and ",{"type":42,"tag":84,"props":477,"children":479},{"className":478},[],[480],{"type":47,"value":481},"Meeting",{"type":47,"value":104},{"type":42,"tag":73,"props":484,"children":485},{},[486,488,494],{"type":47,"value":487},"Use bare compact agenda times like ",{"type":42,"tag":84,"props":489,"children":491},{"className":490},[],[492],{"type":47,"value":493},"10:00-10:15",{"type":47,"value":495}," without meridiem in each row.",{"type":42,"tag":73,"props":497,"children":498},{},[499],{"type":47,"value":500},"Allow short inline conflict annotations in the meeting column only for the representative event in a conflict cluster.",{"type":42,"tag":73,"props":502,"children":503},{},[504,506,511],{"type":47,"value":505},"Keep the fuller overlap explanation in ",{"type":42,"tag":84,"props":507,"children":509},{"className":508},[],[510],{"type":47,"value":265},{"type":47,"value":104},{"type":42,"tag":73,"props":513,"children":514},{},[515],{"type":47,"value":516},"Do not wrap agenda table cells in backticks or inline code.",{"type":42,"tag":73,"props":518,"children":519},{},[520,522,527,528,533],{"type":47,"value":521},"Keep ",{"type":42,"tag":84,"props":523,"children":525},{"className":524},[],[526],{"type":47,"value":245},{"type":47,"value":475},{"type":42,"tag":84,"props":529,"children":531},{"className":530},[],[532],{"type":47,"value":274},{"type":47,"value":534}," narrative rather than metric-heavy.",{"type":42,"tag":73,"props":536,"children":537},{},[538],{"type":47,"value":539},"Treat all-day transparent markers as context, not meetings.",{"type":42,"tag":73,"props":541,"children":542},{},[543],{"type":47,"value":544},"Base free-window and lunch-window calculations on opaque timed events.",{"type":42,"tag":73,"props":546,"children":547},{},[548],{"type":47,"value":549},"Preserve event ordering by start time.",{"type":42,"tag":551,"props":552,"children":553},"style",{},[554],{"type":47,"value":555},"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":557,"total":679},[558,577,593,605,625,647,667],{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":25,"repoUrl":26,"updatedAt":576},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[564,567,570,573],{"name":565,"slug":566,"type":15},"Accessibility","accessibility",{"name":568,"slug":569,"type":15},"Charts","charts",{"name":571,"slug":572,"type":15},"Data Visualization","data-visualization",{"name":574,"slug":575,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":578,"name":578,"fn":579,"description":580,"org":581,"tags":582,"stars":25,"repoUrl":26,"updatedAt":592},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[583,586,589],{"name":584,"slug":585,"type":15},"Agents","agents",{"name":587,"slug":588,"type":15},"Browser Automation","browser-automation",{"name":590,"slug":591,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":25,"repoUrl":26,"updatedAt":604},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[599,600,603],{"name":587,"slug":588,"type":15},{"name":601,"slug":602,"type":15},"Local Development","local-development",{"name":590,"slug":591,"type":15},"2026-04-06T18:41:17.526867",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":25,"repoUrl":26,"updatedAt":624},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[611,612,615,618,621],{"name":584,"slug":585,"type":15},{"name":613,"slug":614,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":616,"slug":617,"type":15},"SDK","sdk",{"name":619,"slug":620,"type":15},"Serverless","serverless",{"name":622,"slug":623,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":25,"repoUrl":26,"updatedAt":646},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[631,634,637,640,643],{"name":632,"slug":633,"type":15},"Frontend","frontend",{"name":635,"slug":636,"type":15},"React","react",{"name":638,"slug":639,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":641,"slug":642,"type":15},"UI Components","ui-components",{"name":644,"slug":645,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":25,"repoUrl":26,"updatedAt":666},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[653,656,659,662,665],{"name":654,"slug":655,"type":15},"AI Infrastructure","ai-infrastructure",{"name":657,"slug":658,"type":15},"Cost Optimization","cost-optimization",{"name":660,"slug":661,"type":15},"LLM","llm",{"name":663,"slug":664,"type":15},"Performance","performance",{"name":644,"slug":645,"type":15},"2026-04-06T18:40:44.377464",{"slug":668,"name":668,"fn":669,"description":670,"org":671,"tags":672,"stars":25,"repoUrl":26,"updatedAt":678},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[673,674,677],{"name":657,"slug":658,"type":15},{"name":675,"slug":676,"type":15},"Database","database",{"name":660,"slug":661,"type":15},"2026-04-06T18:41:08.513425",600,{"items":681,"total":876},[682,703,726,743,759,776,793,805,819,833,845,860],{"slug":683,"name":683,"fn":684,"description":685,"org":686,"tags":687,"stars":700,"repoUrl":701,"updatedAt":702},"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},[688,691,694,697],{"name":689,"slug":690,"type":15},"Documents","documents",{"name":692,"slug":693,"type":15},"Healthcare","healthcare",{"name":695,"slug":696,"type":15},"Insurance","insurance",{"name":698,"slug":699,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":704,"name":704,"fn":705,"description":706,"org":707,"tags":708,"stars":723,"repoUrl":724,"updatedAt":725},"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},[709,712,714,717,720],{"name":710,"slug":711,"type":15},".NET","dotnet",{"name":713,"slug":704,"type":15},"ASP.NET Core",{"name":715,"slug":716,"type":15},"Blazor","blazor",{"name":718,"slug":719,"type":15},"C#","csharp",{"name":721,"slug":722,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":727,"name":727,"fn":728,"description":729,"org":730,"tags":731,"stars":723,"repoUrl":724,"updatedAt":742},"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},[732,735,738,741],{"name":733,"slug":734,"type":15},"Apps SDK","apps-sdk",{"name":736,"slug":737,"type":15},"ChatGPT","chatgpt",{"name":739,"slug":740,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":744,"name":744,"fn":745,"description":746,"org":747,"tags":748,"stars":723,"repoUrl":724,"updatedAt":758},"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},[749,752,755],{"name":750,"slug":751,"type":15},"API Development","api-development",{"name":753,"slug":754,"type":15},"CLI","cli",{"name":756,"slug":757,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":760,"name":760,"fn":761,"description":762,"org":763,"tags":764,"stars":723,"repoUrl":724,"updatedAt":775},"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},[765,768,771,772],{"name":766,"slug":767,"type":15},"Cloudflare","cloudflare",{"name":769,"slug":770,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":613,"slug":614,"type":15},{"name":773,"slug":774,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":777,"name":777,"fn":778,"description":779,"org":780,"tags":781,"stars":723,"repoUrl":724,"updatedAt":792},"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},[782,783,786,789],{"name":13,"slug":14,"type":15},{"name":784,"slug":785,"type":15},"Project Management","project-management",{"name":787,"slug":788,"type":15},"Strategy","strategy",{"name":790,"slug":791,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":794,"name":794,"fn":795,"description":796,"org":797,"tags":798,"stars":723,"repoUrl":724,"updatedAt":804},"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},[799,800,802,803],{"name":574,"slug":575,"type":15},{"name":801,"slug":794,"type":15},"Figma",{"name":632,"slug":633,"type":15},{"name":739,"slug":740,"type":15},"2026-04-12T05:06:47.939943",{"slug":806,"name":806,"fn":807,"description":808,"org":809,"tags":810,"stars":723,"repoUrl":724,"updatedAt":818},"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},[811,812,815,816,817],{"name":574,"slug":575,"type":15},{"name":813,"slug":814,"type":15},"Design System","design-system",{"name":801,"slug":794,"type":15},{"name":632,"slug":633,"type":15},{"name":641,"slug":642,"type":15},"2026-05-10T05:59:52.971881",{"slug":820,"name":820,"fn":821,"description":822,"org":823,"tags":824,"stars":723,"repoUrl":724,"updatedAt":832},"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},[825,826,827,830,831],{"name":574,"slug":575,"type":15},{"name":813,"slug":814,"type":15},{"name":828,"slug":829,"type":15},"Documentation","documentation",{"name":801,"slug":794,"type":15},{"name":632,"slug":633,"type":15},"2026-05-16T06:07:47.821474",{"slug":834,"name":834,"fn":835,"description":836,"org":837,"tags":838,"stars":723,"repoUrl":724,"updatedAt":844},"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},[839,840,841,842,843],{"name":574,"slug":575,"type":15},{"name":801,"slug":794,"type":15},{"name":632,"slug":633,"type":15},{"name":641,"slug":642,"type":15},{"name":721,"slug":722,"type":15},"2026-05-16T06:07:40.583615",{"slug":846,"name":846,"fn":847,"description":848,"org":849,"tags":850,"stars":723,"repoUrl":724,"updatedAt":859},"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},[851,854,855,858],{"name":852,"slug":853,"type":15},"Animation","animation",{"name":756,"slug":757,"type":15},{"name":856,"slug":857,"type":15},"Creative","creative",{"name":574,"slug":575,"type":15},"2026-05-02T05:31:48.48485",{"slug":861,"name":861,"fn":862,"description":863,"org":864,"tags":865,"stars":723,"repoUrl":724,"updatedAt":875},"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},[866,867,868,871,874],{"name":856,"slug":857,"type":15},{"name":574,"slug":575,"type":15},{"name":869,"slug":870,"type":15},"Image Generation","image-generation",{"name":872,"slug":873,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]