[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-google-sheets":3,"mdc--bg9spb-key":35,"related-repo-openai-google-sheets":690,"related-org-openai-google-sheets":814},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"google-sheets","analyze and edit Google Sheets","Analyze and edit connected Google Sheets with range precision. Use when the user wants to create Google Sheets, find a spreadsheet, inspect tabs or ranges, search rows, plan formulas, create or repair charts, clean or restructure tables, write concise summaries, or make explicit cell-range updates.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,15,18,21],{"name":13,"slug":4,"type":14},"Google Sheets","tag",{"name":16,"slug":17,"type":14},"Spreadsheets","spreadsheets",{"name":19,"slug":20,"type":14},"Data Analysis","data-analysis",{"name":22,"slug":23,"type":14},"Data Cleaning","data-cleaning",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:42:10.495602",null,465,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fgoogle-drive\u002Fskills\u002Fgoogle-sheets","---\nname: google-sheets\ndescription: Analyze and edit connected Google Sheets with range precision. Use when the user wants to create Google Sheets, find a spreadsheet, inspect tabs or ranges, search rows, plan formulas, create or repair charts, clean or restructure tables, write concise summaries, or make explicit cell-range updates.\n---\n\n# Google Sheets\n\nUse this skill to keep spreadsheet work grounded in the exact spreadsheet, sheet, range, headers, and formulas that matter.\n\n## Purpose Of This File\n\nThis file is intentionally minimal and only covers:\n\n1. routing to the right spreadsheet workflow\n2. stateful operation and mandatory routing to reference files\n3. live-read\u002Fsearch safety for direct connector calls\n\nDetailed editing, formula, chart, upload, live-read\u002Fsearch, and batch-update rules live in `references\u002F`.\nLatency is not a constraint for this skill, so always read the relevant reference files before performing the task.\nIf the user has not provided explicit style direction, read `references\u002Fstyle-profiles.md` and apply the appropriate Google Sheets destination default before authoring workbook formatting.\n\n## Default Routing\n\n1. New Google Sheets creation: first check whether the `[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)` plugin or the `$Excel` skill is installed.\n2. If either is installed, YOU MUST use `[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)` or `$Excel` to create a local `.xlsx`. Then import the `.xlsx` into Drive as a native Google Sheets spreadsheet. Read `references\u002Freference-import-spreadsheet-to-native-sheets.md`.\n4. If neither skill is installed, create the spreadsheet directly with Google Sheets MCP.\n5. Existing Google Sheets edits: use Google Sheets MCP directly.\n\nDo not reference the local `.xlsx` in the final answer. Your final answer includes the Google Spreadsheet link only.\n\n## Canonical Workflow Bias\n\nPrefer one simple proven workflow over a large tree of recovery branches.\nWhen a task matches a known successful pattern, follow that pattern directly instead of re-evaluating every possible fallback path.\nDo not let accumulated edge-case guardrails turn a straightforward Sheets task into a long blocker-analysis exercise.\n\nFor sheet creation and editing tasks, prefer this sequence when viable:\n\n1. Gather the required source material.\n2. Pick the correct default routing.\n3. Establish the sheet checklist or sheet plan.\n4. Build or edit the sheet.\n5. Verify the sheet is clean, complete, native, and scannable.\n6. Stop once the verified workflow has succeeded.\n\nIf a simple verified workflow is viable, use it. Do not drift into speculative alternate paths.\n\n## Required Read Order (No Skips)\n\nIf Default Routing uses `[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)` or `$Excel`:\n1. Read the `[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)` plugin skill or `$Excel` skill\n2. Read `references\u002Freference-import-spreadsheet-to-native-sheets.md`\n\nIf Default Routing uses connector edit workflow:\n\n1. Read `references\u002Freference-edit-workflow.md`.\n2. Before any direct live range read, cell read, or `search_spreadsheet_rows`, read `references\u002Freference-live-read-search-safety.md`.\n3. Read every task-specific file from the matrix below.\n4. If the task spans multiple categories, read all matching files.\n5. If uncertain, read every file in `references\u002F`.\n\nDo not execute content edits until the required references are read in the current turn.\n\n## Final Answer Requirement\n\nIf the `[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)` plugin or the `$Excel` skill is installed, you MUST use one of them to create a local `.xlsx` and import it to Google Drive with `upload_mode: \"native_google_sheets\"`.\nEven though you created a local `.xlsx`, do not cite the local path in the final answer. The final answer cites only the Google Spreadsheet link.\n\n## Connector Load Checklist\n\n1. Confirm the exact target Google Sheet URL or spreadsheet id before editing an existing spreadsheet.\n2. If the user only gives a title or title keywords, use the connector\u002Fapp search path to identify candidate spreadsheets before asking for a URL.\n3. Resolve and record the spreadsheet id, target sheet names, and `sheetId` values.\n4. Read spreadsheet metadata before deeper reads or writes.\n5. For direct live range reads, cell reads, or `search_spreadsheet_rows`, use exact visible tab names from metadata, bounded ranges, and the recovery rules in `references\u002Freference-live-read-search-safety.md`. Do not guess `Sheet1`, scan whole grids, or retry oversized row searches.\n6. Before each edit pass, identify the exact sheet, range, headers, formulas, and validation constraints being edited through connector reads.\n7. Re-read target cells before writing when live values, formulas, formatting, or validation could affect the write.\n\n## Task To Reference Map\n\n| Task area | Required reference file |\n| --- | --- |\n| Existing spreadsheet edit workflow, grounding, validation-backed cells, output conventions, and write planning | `references\u002Freference-edit-workflow.md` |\n| Direct live range reads, cell reads, row searches, tab\u002Frange recovery, and oversized search avoidance | `references\u002Freference-live-read-search-safety.md` |\n| Raw Sheets write shapes and example `batch_update` bodies | `references\u002Freference-batch-update-recipes.md` |\n| Importing a locally created `.xlsx`, `.xls`, `.ods`, `.csv`, or `.tsv` into Google Sheets | `references\u002Freference-import-spreadsheet-to-native-sheets.md` |\n| Formula design, repair, rollout, or syntax refresh | `references\u002Freference-formula-patterns.md` |\n| Chart creation, repair, chart-spec recall, or repositioning | `references\u002Freference-chart-recipes.md` |\n| Unspecified styling for native Google Sheets destinations | `references\u002Fstyle-profiles.md` |\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,47,53,60,65,85,107,113,189,201,207,212,217,250,255,261,279,311,316,371,376,382,422,428,496,502],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":13},"text",{"type":41,"tag":48,"props":49,"children":50},"p",{},[51],{"type":46,"value":52},"Use this skill to keep spreadsheet work grounded in the exact spreadsheet, sheet, range, headers, and formulas that matter.",{"type":41,"tag":54,"props":55,"children":57},"h2",{"id":56},"purpose-of-this-file",[58],{"type":46,"value":59},"Purpose Of This File",{"type":41,"tag":48,"props":61,"children":62},{},[63],{"type":46,"value":64},"This file is intentionally minimal and only covers:",{"type":41,"tag":66,"props":67,"children":68},"ol",{},[69,75,80],{"type":41,"tag":70,"props":71,"children":72},"li",{},[73],{"type":46,"value":74},"routing to the right spreadsheet workflow",{"type":41,"tag":70,"props":76,"children":77},{},[78],{"type":46,"value":79},"stateful operation and mandatory routing to reference files",{"type":41,"tag":70,"props":81,"children":82},{},[83],{"type":46,"value":84},"live-read\u002Fsearch safety for direct connector calls",{"type":41,"tag":48,"props":86,"children":87},{},[88,90,97,99,105],{"type":46,"value":89},"Detailed editing, formula, chart, upload, live-read\u002Fsearch, and batch-update rules live in ",{"type":41,"tag":91,"props":92,"children":94},"code",{"className":93},[],[95],{"type":46,"value":96},"references\u002F",{"type":46,"value":98},".\nLatency is not a constraint for this skill, so always read the relevant reference files before performing the task.\nIf the user has not provided explicit style direction, read ",{"type":41,"tag":91,"props":100,"children":102},{"className":101},[],[103],{"type":46,"value":104},"references\u002Fstyle-profiles.md",{"type":46,"value":106}," and apply the appropriate Google Sheets destination default before authoring workbook formatting.",{"type":41,"tag":54,"props":108,"children":110},{"id":109},"default-routing",[111],{"type":46,"value":112},"Default Routing",{"type":41,"tag":66,"props":114,"children":115},{},[116,137,179,184],{"type":41,"tag":70,"props":117,"children":118},{},[119,121,127,129,135],{"type":46,"value":120},"New Google Sheets creation: first check whether the ",{"type":41,"tag":91,"props":122,"children":124},{"className":123},[],[125],{"type":46,"value":126},"[@spreadsheets](plugin:\u002F\u002Fspreadsheets@openai-primary-runtime)",{"type":46,"value":128}," plugin or the ",{"type":41,"tag":91,"props":130,"children":132},{"className":131},[],[133],{"type":46,"value":134},"$Excel",{"type":46,"value":136}," skill is installed.",{"type":41,"tag":70,"props":138,"children":139},{},[140,142,147,149,154,156,162,164,169,171,177],{"type":46,"value":141},"If either is installed, YOU MUST use ",{"type":41,"tag":91,"props":143,"children":145},{"className":144},[],[146],{"type":46,"value":126},{"type":46,"value":148}," or ",{"type":41,"tag":91,"props":150,"children":152},{"className":151},[],[153],{"type":46,"value":134},{"type":46,"value":155}," to create a local ",{"type":41,"tag":91,"props":157,"children":159},{"className":158},[],[160],{"type":46,"value":161},".xlsx",{"type":46,"value":163},". Then import the ",{"type":41,"tag":91,"props":165,"children":167},{"className":166},[],[168],{"type":46,"value":161},{"type":46,"value":170}," into Drive as a native Google Sheets spreadsheet. Read ",{"type":41,"tag":91,"props":172,"children":174},{"className":173},[],[175],{"type":46,"value":176},"references\u002Freference-import-spreadsheet-to-native-sheets.md",{"type":46,"value":178},".",{"type":41,"tag":70,"props":180,"children":181},{},[182],{"type":46,"value":183},"If neither skill is installed, create the spreadsheet directly with Google Sheets MCP.",{"type":41,"tag":70,"props":185,"children":186},{},[187],{"type":46,"value":188},"Existing Google Sheets edits: use Google Sheets MCP directly.",{"type":41,"tag":48,"props":190,"children":191},{},[192,194,199],{"type":46,"value":193},"Do not reference the local ",{"type":41,"tag":91,"props":195,"children":197},{"className":196},[],[198],{"type":46,"value":161},{"type":46,"value":200}," in the final answer. Your final answer includes the Google Spreadsheet link only.",{"type":41,"tag":54,"props":202,"children":204},{"id":203},"canonical-workflow-bias",[205],{"type":46,"value":206},"Canonical Workflow Bias",{"type":41,"tag":48,"props":208,"children":209},{},[210],{"type":46,"value":211},"Prefer one simple proven workflow over a large tree of recovery branches.\nWhen a task matches a known successful pattern, follow that pattern directly instead of re-evaluating every possible fallback path.\nDo not let accumulated edge-case guardrails turn a straightforward Sheets task into a long blocker-analysis exercise.",{"type":41,"tag":48,"props":213,"children":214},{},[215],{"type":46,"value":216},"For sheet creation and editing tasks, prefer this sequence when viable:",{"type":41,"tag":66,"props":218,"children":219},{},[220,225,230,235,240,245],{"type":41,"tag":70,"props":221,"children":222},{},[223],{"type":46,"value":224},"Gather the required source material.",{"type":41,"tag":70,"props":226,"children":227},{},[228],{"type":46,"value":229},"Pick the correct default routing.",{"type":41,"tag":70,"props":231,"children":232},{},[233],{"type":46,"value":234},"Establish the sheet checklist or sheet plan.",{"type":41,"tag":70,"props":236,"children":237},{},[238],{"type":46,"value":239},"Build or edit the sheet.",{"type":41,"tag":70,"props":241,"children":242},{},[243],{"type":46,"value":244},"Verify the sheet is clean, complete, native, and scannable.",{"type":41,"tag":70,"props":246,"children":247},{},[248],{"type":46,"value":249},"Stop once the verified workflow has succeeded.",{"type":41,"tag":48,"props":251,"children":252},{},[253],{"type":46,"value":254},"If a simple verified workflow is viable, use it. Do not drift into speculative alternate paths.",{"type":41,"tag":54,"props":256,"children":258},{"id":257},"required-read-order-no-skips",[259],{"type":46,"value":260},"Required Read Order (No Skips)",{"type":41,"tag":48,"props":262,"children":263},{},[264,266,271,272,277],{"type":46,"value":265},"If Default Routing uses ",{"type":41,"tag":91,"props":267,"children":269},{"className":268},[],[270],{"type":46,"value":126},{"type":46,"value":148},{"type":41,"tag":91,"props":273,"children":275},{"className":274},[],[276],{"type":46,"value":134},{"type":46,"value":278},":",{"type":41,"tag":66,"props":280,"children":281},{},[282,301],{"type":41,"tag":70,"props":283,"children":284},{},[285,287,292,294,299],{"type":46,"value":286},"Read the ",{"type":41,"tag":91,"props":288,"children":290},{"className":289},[],[291],{"type":46,"value":126},{"type":46,"value":293}," plugin skill or ",{"type":41,"tag":91,"props":295,"children":297},{"className":296},[],[298],{"type":46,"value":134},{"type":46,"value":300}," skill",{"type":41,"tag":70,"props":302,"children":303},{},[304,306],{"type":46,"value":305},"Read ",{"type":41,"tag":91,"props":307,"children":309},{"className":308},[],[310],{"type":46,"value":176},{"type":41,"tag":48,"props":312,"children":313},{},[314],{"type":46,"value":315},"If Default Routing uses connector edit workflow:",{"type":41,"tag":66,"props":317,"children":318},{},[319,330,350,355,360],{"type":41,"tag":70,"props":320,"children":321},{},[322,323,329],{"type":46,"value":305},{"type":41,"tag":91,"props":324,"children":326},{"className":325},[],[327],{"type":46,"value":328},"references\u002Freference-edit-workflow.md",{"type":46,"value":178},{"type":41,"tag":70,"props":331,"children":332},{},[333,335,341,343,349],{"type":46,"value":334},"Before any direct live range read, cell read, or ",{"type":41,"tag":91,"props":336,"children":338},{"className":337},[],[339],{"type":46,"value":340},"search_spreadsheet_rows",{"type":46,"value":342},", read ",{"type":41,"tag":91,"props":344,"children":346},{"className":345},[],[347],{"type":46,"value":348},"references\u002Freference-live-read-search-safety.md",{"type":46,"value":178},{"type":41,"tag":70,"props":351,"children":352},{},[353],{"type":46,"value":354},"Read every task-specific file from the matrix below.",{"type":41,"tag":70,"props":356,"children":357},{},[358],{"type":46,"value":359},"If the task spans multiple categories, read all matching files.",{"type":41,"tag":70,"props":361,"children":362},{},[363,365,370],{"type":46,"value":364},"If uncertain, read every file in ",{"type":41,"tag":91,"props":366,"children":368},{"className":367},[],[369],{"type":46,"value":96},{"type":46,"value":178},{"type":41,"tag":48,"props":372,"children":373},{},[374],{"type":46,"value":375},"Do not execute content edits until the required references are read in the current turn.",{"type":41,"tag":54,"props":377,"children":379},{"id":378},"final-answer-requirement",[380],{"type":46,"value":381},"Final Answer Requirement",{"type":41,"tag":48,"props":383,"children":384},{},[385,387,392,393,398,400,405,407,413,415,420],{"type":46,"value":386},"If the ",{"type":41,"tag":91,"props":388,"children":390},{"className":389},[],[391],{"type":46,"value":126},{"type":46,"value":128},{"type":41,"tag":91,"props":394,"children":396},{"className":395},[],[397],{"type":46,"value":134},{"type":46,"value":399}," skill is installed, you MUST use one of them to create a local ",{"type":41,"tag":91,"props":401,"children":403},{"className":402},[],[404],{"type":46,"value":161},{"type":46,"value":406}," and import it to Google Drive with ",{"type":41,"tag":91,"props":408,"children":410},{"className":409},[],[411],{"type":46,"value":412},"upload_mode: \"native_google_sheets\"",{"type":46,"value":414},".\nEven though you created a local ",{"type":41,"tag":91,"props":416,"children":418},{"className":417},[],[419],{"type":46,"value":161},{"type":46,"value":421},", do not cite the local path in the final answer. The final answer cites only the Google Spreadsheet link.",{"type":41,"tag":54,"props":423,"children":425},{"id":424},"connector-load-checklist",[426],{"type":46,"value":427},"Connector Load Checklist",{"type":41,"tag":66,"props":429,"children":430},{},[431,436,441,454,459,486,491],{"type":41,"tag":70,"props":432,"children":433},{},[434],{"type":46,"value":435},"Confirm the exact target Google Sheet URL or spreadsheet id before editing an existing spreadsheet.",{"type":41,"tag":70,"props":437,"children":438},{},[439],{"type":46,"value":440},"If the user only gives a title or title keywords, use the connector\u002Fapp search path to identify candidate spreadsheets before asking for a URL.",{"type":41,"tag":70,"props":442,"children":443},{},[444,446,452],{"type":46,"value":445},"Resolve and record the spreadsheet id, target sheet names, and ",{"type":41,"tag":91,"props":447,"children":449},{"className":448},[],[450],{"type":46,"value":451},"sheetId",{"type":46,"value":453}," values.",{"type":41,"tag":70,"props":455,"children":456},{},[457],{"type":46,"value":458},"Read spreadsheet metadata before deeper reads or writes.",{"type":41,"tag":70,"props":460,"children":461},{},[462,464,469,471,476,478,484],{"type":46,"value":463},"For direct live range reads, cell reads, or ",{"type":41,"tag":91,"props":465,"children":467},{"className":466},[],[468],{"type":46,"value":340},{"type":46,"value":470},", use exact visible tab names from metadata, bounded ranges, and the recovery rules in ",{"type":41,"tag":91,"props":472,"children":474},{"className":473},[],[475],{"type":46,"value":348},{"type":46,"value":477},". Do not guess ",{"type":41,"tag":91,"props":479,"children":481},{"className":480},[],[482],{"type":46,"value":483},"Sheet1",{"type":46,"value":485},", scan whole grids, or retry oversized row searches.",{"type":41,"tag":70,"props":487,"children":488},{},[489],{"type":46,"value":490},"Before each edit pass, identify the exact sheet, range, headers, formulas, and validation constraints being edited through connector reads.",{"type":41,"tag":70,"props":492,"children":493},{},[494],{"type":46,"value":495},"Re-read target cells before writing when live values, formulas, formatting, or validation could affect the write.",{"type":41,"tag":54,"props":497,"children":499},{"id":498},"task-to-reference-map",[500],{"type":46,"value":501},"Task To Reference Map",{"type":41,"tag":503,"props":504,"children":505},"table",{},[506,525],{"type":41,"tag":507,"props":508,"children":509},"thead",{},[510],{"type":41,"tag":511,"props":512,"children":513},"tr",{},[514,520],{"type":41,"tag":515,"props":516,"children":517},"th",{},[518],{"type":46,"value":519},"Task area",{"type":41,"tag":515,"props":521,"children":522},{},[523],{"type":46,"value":524},"Required reference file",{"type":41,"tag":526,"props":527,"children":528},"tbody",{},[529,546,562,587,640,657,674],{"type":41,"tag":511,"props":530,"children":531},{},[532,538],{"type":41,"tag":533,"props":534,"children":535},"td",{},[536],{"type":46,"value":537},"Existing spreadsheet edit workflow, grounding, validation-backed cells, output conventions, and write planning",{"type":41,"tag":533,"props":539,"children":540},{},[541],{"type":41,"tag":91,"props":542,"children":544},{"className":543},[],[545],{"type":46,"value":328},{"type":41,"tag":511,"props":547,"children":548},{},[549,554],{"type":41,"tag":533,"props":550,"children":551},{},[552],{"type":46,"value":553},"Direct live range reads, cell reads, row searches, tab\u002Frange recovery, and oversized search avoidance",{"type":41,"tag":533,"props":555,"children":556},{},[557],{"type":41,"tag":91,"props":558,"children":560},{"className":559},[],[561],{"type":46,"value":348},{"type":41,"tag":511,"props":563,"children":564},{},[565,578],{"type":41,"tag":533,"props":566,"children":567},{},[568,570,576],{"type":46,"value":569},"Raw Sheets write shapes and example ",{"type":41,"tag":91,"props":571,"children":573},{"className":572},[],[574],{"type":46,"value":575},"batch_update",{"type":46,"value":577}," bodies",{"type":41,"tag":533,"props":579,"children":580},{},[581],{"type":41,"tag":91,"props":582,"children":584},{"className":583},[],[585],{"type":46,"value":586},"references\u002Freference-batch-update-recipes.md",{"type":41,"tag":511,"props":588,"children":589},{},[590,632],{"type":41,"tag":533,"props":591,"children":592},{},[593,595,600,602,608,609,615,616,622,624,630],{"type":46,"value":594},"Importing a locally created ",{"type":41,"tag":91,"props":596,"children":598},{"className":597},[],[599],{"type":46,"value":161},{"type":46,"value":601},", ",{"type":41,"tag":91,"props":603,"children":605},{"className":604},[],[606],{"type":46,"value":607},".xls",{"type":46,"value":601},{"type":41,"tag":91,"props":610,"children":612},{"className":611},[],[613],{"type":46,"value":614},".ods",{"type":46,"value":601},{"type":41,"tag":91,"props":617,"children":619},{"className":618},[],[620],{"type":46,"value":621},".csv",{"type":46,"value":623},", or ",{"type":41,"tag":91,"props":625,"children":627},{"className":626},[],[628],{"type":46,"value":629},".tsv",{"type":46,"value":631}," into Google Sheets",{"type":41,"tag":533,"props":633,"children":634},{},[635],{"type":41,"tag":91,"props":636,"children":638},{"className":637},[],[639],{"type":46,"value":176},{"type":41,"tag":511,"props":641,"children":642},{},[643,648],{"type":41,"tag":533,"props":644,"children":645},{},[646],{"type":46,"value":647},"Formula design, repair, rollout, or syntax refresh",{"type":41,"tag":533,"props":649,"children":650},{},[651],{"type":41,"tag":91,"props":652,"children":654},{"className":653},[],[655],{"type":46,"value":656},"references\u002Freference-formula-patterns.md",{"type":41,"tag":511,"props":658,"children":659},{},[660,665],{"type":41,"tag":533,"props":661,"children":662},{},[663],{"type":46,"value":664},"Chart creation, repair, chart-spec recall, or repositioning",{"type":41,"tag":533,"props":666,"children":667},{},[668],{"type":41,"tag":91,"props":669,"children":671},{"className":670},[],[672],{"type":46,"value":673},"references\u002Freference-chart-recipes.md",{"type":41,"tag":511,"props":675,"children":676},{},[677,682],{"type":41,"tag":533,"props":678,"children":679},{},[680],{"type":46,"value":681},"Unspecified styling for native Google Sheets destinations",{"type":41,"tag":533,"props":683,"children":684},{},[685],{"type":41,"tag":91,"props":686,"children":688},{"className":687},[],[689],{"type":46,"value":104},{"items":691,"total":813},[692,711,727,739,759,781,801],{"slug":693,"name":693,"fn":694,"description":695,"org":696,"tags":697,"stars":24,"repoUrl":25,"updatedAt":710},"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},[698,701,704,707],{"name":699,"slug":700,"type":14},"Accessibility","accessibility",{"name":702,"slug":703,"type":14},"Charts","charts",{"name":705,"slug":706,"type":14},"Data Visualization","data-visualization",{"name":708,"slug":709,"type":14},"Design","design","2026-06-30T19:00:57.102",{"slug":712,"name":712,"fn":713,"description":714,"org":715,"tags":716,"stars":24,"repoUrl":25,"updatedAt":726},"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},[717,720,723],{"name":718,"slug":719,"type":14},"Agents","agents",{"name":721,"slug":722,"type":14},"Browser Automation","browser-automation",{"name":724,"slug":725,"type":14},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":728,"name":728,"fn":729,"description":730,"org":731,"tags":732,"stars":24,"repoUrl":25,"updatedAt":738},"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},[733,734,737],{"name":721,"slug":722,"type":14},{"name":735,"slug":736,"type":14},"Local Development","local-development",{"name":724,"slug":725,"type":14},"2026-04-06T18:41:17.526867",{"slug":740,"name":740,"fn":741,"description":742,"org":743,"tags":744,"stars":24,"repoUrl":25,"updatedAt":758},"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},[745,746,749,752,755],{"name":718,"slug":719,"type":14},{"name":747,"slug":748,"type":14},"Cloudflare Workers","cloudflare-workers",{"name":750,"slug":751,"type":14},"SDK","sdk",{"name":753,"slug":754,"type":14},"Serverless","serverless",{"name":756,"slug":757,"type":14},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":760,"name":760,"fn":761,"description":762,"org":763,"tags":764,"stars":24,"repoUrl":25,"updatedAt":780},"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},[765,768,771,774,777],{"name":766,"slug":767,"type":14},"Frontend","frontend",{"name":769,"slug":770,"type":14},"React","react",{"name":772,"slug":773,"type":14},"shadcn\u002Fui","shadcn-ui",{"name":775,"slug":776,"type":14},"UI Components","ui-components",{"name":778,"slug":779,"type":14},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":782,"name":782,"fn":783,"description":784,"org":785,"tags":786,"stars":24,"repoUrl":25,"updatedAt":800},"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},[787,790,793,796,799],{"name":788,"slug":789,"type":14},"AI Infrastructure","ai-infrastructure",{"name":791,"slug":792,"type":14},"Cost Optimization","cost-optimization",{"name":794,"slug":795,"type":14},"LLM","llm",{"name":797,"slug":798,"type":14},"Performance","performance",{"name":778,"slug":779,"type":14},"2026-04-06T18:40:44.377464",{"slug":802,"name":802,"fn":803,"description":804,"org":805,"tags":806,"stars":24,"repoUrl":25,"updatedAt":812},"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},[807,808,811],{"name":791,"slug":792,"type":14},{"name":809,"slug":810,"type":14},"Database","database",{"name":794,"slug":795,"type":14},"2026-04-06T18:41:08.513425",600,{"items":815,"total":1012},[816,837,860,877,893,910,929,941,955,969,981,996],{"slug":817,"name":817,"fn":818,"description":819,"org":820,"tags":821,"stars":834,"repoUrl":835,"updatedAt":836},"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},[822,825,828,831],{"name":823,"slug":824,"type":14},"Documents","documents",{"name":826,"slug":827,"type":14},"Healthcare","healthcare",{"name":829,"slug":830,"type":14},"Insurance","insurance",{"name":832,"slug":833,"type":14},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":838,"name":838,"fn":839,"description":840,"org":841,"tags":842,"stars":857,"repoUrl":858,"updatedAt":859},"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},[843,846,848,851,854],{"name":844,"slug":845,"type":14},".NET","dotnet",{"name":847,"slug":838,"type":14},"ASP.NET Core",{"name":849,"slug":850,"type":14},"Blazor","blazor",{"name":852,"slug":853,"type":14},"C#","csharp",{"name":855,"slug":856,"type":14},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":861,"name":861,"fn":862,"description":863,"org":864,"tags":865,"stars":857,"repoUrl":858,"updatedAt":876},"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},[866,869,872,875],{"name":867,"slug":868,"type":14},"Apps SDK","apps-sdk",{"name":870,"slug":871,"type":14},"ChatGPT","chatgpt",{"name":873,"slug":874,"type":14},"MCP","mcp",{"name":9,"slug":8,"type":14},"2026-04-12T05:07:05.468097",{"slug":878,"name":878,"fn":879,"description":880,"org":881,"tags":882,"stars":857,"repoUrl":858,"updatedAt":892},"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},[883,886,889],{"name":884,"slug":885,"type":14},"API Development","api-development",{"name":887,"slug":888,"type":14},"CLI","cli",{"name":890,"slug":891,"type":14},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":894,"name":894,"fn":895,"description":896,"org":897,"tags":898,"stars":857,"repoUrl":858,"updatedAt":909},"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},[899,902,905,906],{"name":900,"slug":901,"type":14},"Cloudflare","cloudflare",{"name":903,"slug":904,"type":14},"Cloudflare Pages","cloudflare-pages",{"name":747,"slug":748,"type":14},{"name":907,"slug":908,"type":14},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":911,"name":911,"fn":912,"description":913,"org":914,"tags":915,"stars":857,"repoUrl":858,"updatedAt":928},"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},[916,919,922,925],{"name":917,"slug":918,"type":14},"Productivity","productivity",{"name":920,"slug":921,"type":14},"Project Management","project-management",{"name":923,"slug":924,"type":14},"Strategy","strategy",{"name":926,"slug":927,"type":14},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":930,"name":930,"fn":931,"description":932,"org":933,"tags":934,"stars":857,"repoUrl":858,"updatedAt":940},"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},[935,936,938,939],{"name":708,"slug":709,"type":14},{"name":937,"slug":930,"type":14},"Figma",{"name":766,"slug":767,"type":14},{"name":873,"slug":874,"type":14},"2026-04-12T05:06:47.939943",{"slug":942,"name":942,"fn":943,"description":944,"org":945,"tags":946,"stars":857,"repoUrl":858,"updatedAt":954},"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},[947,948,951,952,953],{"name":708,"slug":709,"type":14},{"name":949,"slug":950,"type":14},"Design System","design-system",{"name":937,"slug":930,"type":14},{"name":766,"slug":767,"type":14},{"name":775,"slug":776,"type":14},"2026-05-10T05:59:52.971881",{"slug":956,"name":956,"fn":957,"description":958,"org":959,"tags":960,"stars":857,"repoUrl":858,"updatedAt":968},"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},[961,962,963,966,967],{"name":708,"slug":709,"type":14},{"name":949,"slug":950,"type":14},{"name":964,"slug":965,"type":14},"Documentation","documentation",{"name":937,"slug":930,"type":14},{"name":766,"slug":767,"type":14},"2026-05-16T06:07:47.821474",{"slug":970,"name":970,"fn":971,"description":972,"org":973,"tags":974,"stars":857,"repoUrl":858,"updatedAt":980},"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},[975,976,977,978,979],{"name":708,"slug":709,"type":14},{"name":937,"slug":930,"type":14},{"name":766,"slug":767,"type":14},{"name":775,"slug":776,"type":14},{"name":855,"slug":856,"type":14},"2026-05-16T06:07:40.583615",{"slug":982,"name":982,"fn":983,"description":984,"org":985,"tags":986,"stars":857,"repoUrl":858,"updatedAt":995},"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},[987,990,991,994],{"name":988,"slug":989,"type":14},"Animation","animation",{"name":890,"slug":891,"type":14},{"name":992,"slug":993,"type":14},"Creative","creative",{"name":708,"slug":709,"type":14},"2026-05-02T05:31:48.48485",{"slug":997,"name":997,"fn":998,"description":999,"org":1000,"tags":1001,"stars":857,"repoUrl":858,"updatedAt":1011},"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},[1002,1003,1004,1007,1010],{"name":992,"slug":993,"type":14},{"name":708,"slug":709,"type":14},{"name":1005,"slug":1006,"type":14},"Image Generation","image-generation",{"name":1008,"slug":1009,"type":14},"Images","images",{"name":9,"slug":8,"type":14},"2026-05-15T06:23:24.312127",675]