[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-canva-resize-for-social-media":3,"mdc--f16bzl-key":36,"related-org-openai-canva-resize-for-social-media":683,"related-repo-openai-canva-resize-for-social-media":888},{"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},"canva-resize-for-social-media","resize Canva designs for social media","Resize a Canva design into multiple social media formats (Facebook post, Facebook story, Instagram post, Instagram story, LinkedIn post). Use this skill when users want to resize Canva designs specifically for multiple social media platforms in one operation, rather than resizing to a single format manually.",{"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},"Graphics","graphics","tag",{"name":17,"slug":18,"type":15},"Canva","canva",{"name":20,"slug":21,"type":15},"Social Media","social-media",{"name":23,"slug":24,"type":15},"Design","design",4888,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-08-28T15:08:58.328964",null,661,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fcanva\u002Fskills\u002Fcanva-resize-for-social-media","---\nname: canva-resize-for-social-media\ndescription: Resize a Canva design into multiple social media formats (Facebook post, Facebook story, Instagram post, Instagram story, LinkedIn post). Use this skill when users want to resize Canva designs specifically for multiple social media platforms in one operation, rather than resizing to a single format manually.\n---\n\n# Canva Resize for Social Media\n\nAutomatically resize a single Canva design into multiple social media formats.\n\n## Overview\n\nThis skill enables rapid multi-platform content distribution by taking a single Canva design and creating optimized versions for:\n- Facebook post\n- Facebook story\n- Instagram post\n- Instagram story\n- LinkedIn post\n\nAll resized versions are provided with Canva edit links so users can further edit or download them directly from Canva.\n\n## Workflow\n\n### Step 1: Identify the Source Design\n\nDetermine which Canva design the user wants to resize. This can be provided in three ways:\n\n1. **Direct design ID**: User provides a design ID (starts with \"D\")\n   - Example: \"resize design DABcd1234ef for all social media\"\n   - Use the design ID directly with `get-design` tool to retrieve design information\n\n2. **Direct design URL**: User provides a Canva design link\n   - Example: \"resize https:\u002F\u002Fwww.canva.com\u002Fdesign\u002FDABcd1234ef\u002F... for all social media\"\n   - Extract the design ID from the URL (the part after `\u002Fdesign\u002F` and before the next `\u002F` or query parameter)\n   - Use the extracted design ID with `get-design` tool\n\n3. **Search by design name**: Use `search-designs` tool with the design name as the query\n   - Example: \"resize my Demo Brand Template: Brix&Hart Flyer design for all social media\"\n   - Use the exact name\u002Fphrase the user provides as the search query\n   - If multiple matches are found, present options and ask the user to select one\n\n4. **Current context**: If the user just created or edited a design in the conversation, use that design ID\n\n**Implementation note**: When searching by name, pass the design name directly to `search-designs` as the query parameter. The tool will find the best match based on the design title.\n\n### Step 2: Retrieve Source Design Information\n\nUse the `get-design` tool with the design ID to:\n- Confirm the design exists and is accessible\n- Get the design title (for naming resized versions)\n- Verify design type compatibility\n\n### Step 3: Ask Which Platforms and Formats\n\nPresent the available formats and ask which ones the user wants:\n\n```\nWhich platforms and formats would you like to resize for?\n\n- Facebook post (1200×630)\n- Facebook story (1080×1920)\n- Instagram post (1080×1080)\n- Instagram story (1080×1920)\n- LinkedIn post (1200×627)\n```\n\nIf the user says \"all\" or \"all social media\", use all five. Otherwise, only resize for the ones they select.\n\n### Step 4: Resize to Selected Formats\n\nExecute the resize operations **in parallel** by calling the `resize-design` tool once for each selected format. Use these exact specifications:\n\n**Available formats and dimensions:**\n\n1. **Facebook Post**: 1200 × 630 pixels (custom)\n   ```\n   design_type: { type: \"custom\", width: 1200, height: 630 }\n   ```\n\n2. **Facebook Story**: 1080 × 1920 pixels (custom)\n   ```\n   design_type: { type: \"custom\", width: 1080, height: 1920 }\n   ```\n\n3. **Instagram Post**: 1080 × 1080 pixels (custom)\n   ```\n   design_type: { type: \"custom\", width: 1080, height: 1080 }\n   ```\n\n4. **Instagram Story**: 1080 × 1920 pixels (custom)\n   ```\n   design_type: { type: \"custom\", width: 1080, height: 1920 }\n   ```\n\n5. **LinkedIn Post**: 1200 × 627 pixels (custom)\n   ```\n   design_type: { type: \"custom\", width: 1200, height: 627 }\n   ```\n\n**Note**: Facebook Story and Instagram Story have identical dimensions. Create both versions but inform the user they're the same size.\n\n**Error handling**: If a resize operation fails, continue with remaining formats and report which formats succeeded and which failed at the end.\n\n### Step 5: Present Results with Edit Links\n\n**Present comprehensive results to the user:**\n\nProvide the user with a summary including:\n\n1. **Summary**: Confirm which formats were created successfully\n2. **Design edit links**: Canva editor URLs for each resized design so users can make further edits or download directly from Canva\n3. **Note about duplicates**: Mention that Facebook Story and Instagram Story have identical dimensions\n\n**Presentation format example:**\n```\n✅ Successfully resized your design for all social media platforms!\n\nEdit Links:\n\n**Facebook Post** (1200×630)\n- [Edit in Canva](edit_url)\n\n**Facebook Story** (1080×1920)\n- [Edit in Canva](edit_url)\n\n**Instagram Post** (1080×1080)\n- [Edit in Canva](edit_url)\n\n**Instagram Story** (1080×1920)\n- [Edit in Canva](edit_url)\n\n**LinkedIn Post** (1200×627)\n- [Edit in Canva](edit_url)\n\nNote: Facebook Story and Instagram Story use the same dimensions (1080×1920).\n```\n\n**Implementation details**:\n- Design edit links come from the `resize-design` tool response (use the `urls.edit_url` field from each resized design)\n- Present links as clickable URLs, not just plain text\n- Organize by platform for easy scanning\n\n## Key Implementation Notes\n\n- **Compatibility**: Check if `resize-design` is available in the current MCP tools. If not, inform the user that this skill requires the Canva MCP resize tool in the current host\n- **Parallel execution**: Resize operations should be performed in parallel for efficiency\n- **Consistent naming**: Use the source design title with platform suffix for resized designs\n- **Error resilience**: If any operation fails, complete the remaining operations and clearly report what succeeded\u002Ffailed\n- **User confirmation**: Do not require user approval between steps - execute the full workflow automatically unless errors occur\n- **Format accuracy**: Always use the exact pixel dimensions specified above for each platform\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,62,67,97,102,108,115,120,264,281,287,299,317,323,328,340,345,351,371,379,475,485,495,501,509,514,547,555,564,574,607,613],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Canva Resize for Social Media",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Automatically resize a single Canva design into multiple social media formats.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"overview",[60],{"type":47,"value":61},"Overview",{"type":42,"tag":50,"props":63,"children":64},{},[65],{"type":47,"value":66},"This skill enables rapid multi-platform content distribution by taking a single Canva design and creating optimized versions for:",{"type":42,"tag":68,"props":69,"children":70},"ul",{},[71,77,82,87,92],{"type":42,"tag":72,"props":73,"children":74},"li",{},[75],{"type":47,"value":76},"Facebook post",{"type":42,"tag":72,"props":78,"children":79},{},[80],{"type":47,"value":81},"Facebook story",{"type":42,"tag":72,"props":83,"children":84},{},[85],{"type":47,"value":86},"Instagram post",{"type":42,"tag":72,"props":88,"children":89},{},[90],{"type":47,"value":91},"Instagram story",{"type":42,"tag":72,"props":93,"children":94},{},[95],{"type":47,"value":96},"LinkedIn post",{"type":42,"tag":50,"props":98,"children":99},{},[100],{"type":47,"value":101},"All resized versions are provided with Canva edit links so users can further edit or download them directly from Canva.",{"type":42,"tag":56,"props":103,"children":105},{"id":104},"workflow",[106],{"type":47,"value":107},"Workflow",{"type":42,"tag":109,"props":110,"children":112},"h3",{"id":111},"step-1-identify-the-source-design",[113],{"type":47,"value":114},"Step 1: Identify the Source Design",{"type":42,"tag":50,"props":116,"children":117},{},[118],{"type":47,"value":119},"Determine which Canva design the user wants to resize. This can be provided in three ways:",{"type":42,"tag":121,"props":122,"children":123},"ol",{},[124,157,218,254],{"type":42,"tag":72,"props":125,"children":126},{},[127,133,135],{"type":42,"tag":128,"props":129,"children":130},"strong",{},[131],{"type":47,"value":132},"Direct design ID",{"type":47,"value":134},": User provides a design ID (starts with \"D\")",{"type":42,"tag":68,"props":136,"children":137},{},[138,143],{"type":42,"tag":72,"props":139,"children":140},{},[141],{"type":47,"value":142},"Example: \"resize design DABcd1234ef for all social media\"",{"type":42,"tag":72,"props":144,"children":145},{},[146,148,155],{"type":47,"value":147},"Use the design ID directly with ",{"type":42,"tag":149,"props":150,"children":152},"code",{"className":151},[],[153],{"type":47,"value":154},"get-design",{"type":47,"value":156}," tool to retrieve design information",{"type":42,"tag":72,"props":158,"children":159},{},[160,165,167],{"type":42,"tag":128,"props":161,"children":162},{},[163],{"type":47,"value":164},"Direct design URL",{"type":47,"value":166},": User provides a Canva design link",{"type":42,"tag":68,"props":168,"children":169},{},[170,185,206],{"type":42,"tag":72,"props":171,"children":172},{},[173,175,183],{"type":47,"value":174},"Example: \"resize ",{"type":42,"tag":176,"props":177,"children":181},"a",{"href":178,"rel":179},"https:\u002F\u002Fwww.canva.com\u002Fdesign\u002FDABcd1234ef\u002F",[180],"nofollow",[182],{"type":47,"value":178},{"type":47,"value":184},"... for all social media\"",{"type":42,"tag":72,"props":186,"children":187},{},[188,190,196,198,204],{"type":47,"value":189},"Extract the design ID from the URL (the part after ",{"type":42,"tag":149,"props":191,"children":193},{"className":192},[],[194],{"type":47,"value":195},"\u002Fdesign\u002F",{"type":47,"value":197}," and before the next ",{"type":42,"tag":149,"props":199,"children":201},{"className":200},[],[202],{"type":47,"value":203},"\u002F",{"type":47,"value":205}," or query parameter)",{"type":42,"tag":72,"props":207,"children":208},{},[209,211,216],{"type":47,"value":210},"Use the extracted design ID with ",{"type":42,"tag":149,"props":212,"children":214},{"className":213},[],[215],{"type":47,"value":154},{"type":47,"value":217}," tool",{"type":42,"tag":72,"props":219,"children":220},{},[221,226,228,234,236],{"type":42,"tag":128,"props":222,"children":223},{},[224],{"type":47,"value":225},"Search by design name",{"type":47,"value":227},": Use ",{"type":42,"tag":149,"props":229,"children":231},{"className":230},[],[232],{"type":47,"value":233},"search-designs",{"type":47,"value":235}," tool with the design name as the query",{"type":42,"tag":68,"props":237,"children":238},{},[239,244,249],{"type":42,"tag":72,"props":240,"children":241},{},[242],{"type":47,"value":243},"Example: \"resize my Demo Brand Template: Brix&Hart Flyer design for all social media\"",{"type":42,"tag":72,"props":245,"children":246},{},[247],{"type":47,"value":248},"Use the exact name\u002Fphrase the user provides as the search query",{"type":42,"tag":72,"props":250,"children":251},{},[252],{"type":47,"value":253},"If multiple matches are found, present options and ask the user to select one",{"type":42,"tag":72,"props":255,"children":256},{},[257,262],{"type":42,"tag":128,"props":258,"children":259},{},[260],{"type":47,"value":261},"Current context",{"type":47,"value":263},": If the user just created or edited a design in the conversation, use that design ID",{"type":42,"tag":50,"props":265,"children":266},{},[267,272,274,279],{"type":42,"tag":128,"props":268,"children":269},{},[270],{"type":47,"value":271},"Implementation note",{"type":47,"value":273},": When searching by name, pass the design name directly to ",{"type":42,"tag":149,"props":275,"children":277},{"className":276},[],[278],{"type":47,"value":233},{"type":47,"value":280}," as the query parameter. The tool will find the best match based on the design title.",{"type":42,"tag":109,"props":282,"children":284},{"id":283},"step-2-retrieve-source-design-information",[285],{"type":47,"value":286},"Step 2: Retrieve Source Design Information",{"type":42,"tag":50,"props":288,"children":289},{},[290,292,297],{"type":47,"value":291},"Use the ",{"type":42,"tag":149,"props":293,"children":295},{"className":294},[],[296],{"type":47,"value":154},{"type":47,"value":298}," tool with the design ID to:",{"type":42,"tag":68,"props":300,"children":301},{},[302,307,312],{"type":42,"tag":72,"props":303,"children":304},{},[305],{"type":47,"value":306},"Confirm the design exists and is accessible",{"type":42,"tag":72,"props":308,"children":309},{},[310],{"type":47,"value":311},"Get the design title (for naming resized versions)",{"type":42,"tag":72,"props":313,"children":314},{},[315],{"type":47,"value":316},"Verify design type compatibility",{"type":42,"tag":109,"props":318,"children":320},{"id":319},"step-3-ask-which-platforms-and-formats",[321],{"type":47,"value":322},"Step 3: Ask Which Platforms and Formats",{"type":42,"tag":50,"props":324,"children":325},{},[326],{"type":47,"value":327},"Present the available formats and ask which ones the user wants:",{"type":42,"tag":329,"props":330,"children":334},"pre",{"className":331,"code":333,"language":47},[332],"language-text","Which platforms and formats would you like to resize for?\n\n- Facebook post (1200×630)\n- Facebook story (1080×1920)\n- Instagram post (1080×1080)\n- Instagram story (1080×1920)\n- LinkedIn post (1200×627)\n",[335],{"type":42,"tag":149,"props":336,"children":338},{"__ignoreMap":337},"",[339],{"type":47,"value":333},{"type":42,"tag":50,"props":341,"children":342},{},[343],{"type":47,"value":344},"If the user says \"all\" or \"all social media\", use all five. Otherwise, only resize for the ones they select.",{"type":42,"tag":109,"props":346,"children":348},{"id":347},"step-4-resize-to-selected-formats",[349],{"type":47,"value":350},"Step 4: Resize to Selected Formats",{"type":42,"tag":50,"props":352,"children":353},{},[354,356,361,363,369],{"type":47,"value":355},"Execute the resize operations ",{"type":42,"tag":128,"props":357,"children":358},{},[359],{"type":47,"value":360},"in parallel",{"type":47,"value":362}," by calling the ",{"type":42,"tag":149,"props":364,"children":366},{"className":365},[],[367],{"type":47,"value":368},"resize-design",{"type":47,"value":370}," tool once for each selected format. Use these exact specifications:",{"type":42,"tag":50,"props":372,"children":373},{},[374],{"type":42,"tag":128,"props":375,"children":376},{},[377],{"type":47,"value":378},"Available formats and dimensions:",{"type":42,"tag":121,"props":380,"children":381},{},[382,401,420,439,456],{"type":42,"tag":72,"props":383,"children":384},{},[385,390,392],{"type":42,"tag":128,"props":386,"children":387},{},[388],{"type":47,"value":389},"Facebook Post",{"type":47,"value":391},": 1200 × 630 pixels (custom)",{"type":42,"tag":329,"props":393,"children":396},{"className":394,"code":395,"language":47},[332],"design_type: { type: \"custom\", width: 1200, height: 630 }\n",[397],{"type":42,"tag":149,"props":398,"children":399},{"__ignoreMap":337},[400],{"type":47,"value":395},{"type":42,"tag":72,"props":402,"children":403},{},[404,409,411],{"type":42,"tag":128,"props":405,"children":406},{},[407],{"type":47,"value":408},"Facebook Story",{"type":47,"value":410},": 1080 × 1920 pixels (custom)",{"type":42,"tag":329,"props":412,"children":415},{"className":413,"code":414,"language":47},[332],"design_type: { type: \"custom\", width: 1080, height: 1920 }\n",[416],{"type":42,"tag":149,"props":417,"children":418},{"__ignoreMap":337},[419],{"type":47,"value":414},{"type":42,"tag":72,"props":421,"children":422},{},[423,428,430],{"type":42,"tag":128,"props":424,"children":425},{},[426],{"type":47,"value":427},"Instagram Post",{"type":47,"value":429},": 1080 × 1080 pixels (custom)",{"type":42,"tag":329,"props":431,"children":434},{"className":432,"code":433,"language":47},[332],"design_type: { type: \"custom\", width: 1080, height: 1080 }\n",[435],{"type":42,"tag":149,"props":436,"children":437},{"__ignoreMap":337},[438],{"type":47,"value":433},{"type":42,"tag":72,"props":440,"children":441},{},[442,447,448],{"type":42,"tag":128,"props":443,"children":444},{},[445],{"type":47,"value":446},"Instagram Story",{"type":47,"value":410},{"type":42,"tag":329,"props":449,"children":451},{"className":450,"code":414,"language":47},[332],[452],{"type":42,"tag":149,"props":453,"children":454},{"__ignoreMap":337},[455],{"type":47,"value":414},{"type":42,"tag":72,"props":457,"children":458},{},[459,464,466],{"type":42,"tag":128,"props":460,"children":461},{},[462],{"type":47,"value":463},"LinkedIn Post",{"type":47,"value":465},": 1200 × 627 pixels (custom)",{"type":42,"tag":329,"props":467,"children":470},{"className":468,"code":469,"language":47},[332],"design_type: { type: \"custom\", width: 1200, height: 627 }\n",[471],{"type":42,"tag":149,"props":472,"children":473},{"__ignoreMap":337},[474],{"type":47,"value":469},{"type":42,"tag":50,"props":476,"children":477},{},[478,483],{"type":42,"tag":128,"props":479,"children":480},{},[481],{"type":47,"value":482},"Note",{"type":47,"value":484},": Facebook Story and Instagram Story have identical dimensions. Create both versions but inform the user they're the same size.",{"type":42,"tag":50,"props":486,"children":487},{},[488,493],{"type":42,"tag":128,"props":489,"children":490},{},[491],{"type":47,"value":492},"Error handling",{"type":47,"value":494},": If a resize operation fails, continue with remaining formats and report which formats succeeded and which failed at the end.",{"type":42,"tag":109,"props":496,"children":498},{"id":497},"step-5-present-results-with-edit-links",[499],{"type":47,"value":500},"Step 5: Present Results with Edit Links",{"type":42,"tag":50,"props":502,"children":503},{},[504],{"type":42,"tag":128,"props":505,"children":506},{},[507],{"type":47,"value":508},"Present comprehensive results to the user:",{"type":42,"tag":50,"props":510,"children":511},{},[512],{"type":47,"value":513},"Provide the user with a summary including:",{"type":42,"tag":121,"props":515,"children":516},{},[517,527,537],{"type":42,"tag":72,"props":518,"children":519},{},[520,525],{"type":42,"tag":128,"props":521,"children":522},{},[523],{"type":47,"value":524},"Summary",{"type":47,"value":526},": Confirm which formats were created successfully",{"type":42,"tag":72,"props":528,"children":529},{},[530,535],{"type":42,"tag":128,"props":531,"children":532},{},[533],{"type":47,"value":534},"Design edit links",{"type":47,"value":536},": Canva editor URLs for each resized design so users can make further edits or download directly from Canva",{"type":42,"tag":72,"props":538,"children":539},{},[540,545],{"type":42,"tag":128,"props":541,"children":542},{},[543],{"type":47,"value":544},"Note about duplicates",{"type":47,"value":546},": Mention that Facebook Story and Instagram Story have identical dimensions",{"type":42,"tag":50,"props":548,"children":549},{},[550],{"type":42,"tag":128,"props":551,"children":552},{},[553],{"type":47,"value":554},"Presentation format example:",{"type":42,"tag":329,"props":556,"children":559},{"className":557,"code":558,"language":47},[332],"✅ Successfully resized your design for all social media platforms!\n\nEdit Links:\n\n**Facebook Post** (1200×630)\n- [Edit in Canva](edit_url)\n\n**Facebook Story** (1080×1920)\n- [Edit in Canva](edit_url)\n\n**Instagram Post** (1080×1080)\n- [Edit in Canva](edit_url)\n\n**Instagram Story** (1080×1920)\n- [Edit in Canva](edit_url)\n\n**LinkedIn Post** (1200×627)\n- [Edit in Canva](edit_url)\n\nNote: Facebook Story and Instagram Story use the same dimensions (1080×1920).\n",[560],{"type":42,"tag":149,"props":561,"children":562},{"__ignoreMap":337},[563],{"type":47,"value":558},{"type":42,"tag":50,"props":565,"children":566},{},[567,572],{"type":42,"tag":128,"props":568,"children":569},{},[570],{"type":47,"value":571},"Implementation details",{"type":47,"value":573},":",{"type":42,"tag":68,"props":575,"children":576},{},[577,597,602],{"type":42,"tag":72,"props":578,"children":579},{},[580,582,587,589,595],{"type":47,"value":581},"Design edit links come from the ",{"type":42,"tag":149,"props":583,"children":585},{"className":584},[],[586],{"type":47,"value":368},{"type":47,"value":588}," tool response (use the ",{"type":42,"tag":149,"props":590,"children":592},{"className":591},[],[593],{"type":47,"value":594},"urls.edit_url",{"type":47,"value":596}," field from each resized design)",{"type":42,"tag":72,"props":598,"children":599},{},[600],{"type":47,"value":601},"Present links as clickable URLs, not just plain text",{"type":42,"tag":72,"props":603,"children":604},{},[605],{"type":47,"value":606},"Organize by platform for easy scanning",{"type":42,"tag":56,"props":608,"children":610},{"id":609},"key-implementation-notes",[611],{"type":47,"value":612},"Key Implementation Notes",{"type":42,"tag":68,"props":614,"children":615},{},[616,633,643,653,663,673],{"type":42,"tag":72,"props":617,"children":618},{},[619,624,626,631],{"type":42,"tag":128,"props":620,"children":621},{},[622],{"type":47,"value":623},"Compatibility",{"type":47,"value":625},": Check if ",{"type":42,"tag":149,"props":627,"children":629},{"className":628},[],[630],{"type":47,"value":368},{"type":47,"value":632}," is available in the current MCP tools. If not, inform the user that this skill requires the Canva MCP resize tool in the current host",{"type":42,"tag":72,"props":634,"children":635},{},[636,641],{"type":42,"tag":128,"props":637,"children":638},{},[639],{"type":47,"value":640},"Parallel execution",{"type":47,"value":642},": Resize operations should be performed in parallel for efficiency",{"type":42,"tag":72,"props":644,"children":645},{},[646,651],{"type":42,"tag":128,"props":647,"children":648},{},[649],{"type":47,"value":650},"Consistent naming",{"type":47,"value":652},": Use the source design title with platform suffix for resized designs",{"type":42,"tag":72,"props":654,"children":655},{},[656,661],{"type":42,"tag":128,"props":657,"children":658},{},[659],{"type":47,"value":660},"Error resilience",{"type":47,"value":662},": If any operation fails, complete the remaining operations and clearly report what succeeded\u002Ffailed",{"type":42,"tag":72,"props":664,"children":665},{},[666,671],{"type":42,"tag":128,"props":667,"children":668},{},[669],{"type":47,"value":670},"User confirmation",{"type":47,"value":672},": Do not require user approval between steps - execute the full workflow automatically unless errors occur",{"type":42,"tag":72,"props":674,"children":675},{},[676,681],{"type":42,"tag":128,"props":677,"children":678},{},[679],{"type":47,"value":680},"Format accuracy",{"type":47,"value":682},": Always use the exact pixel dimensions specified above for each platform",{"items":684,"total":887},[685,706,729,746,762,781,800,814,830,844,856,871],{"slug":686,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":703,"repoUrl":704,"updatedAt":705},"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},[691,694,697,700],{"name":692,"slug":693,"type":15},"Documents","documents",{"name":695,"slug":696,"type":15},"Healthcare","healthcare",{"name":698,"slug":699,"type":15},"Insurance","insurance",{"name":701,"slug":702,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-08-02T05:48:07.395855",{"slug":707,"name":707,"fn":708,"description":709,"org":710,"tags":711,"stars":726,"repoUrl":727,"updatedAt":728},"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},[712,715,717,720,723],{"name":713,"slug":714,"type":15},".NET","dotnet",{"name":716,"slug":707,"type":15},"ASP.NET Core",{"name":718,"slug":719,"type":15},"Blazor","blazor",{"name":721,"slug":722,"type":15},"C#","csharp",{"name":724,"slug":725,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":730,"name":730,"fn":731,"description":732,"org":733,"tags":734,"stars":726,"repoUrl":727,"updatedAt":745},"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},[735,738,741,744],{"name":736,"slug":737,"type":15},"Apps SDK","apps-sdk",{"name":739,"slug":740,"type":15},"ChatGPT","chatgpt",{"name":742,"slug":743,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":747,"name":747,"fn":748,"description":749,"org":750,"tags":751,"stars":726,"repoUrl":727,"updatedAt":761},"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},[752,755,758],{"name":753,"slug":754,"type":15},"API Development","api-development",{"name":756,"slug":757,"type":15},"CLI","cli",{"name":759,"slug":760,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":763,"name":763,"fn":764,"description":765,"org":766,"tags":767,"stars":726,"repoUrl":727,"updatedAt":780},"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},[768,771,774,777],{"name":769,"slug":770,"type":15},"Cloudflare","cloudflare",{"name":772,"slug":773,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":775,"slug":776,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":778,"slug":779,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":782,"name":782,"fn":783,"description":784,"org":785,"tags":786,"stars":726,"repoUrl":727,"updatedAt":799},"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},[787,790,793,796],{"name":788,"slug":789,"type":15},"Productivity","productivity",{"name":791,"slug":792,"type":15},"Project Management","project-management",{"name":794,"slug":795,"type":15},"Strategy","strategy",{"name":797,"slug":798,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":801,"name":801,"fn":802,"description":803,"org":804,"tags":805,"stars":726,"repoUrl":727,"updatedAt":813},"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},[806,807,809,812],{"name":23,"slug":24,"type":15},{"name":808,"slug":801,"type":15},"Figma",{"name":810,"slug":811,"type":15},"Frontend","frontend",{"name":742,"slug":743,"type":15},"2026-04-12T05:06:47.939943",{"slug":815,"name":815,"fn":816,"description":817,"org":818,"tags":819,"stars":726,"repoUrl":727,"updatedAt":829},"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},[820,821,824,825,826],{"name":23,"slug":24,"type":15},{"name":822,"slug":823,"type":15},"Design System","design-system",{"name":808,"slug":801,"type":15},{"name":810,"slug":811,"type":15},{"name":827,"slug":828,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":831,"name":831,"fn":832,"description":833,"org":834,"tags":835,"stars":726,"repoUrl":727,"updatedAt":843},"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},[836,837,838,841,842],{"name":23,"slug":24,"type":15},{"name":822,"slug":823,"type":15},{"name":839,"slug":840,"type":15},"Documentation","documentation",{"name":808,"slug":801,"type":15},{"name":810,"slug":811,"type":15},"2026-05-16T06:07:47.821474",{"slug":845,"name":845,"fn":846,"description":847,"org":848,"tags":849,"stars":726,"repoUrl":727,"updatedAt":855},"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},[850,851,852,853,854],{"name":23,"slug":24,"type":15},{"name":808,"slug":801,"type":15},{"name":810,"slug":811,"type":15},{"name":827,"slug":828,"type":15},{"name":724,"slug":725,"type":15},"2026-05-16T06:07:40.583615",{"slug":857,"name":857,"fn":858,"description":859,"org":860,"tags":861,"stars":726,"repoUrl":727,"updatedAt":870},"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},[862,865,866,869],{"name":863,"slug":864,"type":15},"Animation","animation",{"name":759,"slug":760,"type":15},{"name":867,"slug":868,"type":15},"Creative","creative",{"name":23,"slug":24,"type":15},"2026-05-02T05:31:48.48485",{"slug":872,"name":872,"fn":873,"description":874,"org":875,"tags":876,"stars":726,"repoUrl":727,"updatedAt":886},"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},[877,878,879,882,885],{"name":867,"slug":868,"type":15},{"name":23,"slug":24,"type":15},{"name":880,"slug":881,"type":15},"Image Generation","image-generation",{"name":883,"slug":884,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",578,{"items":889,"total":981},[890,907,921,931,944,957,969],{"slug":891,"name":891,"fn":892,"description":893,"org":894,"tags":895,"stars":25,"repoUrl":26,"updatedAt":906},"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},[896,899,902,905],{"name":897,"slug":898,"type":15},"Accessibility","accessibility",{"name":900,"slug":901,"type":15},"Charts","charts",{"name":903,"slug":904,"type":15},"Data Visualization","data-visualization",{"name":23,"slug":24,"type":15},"2026-06-30T19:00:57.102",{"slug":908,"name":908,"fn":909,"description":910,"org":911,"tags":912,"stars":25,"repoUrl":26,"updatedAt":920},"adobe-batch-edit-photos","apply consistent photo adjustments","Apply consistent photo adjustments across a set of images so they look like they were edited together. Use this skill whenever the user says \"make my photos look cohesive\", \"give all these the same style\", \"apply a warm and golden feel to all of these\", \"make this cinematic\", \"match the look across my photos\", \"edit all my travel photos the same way\", \"batch edit these\", \"make these consistent\", \"fix my phone photos\", or uploads a folder of photos and wants a unified, polished result. Also triggers for requests like \"apply a preset to all of these\", \"make these look professional\", or \"they were shot in mixed lighting — can you fix them all\". Outputs direct final image URLs plus an in-chat preview grid and optional Firefly Board link. Access: 🔐 Signed-In required | Gen AI: ❌\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[913,914,917],{"name":867,"slug":868,"type":15},{"name":915,"slug":916,"type":15},"Editing","editing",{"name":918,"slug":919,"type":15},"Imaging","imaging","2026-08-28T15:09:11.185865",{"slug":922,"name":922,"fn":923,"description":924,"org":925,"tags":926,"stars":25,"repoUrl":26,"updatedAt":930},"adobe-create-mockups","create product and scene mockups","Use when a user wants to see their logo, design, or sketch on a product or scene mockup — mugs, t-shirts, business cards, hats, phone screens, posters, billboards, or similar. Triggers on \"create mockups\", \"show my logo on products\", or any logo upload with a request to visualize it on items. Access: 🔐 Signed-In required | Gen AI: ✅ Adobe Firefly via `image_generate` used for design creation, sketch polishing, and mockup scene generation\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[927,928,929],{"name":867,"slug":868,"type":15},{"name":23,"slug":24,"type":15},{"name":13,"slug":14,"type":15},"2026-08-28T15:09:07.42507",{"slug":932,"name":932,"fn":933,"description":934,"org":935,"tags":936,"stars":25,"repoUrl":26,"updatedAt":943},"adobe-create-social-variations","export platform-ready social media assets","Resize, crop, or export any image or video into platform-ready social media assets using Adobe Creative Cloud tools. Use this skill when a user wants to prepare a photo, image, or video for one or more social platforms — Instagram, TikTok, LinkedIn, Facebook, YouTube, Snapchat, Pinterest, Threads, or X\u002FTwitter. Triggers on: \"prepare my image for Instagram\", \"resize for TikTok\", \"get this ready to post\", \"make versions for all platforms\", \"social media sizes\", \"crop for stories\", \"export for LinkedIn\", \"resize my video for social\", \"make social media assets\", or any request to adapt a photo or video for specific platforms. Handles subject-aware cropping, AI canvas expansion, test previews before full runs, and same-ratio video resizing.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[937,938,939,942],{"name":867,"slug":868,"type":15},{"name":13,"slug":14,"type":15},{"name":940,"slug":941,"type":15},"Marketing","marketing",{"name":20,"slug":21,"type":15},"2026-08-28T15:10:07.282096",{"slug":945,"name":945,"fn":946,"description":947,"org":948,"tags":949,"stars":25,"repoUrl":26,"updatedAt":956},"adobe-design-from-template","create visual designs from templates","Create any visual design using Adobe Express templates — flyers, posters, social media posts (Instagram, Facebook, LinkedIn), business cards, invitations, greeting cards, resumes, cover letters, brochures, newsletters, certificates, presentations, YouTube thumbnails, email headers, logos, menus, and labels. Use this skill whenever the user wants to make, design, or build any visual — even if they just say \"make me a flyer\", \"design a poster\", \"I need something for Instagram\", \"create an event invite\", or \"make a business card\". Also handles browsing templates, editing text, replacing images, changing backgrounds, animating, and exporting designs. Access: 🔐 Signed-In required | Gen AI: ❌ by default — image replacement only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[950,951,952,953],{"name":867,"slug":868,"type":15},{"name":23,"slug":24,"type":15},{"name":13,"slug":14,"type":15},{"name":954,"slug":955,"type":15},"Templates","templates","2026-08-28T15:10:03.050113",{"slug":958,"name":958,"fn":959,"description":960,"org":961,"tags":962,"stars":25,"repoUrl":26,"updatedAt":968},"adobe-edit-quick-cut","create video sizzle reels","Create a punchy sizzle reel from a video using Adobe Quick Cut. Use this skill whenever a user wants to cut, trim, or shorten a video into highlights — including phrases like \"make a sizzle reel\", \"make a highlight reel\", \"quick cut this\", \"cut the best parts\", \"shorten this video\", \"make a highlight clip\", \"summarize this video visually\", or any request to produce a shorter edited version of a video. Use this skill for Quick Cut requests before suggesting manual editing in Premiere. Requires the user to upload a video file.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[963,964,965],{"name":867,"slug":868,"type":15},{"name":915,"slug":916,"type":15},{"name":966,"slug":967,"type":15},"Video","video","2026-08-28T15:09:07.765245",{"slug":970,"name":970,"fn":971,"description":972,"org":973,"tags":974,"stars":25,"repoUrl":26,"updatedAt":980},"adobe-retouch-portraits","batch retouch portrait photos","Bulk-retouch a folder of portrait photos using Adobe tools — designed for wedding photographers and event photographers who need fast, walk-away batch processing. Use this skill when the user says \"retouch my photos\", \"batch process these portraits\", \"process my wedding photos\", \"clean up this folder of images\", \"run my headshots through Adobe\", or uploads\u002Fselects a folder of photos and wants them polished and ready to review. Automatically applies auto-straighten, auto-tone, and auto-light to every image. Outputs a preview grid and download folder. Access: 🔐 Signed-In required | Gen AI: ❌ by default — optional background-only cleanup only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[975,976,977],{"name":867,"slug":868,"type":15},{"name":918,"slug":919,"type":15},{"name":978,"slug":979,"type":15},"Photography","photography","2026-08-28T15:09:10.386974",499]