canva-resize-for-all-social-media

Resize a Canva design into standard social media formats and prepare export-ready results. Use when the user wants one Canva design adapted across multiple social platforms such as Facebook, Instagram, and LinkedIn, especially when they want all variants produced in one pass.

685 stars

Best use case

canva-resize-for-all-social-media is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Resize a Canva design into standard social media formats and prepare export-ready results. Use when the user wants one Canva design adapted across multiple social platforms such as Facebook, Instagram, and LinkedIn, especially when they want all variants produced in one pass.

Teams using canva-resize-for-all-social-media should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/canva-resize-for-all-social-media/SKILL.md --create-dirs "https://raw.githubusercontent.com/openai/plugins/main/plugins/canva/skills/canva-resize-for-all-social-media/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/canva-resize-for-all-social-media/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How canva-resize-for-all-social-media Compares

Feature / Agentcanva-resize-for-all-social-mediaStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Resize a Canva design into standard social media formats and prepare export-ready results. Use when the user wants one Canva design adapted across multiple social platforms such as Facebook, Instagram, and LinkedIn, especially when they want all variants produced in one pass.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Canva Resize For Social Media

## Overview

Use this skill to take one Canva design and create a multi-platform set of resized variants. Identify the source design, generate the requested social formats, export each version, and present the results in a scan-friendly way.

## Preferred Deliverables

- A confirmed source design with the right title and edit context.
- Resized variants for the requested social platforms.
- Direct export links and Canva edit links for each successful output.

## Workflow

1. Identify the source design from a design ID, Canva URL, design name, or the current conversation context.
2. Confirm the source design exists and is accessible before starting any resize work.
3. Resize the design into the standard target formats for Facebook post, Facebook story, Instagram post, Instagram story, and LinkedIn post. Run independent resize operations in parallel when the tool flow supports it.
4. Continue with the formats that succeed even if one or more resize attempts fail.
5. Export each successful resized design as a high-quality PNG and collect the download links.
6. Present the finished set grouped by platform, including both the PNG download link and the Canva edit link.

## Write Safety

- Keep the original design unchanged and work from resized copies.
- If a name search returns multiple designs, identify the right one before resizing.
- Use exact target dimensions for each platform rather than approximations.
- Report partial failures clearly instead of hiding them behind a generic success message.

## Output Conventions

- Lead with a short summary of which formats were created successfully.
- List each platform separately with its dimensions, export link, and edit link.
- Mention when two outputs share the same dimensions, such as Facebook Story and Instagram Story.
- If some formats fail, separate successes from failures so the user can act quickly.

## Example Requests

- "Resize this Canva design for Facebook, Instagram, and LinkedIn."
- "Make all the social versions of this campaign graphic."
- "Take my flyer design and export all the social post sizes."
- "Resize this Canva link for every major social format."

## Light Fallback

If the source design cannot be found or exported, say that Canva access may be unavailable or scoped to the wrong design and ask the user to reconnect or identify the exact design to use.

Related Skills

canva-translate-design

685
from openai/plugins

Translate the text in a Canva design into another language while preserving the original layout as much as possible. Use when the user wants a localized or translated version of an existing Canva design and expects the original file to remain unchanged.

canva-branded-presentation

685
from openai/plugins

Create on-brand Canva presentations from a brief, outline, existing Canva doc, or design link. Use when the user wants a branded slide deck, wants to turn notes into a presentation, or needs a presentation generated in Canva with the right brand kit and a clear slide plan.

workflow

685
from openai/plugins

Vercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.

verification

685
from openai/plugins

Full-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server start and 'why isn't this working' signals.

vercel-storage

685
from openai/plugins

Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.

vercel-services

685
from openai/plugins

Vercel Services — deploy multiple services within a single Vercel project. Use for monorepo layouts or when combining a backend (Python, Go) with a frontend (Next.js, Vite) in one deployment.

vercel-sandbox

685
from openai/plugins

Vercel Sandbox guidance — ephemeral Firecracker microVMs for running untrusted code safely. Supports AI agents, code generation, and experimentation. Use when executing user-generated or AI-generated code in isolation.

vercel-queues

685
from openai/plugins

Vercel Queues guidance (public beta) — durable event streaming with topics, consumer groups, retries, and delayed delivery. $0.60/1M ops. Powers Workflow DevKit. Use when building async processing, fan-out patterns, or event-driven architectures.

vercel-functions

685
from openai/plugins

Vercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring, debugging, or optimizing server-side code running on Vercel.

vercel-flags

685
from openai/plugins

Vercel Flags guidance — feature flags platform with unified dashboard, Flags Explorer, gradual rollouts, A/B testing, and provider adapters. Use when implementing feature flags, experimentation, or staged rollouts.

vercel-firewall

685
from openai/plugins

Vercel Firewall and security expert guidance. Use when configuring DDoS protection, WAF rules, rate limiting, bot filtering, IP allow/block lists, OWASP rulesets, Attack Challenge Mode, or any security configuration on the Vercel platform.

vercel-cli

685
from openai/plugins

Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, managing domains, or interacting with the Vercel platform from the command line.