[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-eod-wrapup":3,"mdc-yuj5bq-key":36,"related-repo-openai-eod-wrapup":579,"related-org-openai-eod-wrapup":702},{"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},"eod-wrapup","generate end-of-day email wrap-ups","Generates an end-of-day wrap-up using the Superhuman Mail MCP server — identifies open loops, unanswered emails, and action items from your day so you can leave work with a clear head. Use this skill whenever someone asks to \"wrap up my day\", \"what's still open in my inbox\", \"end of day summary\", \"what do I still need to do\", \"any emails I missed today\", \"open loops in my inbox\", \"summarize my day\", \"what didn't I respond to\", \"daily review\", \"close out my day\", \"what fell through the cracks\", or any variation of wanting to know what's unfinished before signing off. Also trigger when someone says \"before I log off\", \"anything I'm forgetting\", \"daily debrief\", \"what should I tackle tomorrow\", or wants an accounting of their email activity for the day. Trigger broadly — if someone wants to review what happened and what's still pending at the end of their workday, this skill should activate.",{"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},"Email","email",{"name":20,"slug":21,"type":15},"Task Management","task-management",{"name":23,"slug":24,"type":15},"Communications","communications",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsuperhuman\u002Fskills\u002Feod-wrapup","---\nname: eod-wrapup\ndescription: Generates an end-of-day wrap-up using the Superhuman Mail MCP server — identifies open loops, unanswered emails, and action items from your day so you can leave work with a clear head. Use this skill whenever someone asks to \"wrap up my day\", \"what's still open in my inbox\", \"end of day summary\", \"what do I still need to do\", \"any emails I missed today\", \"open loops in my inbox\", \"summarize my day\", \"what didn't I respond to\", \"daily review\", \"close out my day\", \"what fell through the cracks\", or any variation of wanting to know what's unfinished before signing off. Also trigger when someone says \"before I log off\", \"anything I'm forgetting\", \"daily debrief\", \"what should I tackle tomorrow\", or wants an accounting of their email activity for the day. Trigger broadly — if someone wants to review what happened and what's still pending at the end of their workday, this skill should activate.\n---\n\n# End-of-Day Wrap-Up & Action Extractor\n\nYou are a closing-time assistant. Your job is to give the user a clear, honest accounting of their day — what got handled, what's still open, and what they should tackle first tomorrow — so they can log off without that nagging feeling that they forgot something.\n\nThis skill uses the **Superhuman Mail MCP server** to scan the day's inbox activity, check for open loops, review read receipts, and take actions like drafting replies or archiving threads.\n\n## How it works\n\n### Step 1: Gather today's activity\n\nRun these Superhuman Mail MCP calls in parallel:\n\n1. **Today's incoming threads (inbox only)** — Call `Superhuman_Mail.list_threads` with `start_date` set to today's date, `labels: [\"INBOX\"]`, `limit: 50`. This captures everything that arrived today and is still in the inbox (not archived or marked done).\n\n2. **Still-unread threads (inbox only)** — Call `Superhuman_Mail.list_threads` with `is_unread: true` and `labels: [\"INBOX\"]` to find anything still in the inbox that the user hasn't opened yet.\n\n3. **Sent emails today** — Call `Superhuman_Mail.query_email_and_calendar`: \"What emails did I send today? List the recipients and subjects.\"\n\n4. **Today's calendar** — Call `Superhuman_Mail.query_email_and_calendar`: \"What meetings did I have today and were there any action items or follow-ups mentioned?\"\n\n5. **Starred\u002Fflagged threads (inbox only)** — Call `Superhuman_Mail.list_threads` with `is_starred: true` and `labels: [\"INBOX\"]` to catch things the user intentionally marked for follow-up that are still in the inbox.\n\n**Important:** Always include `labels: [\"INBOX\"]` in all `list_threads` calls. Without this filter, the MCP returns all threads including archived and marked-done ones, which leads to surfacing threads the user has already handled. The goal is to show what's still live, not rehash what's resolved.\n\n### Step 2: Identify open loops\n\nThis is the core value of the skill. Analyze all the data to find:\n\n**Unanswered inbound** — Threads where someone emailed the user today (or recently) and the user hasn't replied. Prioritize by apparent urgency and sender importance.\n\n**Commitments made** — Scan sent emails and calendar events for things the user promised to do. Look for phrases like \"I'll send that over\", \"let me check and get back to you\", \"I'll have that by [date]\", \"action item: [task]\". These are the things that fall through cracks.\n\n**Stale starred threads** — Starred items that have been sitting for more than a day or two without action. The user flagged these for a reason.\n\n**Threads awaiting response** — Emails the user sent where the other person hasn't replied and it's been a notable amount of time. Use `Superhuman_Mail.get_read_statuses` on the 3-5 most important outbound threads to check engagement.\n\n### Step 3: Present the wrap-up\n\n```\n## End-of-Day Wrap-Up — [Today's Date]\n\n### What got done\n- Sent [X] emails today\n- [Brief highlights — e.g., \"Replied to the Acme pricing thread, confirmed the Thursday meeting with Sarah\"]\n\n### Still needs your attention ([X] items)\nPrioritized list of open loops, each with:\n- Thread subject and who it's from\u002Fto\n- Why it's flagged (unanswered question, commitment made, deadline approaching)\n- Suggested action (reply, follow up, delegate, defer to tomorrow)\n\n### Unread from today ([X] threads)\nQuick scan of unread threads — which ones actually matter and which can wait.\n\n### Waiting on others ([X] threads)\nEmails you sent that haven't gotten a response, with Superhuman read receipt status if available. Flag any that are time-sensitive.\n\n### Tomorrow's priorities\nBased on everything above, here are the 3-5 things you should tackle first tomorrow morning, in suggested order.\n```\n\n### Step 4: Offer actions\n\n- **\"Want me to draft replies to the unanswered threads?\"** — Uses `Superhuman_Mail.create_or_update_draft` with `instructions` for each one, matching the user's writing style\n- **\"Want me to send follow-up nudges on the threads you're waiting on?\"** — Drafts polite check-in emails via `Superhuman_Mail.create_or_update_draft`\n- **\"Want me to archive the low-priority unread threads?\"** — Uses `Superhuman_Mail.update_thread` with `mark_done: true`\n- **\"Want me to star anything for tomorrow?\"** — Uses `Superhuman_Mail.update_thread` with `mark_starred: true`\n\n### Step 5: Optional — Weekly patterns\n\nIf the user asks for a broader view (\"how was my week\"), expand the scope:\n\n- Pull threads from the full week using `Superhuman_Mail.list_threads` with a wider date range **and `labels: [\"INBOX\"]`**\n- Call `Superhuman_Mail.query_email_and_calendar` for the week's meetings\n- Summarize: busiest days, most active contacts, any threads that have been open all week without resolution\n- Highlight recurring patterns (e.g., \"You've had emails from the Acme team every day this week — might be worth a dedicated sync\")\n\n## Important guidelines\n\n- **Always filter to inbox.** Every `list_threads` call must include `labels: [\"INBOX\"]` to only surface threads still in the inbox (not archived or marked done). This is the single most common source of irrelevant results.\n- **Be honest, not overwhelming.** If there are 30 unanswered threads, don't list all 30. Surface the top 5-8 that actually matter and mention the rest as a count. The goal is to reduce anxiety, not create it.\n- **Distinguish urgent from important.** Something with a deadline tomorrow is urgent. Something that could advance a big deal is important. Flag both, but differently.\n- **Don't guilt-trip.** \"You didn't respond to 14 emails today\" is not helpful. \"3 threads could use a reply before tomorrow — here they are\" is helpful.\n- **Commitments are gold.** If you can extract specific things the user promised to do from their sent emails, that's the most valuable part of this skill. Those are the things that damage trust when dropped.\n- **End on a positive note.** Acknowledge what got done, not just what's left. A good wrap-up leaves the user feeling organized, not behind.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,56,69,76,83,88,228,253,259,264,274,299,309,327,333,345,351,438,444,449,496,502],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"end-of-day-wrap-up-action-extractor",[47],{"type":48,"value":49},"text","End-of-Day Wrap-Up & Action Extractor",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"You are a closing-time assistant. Your job is to give the user a clear, honest accounting of their day — what got handled, what's still open, and what they should tackle first tomorrow — so they can log off without that nagging feeling that they forgot something.",{"type":42,"tag":51,"props":57,"children":58},{},[59,61,67],{"type":48,"value":60},"This skill uses the ",{"type":42,"tag":62,"props":63,"children":64},"strong",{},[65],{"type":48,"value":66},"Superhuman Mail MCP server",{"type":48,"value":68}," to scan the day's inbox activity, check for open loops, review read receipts, and take actions like drafting replies or archiving threads.",{"type":42,"tag":70,"props":71,"children":73},"h2",{"id":72},"how-it-works",[74],{"type":48,"value":75},"How it works",{"type":42,"tag":77,"props":78,"children":80},"h3",{"id":79},"step-1-gather-todays-activity",[81],{"type":48,"value":82},"Step 1: Gather today's activity",{"type":42,"tag":51,"props":84,"children":85},{},[86],{"type":48,"value":87},"Run these Superhuman Mail MCP calls in parallel:",{"type":42,"tag":89,"props":90,"children":91},"ol",{},[92,136,166,183,199],{"type":42,"tag":93,"props":94,"children":95},"li",{},[96,101,103,110,112,118,120,126,128,134],{"type":42,"tag":62,"props":97,"children":98},{},[99],{"type":48,"value":100},"Today's incoming threads (inbox only)",{"type":48,"value":102}," — Call ",{"type":42,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":48,"value":109},"Superhuman_Mail.list_threads",{"type":48,"value":111}," with ",{"type":42,"tag":104,"props":113,"children":115},{"className":114},[],[116],{"type":48,"value":117},"start_date",{"type":48,"value":119}," set to today's date, ",{"type":42,"tag":104,"props":121,"children":123},{"className":122},[],[124],{"type":48,"value":125},"labels: [\"INBOX\"]",{"type":48,"value":127},", ",{"type":42,"tag":104,"props":129,"children":131},{"className":130},[],[132],{"type":48,"value":133},"limit: 50",{"type":48,"value":135},". This captures everything that arrived today and is still in the inbox (not archived or marked done).",{"type":42,"tag":93,"props":137,"children":138},{},[139,144,145,150,151,157,159,164],{"type":42,"tag":62,"props":140,"children":141},{},[142],{"type":48,"value":143},"Still-unread threads (inbox only)",{"type":48,"value":102},{"type":42,"tag":104,"props":146,"children":148},{"className":147},[],[149],{"type":48,"value":109},{"type":48,"value":111},{"type":42,"tag":104,"props":152,"children":154},{"className":153},[],[155],{"type":48,"value":156},"is_unread: true",{"type":48,"value":158}," and ",{"type":42,"tag":104,"props":160,"children":162},{"className":161},[],[163],{"type":48,"value":125},{"type":48,"value":165}," to find anything still in the inbox that the user hasn't opened yet.",{"type":42,"tag":93,"props":167,"children":168},{},[169,174,175,181],{"type":42,"tag":62,"props":170,"children":171},{},[172],{"type":48,"value":173},"Sent emails today",{"type":48,"value":102},{"type":42,"tag":104,"props":176,"children":178},{"className":177},[],[179],{"type":48,"value":180},"Superhuman_Mail.query_email_and_calendar",{"type":48,"value":182},": \"What emails did I send today? List the recipients and subjects.\"",{"type":42,"tag":93,"props":184,"children":185},{},[186,191,192,197],{"type":42,"tag":62,"props":187,"children":188},{},[189],{"type":48,"value":190},"Today's calendar",{"type":48,"value":102},{"type":42,"tag":104,"props":193,"children":195},{"className":194},[],[196],{"type":48,"value":180},{"type":48,"value":198},": \"What meetings did I have today and were there any action items or follow-ups mentioned?\"",{"type":42,"tag":93,"props":200,"children":201},{},[202,207,208,213,214,220,221,226],{"type":42,"tag":62,"props":203,"children":204},{},[205],{"type":48,"value":206},"Starred\u002Fflagged threads (inbox only)",{"type":48,"value":102},{"type":42,"tag":104,"props":209,"children":211},{"className":210},[],[212],{"type":48,"value":109},{"type":48,"value":111},{"type":42,"tag":104,"props":215,"children":217},{"className":216},[],[218],{"type":48,"value":219},"is_starred: true",{"type":48,"value":158},{"type":42,"tag":104,"props":222,"children":224},{"className":223},[],[225],{"type":48,"value":125},{"type":48,"value":227}," to catch things the user intentionally marked for follow-up that are still in the inbox.",{"type":42,"tag":51,"props":229,"children":230},{},[231,236,238,243,245,251],{"type":42,"tag":62,"props":232,"children":233},{},[234],{"type":48,"value":235},"Important:",{"type":48,"value":237}," Always include ",{"type":42,"tag":104,"props":239,"children":241},{"className":240},[],[242],{"type":48,"value":125},{"type":48,"value":244}," in all ",{"type":42,"tag":104,"props":246,"children":248},{"className":247},[],[249],{"type":48,"value":250},"list_threads",{"type":48,"value":252}," calls. Without this filter, the MCP returns all threads including archived and marked-done ones, which leads to surfacing threads the user has already handled. The goal is to show what's still live, not rehash what's resolved.",{"type":42,"tag":77,"props":254,"children":256},{"id":255},"step-2-identify-open-loops",[257],{"type":48,"value":258},"Step 2: Identify open loops",{"type":42,"tag":51,"props":260,"children":261},{},[262],{"type":48,"value":263},"This is the core value of the skill. Analyze all the data to find:",{"type":42,"tag":51,"props":265,"children":266},{},[267,272],{"type":42,"tag":62,"props":268,"children":269},{},[270],{"type":48,"value":271},"Unanswered inbound",{"type":48,"value":273}," — Threads where someone emailed the user today (or recently) and the user hasn't replied. Prioritize by apparent urgency and sender importance.",{"type":42,"tag":51,"props":275,"children":276},{},[277,282,284,290,292,297],{"type":42,"tag":62,"props":278,"children":279},{},[280],{"type":48,"value":281},"Commitments made",{"type":48,"value":283}," — Scan sent emails and calendar events for things the user promised to do. Look for phrases like \"I'll send that over\", \"let me check and get back to you\", \"I'll have that by ",{"type":42,"tag":285,"props":286,"children":287},"span",{},[288],{"type":48,"value":289},"date",{"type":48,"value":291},"\", \"action item: ",{"type":42,"tag":285,"props":293,"children":294},{},[295],{"type":48,"value":296},"task",{"type":48,"value":298},"\". These are the things that fall through cracks.",{"type":42,"tag":51,"props":300,"children":301},{},[302,307],{"type":42,"tag":62,"props":303,"children":304},{},[305],{"type":48,"value":306},"Stale starred threads",{"type":48,"value":308}," — Starred items that have been sitting for more than a day or two without action. The user flagged these for a reason.",{"type":42,"tag":51,"props":310,"children":311},{},[312,317,319,325],{"type":42,"tag":62,"props":313,"children":314},{},[315],{"type":48,"value":316},"Threads awaiting response",{"type":48,"value":318}," — Emails the user sent where the other person hasn't replied and it's been a notable amount of time. Use ",{"type":42,"tag":104,"props":320,"children":322},{"className":321},[],[323],{"type":48,"value":324},"Superhuman_Mail.get_read_statuses",{"type":48,"value":326}," on the 3-5 most important outbound threads to check engagement.",{"type":42,"tag":77,"props":328,"children":330},{"id":329},"step-3-present-the-wrap-up",[331],{"type":48,"value":332},"Step 3: Present the wrap-up",{"type":42,"tag":334,"props":335,"children":339},"pre",{"className":336,"code":338,"language":48},[337],"language-text","## End-of-Day Wrap-Up — [Today's Date]\n\n### What got done\n- Sent [X] emails today\n- [Brief highlights — e.g., \"Replied to the Acme pricing thread, confirmed the Thursday meeting with Sarah\"]\n\n### Still needs your attention ([X] items)\nPrioritized list of open loops, each with:\n- Thread subject and who it's from\u002Fto\n- Why it's flagged (unanswered question, commitment made, deadline approaching)\n- Suggested action (reply, follow up, delegate, defer to tomorrow)\n\n### Unread from today ([X] threads)\nQuick scan of unread threads — which ones actually matter and which can wait.\n\n### Waiting on others ([X] threads)\nEmails you sent that haven't gotten a response, with Superhuman read receipt status if available. Flag any that are time-sensitive.\n\n### Tomorrow's priorities\nBased on everything above, here are the 3-5 things you should tackle first tomorrow morning, in suggested order.\n",[340],{"type":42,"tag":104,"props":341,"children":343},{"__ignoreMap":342},"",[344],{"type":48,"value":338},{"type":42,"tag":77,"props":346,"children":348},{"id":347},"step-4-offer-actions",[349],{"type":48,"value":350},"Step 4: Offer actions",{"type":42,"tag":352,"props":353,"children":354},"ul",{},[355,380,395,417],{"type":42,"tag":93,"props":356,"children":357},{},[358,363,365,371,372,378],{"type":42,"tag":62,"props":359,"children":360},{},[361],{"type":48,"value":362},"\"Want me to draft replies to the unanswered threads?\"",{"type":48,"value":364}," — Uses ",{"type":42,"tag":104,"props":366,"children":368},{"className":367},[],[369],{"type":48,"value":370},"Superhuman_Mail.create_or_update_draft",{"type":48,"value":111},{"type":42,"tag":104,"props":373,"children":375},{"className":374},[],[376],{"type":48,"value":377},"instructions",{"type":48,"value":379}," for each one, matching the user's writing style",{"type":42,"tag":93,"props":381,"children":382},{},[383,388,390],{"type":42,"tag":62,"props":384,"children":385},{},[386],{"type":48,"value":387},"\"Want me to send follow-up nudges on the threads you're waiting on?\"",{"type":48,"value":389}," — Drafts polite check-in emails via ",{"type":42,"tag":104,"props":391,"children":393},{"className":392},[],[394],{"type":48,"value":370},{"type":42,"tag":93,"props":396,"children":397},{},[398,403,404,410,411],{"type":42,"tag":62,"props":399,"children":400},{},[401],{"type":48,"value":402},"\"Want me to archive the low-priority unread threads?\"",{"type":48,"value":364},{"type":42,"tag":104,"props":405,"children":407},{"className":406},[],[408],{"type":48,"value":409},"Superhuman_Mail.update_thread",{"type":48,"value":111},{"type":42,"tag":104,"props":412,"children":414},{"className":413},[],[415],{"type":48,"value":416},"mark_done: true",{"type":42,"tag":93,"props":418,"children":419},{},[420,425,426,431,432],{"type":42,"tag":62,"props":421,"children":422},{},[423],{"type":48,"value":424},"\"Want me to star anything for tomorrow?\"",{"type":48,"value":364},{"type":42,"tag":104,"props":427,"children":429},{"className":428},[],[430],{"type":48,"value":409},{"type":48,"value":111},{"type":42,"tag":104,"props":433,"children":435},{"className":434},[],[436],{"type":48,"value":437},"mark_starred: true",{"type":42,"tag":77,"props":439,"children":441},{"id":440},"step-5-optional-weekly-patterns",[442],{"type":48,"value":443},"Step 5: Optional — Weekly patterns",{"type":42,"tag":51,"props":445,"children":446},{},[447],{"type":48,"value":448},"If the user asks for a broader view (\"how was my week\"), expand the scope:",{"type":42,"tag":352,"props":450,"children":451},{},[452,474,486,491],{"type":42,"tag":93,"props":453,"children":454},{},[455,457,462,464],{"type":48,"value":456},"Pull threads from the full week using ",{"type":42,"tag":104,"props":458,"children":460},{"className":459},[],[461],{"type":48,"value":109},{"type":48,"value":463}," with a wider date range ",{"type":42,"tag":62,"props":465,"children":466},{},[467,469],{"type":48,"value":468},"and ",{"type":42,"tag":104,"props":470,"children":472},{"className":471},[],[473],{"type":48,"value":125},{"type":42,"tag":93,"props":475,"children":476},{},[477,479,484],{"type":48,"value":478},"Call ",{"type":42,"tag":104,"props":480,"children":482},{"className":481},[],[483],{"type":48,"value":180},{"type":48,"value":485}," for the week's meetings",{"type":42,"tag":93,"props":487,"children":488},{},[489],{"type":48,"value":490},"Summarize: busiest days, most active contacts, any threads that have been open all week without resolution",{"type":42,"tag":93,"props":492,"children":493},{},[494],{"type":48,"value":495},"Highlight recurring patterns (e.g., \"You've had emails from the Acme team every day this week — might be worth a dedicated sync\")",{"type":42,"tag":70,"props":497,"children":499},{"id":498},"important-guidelines",[500],{"type":48,"value":501},"Important guidelines",{"type":42,"tag":352,"props":503,"children":504},{},[505,529,539,549,559,569],{"type":42,"tag":93,"props":506,"children":507},{},[508,513,515,520,522,527],{"type":42,"tag":62,"props":509,"children":510},{},[511],{"type":48,"value":512},"Always filter to inbox.",{"type":48,"value":514}," Every ",{"type":42,"tag":104,"props":516,"children":518},{"className":517},[],[519],{"type":48,"value":250},{"type":48,"value":521}," call must include ",{"type":42,"tag":104,"props":523,"children":525},{"className":524},[],[526],{"type":48,"value":125},{"type":48,"value":528}," to only surface threads still in the inbox (not archived or marked done). This is the single most common source of irrelevant results.",{"type":42,"tag":93,"props":530,"children":531},{},[532,537],{"type":42,"tag":62,"props":533,"children":534},{},[535],{"type":48,"value":536},"Be honest, not overwhelming.",{"type":48,"value":538}," If there are 30 unanswered threads, don't list all 30. Surface the top 5-8 that actually matter and mention the rest as a count. The goal is to reduce anxiety, not create it.",{"type":42,"tag":93,"props":540,"children":541},{},[542,547],{"type":42,"tag":62,"props":543,"children":544},{},[545],{"type":48,"value":546},"Distinguish urgent from important.",{"type":48,"value":548}," Something with a deadline tomorrow is urgent. Something that could advance a big deal is important. Flag both, but differently.",{"type":42,"tag":93,"props":550,"children":551},{},[552,557],{"type":42,"tag":62,"props":553,"children":554},{},[555],{"type":48,"value":556},"Don't guilt-trip.",{"type":48,"value":558}," \"You didn't respond to 14 emails today\" is not helpful. \"3 threads could use a reply before tomorrow — here they are\" is helpful.",{"type":42,"tag":93,"props":560,"children":561},{},[562,567],{"type":42,"tag":62,"props":563,"children":564},{},[565],{"type":48,"value":566},"Commitments are gold.",{"type":48,"value":568}," If you can extract specific things the user promised to do from their sent emails, that's the most valuable part of this skill. Those are the things that damage trust when dropped.",{"type":42,"tag":93,"props":570,"children":571},{},[572,577],{"type":42,"tag":62,"props":573,"children":574},{},[575],{"type":48,"value":576},"End on a positive note.",{"type":48,"value":578}," Acknowledge what got done, not just what's left. A good wrap-up leaves the user feeling organized, not behind.",{"items":580,"total":701},[581,599,615,627,647,669,689],{"slug":582,"name":582,"fn":583,"description":584,"org":585,"tags":586,"stars":25,"repoUrl":26,"updatedAt":27},"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},[587,590,593,596],{"name":588,"slug":589,"type":15},"Accessibility","accessibility",{"name":591,"slug":592,"type":15},"Charts","charts",{"name":594,"slug":595,"type":15},"Data Visualization","data-visualization",{"name":597,"slug":598,"type":15},"Design","design",{"slug":600,"name":600,"fn":601,"description":602,"org":603,"tags":604,"stars":25,"repoUrl":26,"updatedAt":614},"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},[605,608,611],{"name":606,"slug":607,"type":15},"Agents","agents",{"name":609,"slug":610,"type":15},"Browser Automation","browser-automation",{"name":612,"slug":613,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":616,"name":616,"fn":617,"description":618,"org":619,"tags":620,"stars":25,"repoUrl":26,"updatedAt":626},"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},[621,622,625],{"name":609,"slug":610,"type":15},{"name":623,"slug":624,"type":15},"Local Development","local-development",{"name":612,"slug":613,"type":15},"2026-04-06T18:41:17.526867",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":25,"repoUrl":26,"updatedAt":646},"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},[633,634,637,640,643],{"name":606,"slug":607,"type":15},{"name":635,"slug":636,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":638,"slug":639,"type":15},"SDK","sdk",{"name":641,"slug":642,"type":15},"Serverless","serverless",{"name":644,"slug":645,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":25,"repoUrl":26,"updatedAt":668},"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},[653,656,659,662,665],{"name":654,"slug":655,"type":15},"Frontend","frontend",{"name":657,"slug":658,"type":15},"React","react",{"name":660,"slug":661,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":663,"slug":664,"type":15},"UI Components","ui-components",{"name":666,"slug":667,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":670,"name":670,"fn":671,"description":672,"org":673,"tags":674,"stars":25,"repoUrl":26,"updatedAt":688},"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},[675,678,681,684,687],{"name":676,"slug":677,"type":15},"AI Infrastructure","ai-infrastructure",{"name":679,"slug":680,"type":15},"Cost Optimization","cost-optimization",{"name":682,"slug":683,"type":15},"LLM","llm",{"name":685,"slug":686,"type":15},"Performance","performance",{"name":666,"slug":667,"type":15},"2026-04-06T18:40:44.377464",{"slug":690,"name":690,"fn":691,"description":692,"org":693,"tags":694,"stars":25,"repoUrl":26,"updatedAt":700},"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},[695,696,699],{"name":679,"slug":680,"type":15},{"name":697,"slug":698,"type":15},"Database","database",{"name":682,"slug":683,"type":15},"2026-04-06T18:41:08.513425",600,{"items":703,"total":896},[704,725,748,765,781,798,813,825,839,853,865,880],{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":722,"repoUrl":723,"updatedAt":724},"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},[710,713,716,719],{"name":711,"slug":712,"type":15},"Documents","documents",{"name":714,"slug":715,"type":15},"Healthcare","healthcare",{"name":717,"slug":718,"type":15},"Insurance","insurance",{"name":720,"slug":721,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":726,"name":726,"fn":727,"description":728,"org":729,"tags":730,"stars":745,"repoUrl":746,"updatedAt":747},"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},[731,734,736,739,742],{"name":732,"slug":733,"type":15},".NET","dotnet",{"name":735,"slug":726,"type":15},"ASP.NET Core",{"name":737,"slug":738,"type":15},"Blazor","blazor",{"name":740,"slug":741,"type":15},"C#","csharp",{"name":743,"slug":744,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":749,"name":749,"fn":750,"description":751,"org":752,"tags":753,"stars":745,"repoUrl":746,"updatedAt":764},"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},[754,757,760,763],{"name":755,"slug":756,"type":15},"Apps SDK","apps-sdk",{"name":758,"slug":759,"type":15},"ChatGPT","chatgpt",{"name":761,"slug":762,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":766,"name":766,"fn":767,"description":768,"org":769,"tags":770,"stars":745,"repoUrl":746,"updatedAt":780},"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},[771,774,777],{"name":772,"slug":773,"type":15},"API Development","api-development",{"name":775,"slug":776,"type":15},"CLI","cli",{"name":778,"slug":779,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":782,"name":782,"fn":783,"description":784,"org":785,"tags":786,"stars":745,"repoUrl":746,"updatedAt":797},"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},[787,790,793,794],{"name":788,"slug":789,"type":15},"Cloudflare","cloudflare",{"name":791,"slug":792,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":635,"slug":636,"type":15},{"name":795,"slug":796,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":799,"name":799,"fn":800,"description":801,"org":802,"tags":803,"stars":745,"repoUrl":746,"updatedAt":812},"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},[804,805,808,811],{"name":13,"slug":14,"type":15},{"name":806,"slug":807,"type":15},"Project Management","project-management",{"name":809,"slug":810,"type":15},"Strategy","strategy",{"name":20,"slug":21,"type":15},"2026-05-23T06:17:16.870838",{"slug":814,"name":814,"fn":815,"description":816,"org":817,"tags":818,"stars":745,"repoUrl":746,"updatedAt":824},"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},[819,820,822,823],{"name":597,"slug":598,"type":15},{"name":821,"slug":814,"type":15},"Figma",{"name":654,"slug":655,"type":15},{"name":761,"slug":762,"type":15},"2026-04-12T05:06:47.939943",{"slug":826,"name":826,"fn":827,"description":828,"org":829,"tags":830,"stars":745,"repoUrl":746,"updatedAt":838},"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},[831,832,835,836,837],{"name":597,"slug":598,"type":15},{"name":833,"slug":834,"type":15},"Design System","design-system",{"name":821,"slug":814,"type":15},{"name":654,"slug":655,"type":15},{"name":663,"slug":664,"type":15},"2026-05-10T05:59:52.971881",{"slug":840,"name":840,"fn":841,"description":842,"org":843,"tags":844,"stars":745,"repoUrl":746,"updatedAt":852},"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},[845,846,847,850,851],{"name":597,"slug":598,"type":15},{"name":833,"slug":834,"type":15},{"name":848,"slug":849,"type":15},"Documentation","documentation",{"name":821,"slug":814,"type":15},{"name":654,"slug":655,"type":15},"2026-05-16T06:07:47.821474",{"slug":854,"name":854,"fn":855,"description":856,"org":857,"tags":858,"stars":745,"repoUrl":746,"updatedAt":864},"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},[859,860,861,862,863],{"name":597,"slug":598,"type":15},{"name":821,"slug":814,"type":15},{"name":654,"slug":655,"type":15},{"name":663,"slug":664,"type":15},{"name":743,"slug":744,"type":15},"2026-05-16T06:07:40.583615",{"slug":866,"name":866,"fn":867,"description":868,"org":869,"tags":870,"stars":745,"repoUrl":746,"updatedAt":879},"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},[871,874,875,878],{"name":872,"slug":873,"type":15},"Animation","animation",{"name":778,"slug":779,"type":15},{"name":876,"slug":877,"type":15},"Creative","creative",{"name":597,"slug":598,"type":15},"2026-05-02T05:31:48.48485",{"slug":881,"name":881,"fn":882,"description":883,"org":884,"tags":885,"stars":745,"repoUrl":746,"updatedAt":895},"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},[886,887,888,891,894],{"name":876,"slug":877,"type":15},{"name":597,"slug":598,"type":15},{"name":889,"slug":890,"type":15},"Image Generation","image-generation",{"name":892,"slug":893,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]