Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✓→✗ | ▼ Worse | 44% | 0% |
| case-17 | ✓→✗ | ▼ Worse | 91% | 0% |
| case-24 | ✓→✗ | ▼ Worse | 259% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 183% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 40% | 0% |
Automatically resize a single Canva design into multiple social media formats.
This skill enables rapid multi-platform content distribution by taking a single Canva design and creating optimized versions for:
All resized versions are provided with Canva edit links so users can further edit or download them directly from Canva.
Determine which Canva design the user wants to resize. This can be provided in three ways:
get-design tool to retrieve design information/design/ and before the next / or query parameter)get-design toolsearch-designs tool with the design name as the queryImplementation 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.
Use the get-design tool with the design ID to:
Present the available formats and ask which ones the user wants:
Which platforms and formats would you like to resize for?
- Facebook post (1200×630)
- Facebook story (1080×1920)
- Instagram post (1080×1080)
- Instagram story (1080×1920)
- LinkedIn post (1200×627)If the user says "all" or "all social media", use all five. Otherwise, only resize for the ones they select.
Execute the resize operations in parallel by calling the resize-design tool once for each selected format. Use these exact specifications:
Available formats and dimensions:
design_type: { type: "custom", width: 1200, height: 630 }
design_type: { type: "custom", width: 1080, height: 1920 }
design_type: { type: "custom", width: 1080, height: 1080 }
design_type: { type: "custom", width: 1080, height: 1920 }
design_type: { type: "custom", width: 1200, height: 627 }
Note: Facebook Story and Instagram Story have identical dimensions. Create both versions but inform the user they're the same size.
Error handling: If a resize operation fails, continue with remaining formats and report which formats succeeded and which failed at the end.
Present comprehensive results to the user:
Provide the user with a summary including:
Presentation format example:
✅ Successfully resized your design for all social media platforms!
Edit Links:
**Facebook Post** (1200×630)
- [Edit in Canva](edit_url)
**Facebook Story** (1080×1920)
- [Edit in Canva](edit_url)
**Instagram Post** (1080×1080)
- [Edit in Canva](edit_url)
**Instagram Story** (1080×1920)
- [Edit in Canva](edit_url)
**LinkedIn Post** (1200×627)
- [Edit in Canva](edit_url)
Note: Facebook Story and Instagram Story use the same dimensions (1080×1920).Implementation details:
resize-design tool response (use the urls.edit_url field from each resized design)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 hostOther measured skills in the registry, with their headline benchmark lift.