canva-resize-for-social-media

canva-resize-for-social-media is a skill for Claude Code from canva-sdks/canva-skills. It costs 63 tokens per session (1,369 once invoked), scanned A, original, Apache-2.0.

Creation of social-media-sized copies of one Canva design for Facebook, Instagram, and LinkedIn formats. Each copy can be edited or downloaded in Canva.

In plain words
What is it for?
Preparing Facebook posts and stories, Instagram posts and stories, and LinkedIn posts from one source design.
Why use it?
It removes the need to resize and prepare the same design separately for each listed platform and format.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the canva plugin — 10 skills, 1 MCP server shipped together

Good fit Preparing Facebook posts and stories, Instagram posts and stories, and LinkedIn posts from one source design.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canva-sdks/canva-skills/resize-for-social-media
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add canva-sdks/canva-skills --skill resize-for-social-media
Clone the repo
git clone --depth 1 https://github.com/canva-sdks/canva-skills

Made for: Claude Code.

Or install canva, the plugin that ships this one along with the rest of its 10 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for canva-resize-for-social-media

README.md
[![agentmods](https://agentmods.dev/badge/skills/canva-sdks/canva-skills/resize-for-social-media/github.svg)](https://agentmods.dev/skills/canva-sdks/canva-skills/resize-for-social-media)
Your own site
<a href="https://agentmods.dev/skills/canva-sdks/canva-skills/resize-for-social-media"><img src="https://agentmods.dev/badge/skills/canva-sdks/canva-skills/resize-for-social-media/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for canva-resize-for-social-media

Your own site · 80×15
<a href="https://agentmods.dev/skills/canva-sdks/canva-skills/resize-for-social-media"><img src="https://agentmods.dev/badge/skills/canva-sdks/canva-skills/resize-for-social-media.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.01369
Opus 5 $0.00032 $0.00685
Sonnet 5 $0.00013 $0.00274
Haiku 4.5 $0.00006 $0.00137

Measured 12d ago against content hash bb36807630da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

canva-resize-for-social-media scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/canva/skills/resize-for-social-media/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Canva Resize for Social Media

Automatically resize a single Canva design into multiple social media formats.

Overview

This skill enables rapid multi-platform content distribution by taking a single Canva design and creating optimized versions for:

  • Facebook post
  • Facebook story
  • Instagram post
  • Instagram story
  • LinkedIn post

All resized versions are provided with Canva edit links so users can further edit or download them directly from Canva.

Workflow

Step 1: Identify the Source Design

Determine which Canva design the user wants to resize. This can be provided in three ways:

  1. Direct design ID: User provides a design ID (starts with "D")

    • Example: "resize design DABcd1234ef for all social media"
    • Use the design ID directly with get-design tool to retrieve design information
  2. Direct design URL: User provides a Canva design link

    • Example: "resize https://www.canva.com/design/DABcd1234ef/... for all social media"
    • Extract the design ID from the URL (the part after /design/ and before the next / or query parameter)
    • Use the extracted design ID with get-design tool
  3. Search by design name: Use search-designs tool with the design name as the query

    • Example: "resize my Demo Brand Template: Brix&Hart Flyer design for all social media"
    • Use the exact name/phrase the user provides as the search query
    • If multiple matches are found, present options and ask the user to select one
  4. Current context: If the user just created or edited a design in the conversation, use that design ID

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.

Step 2: Retrieve Source Design Information

Use the get-design tool with the design ID to:

  • Confirm the design exists and is accessible
  • Get the design title (for naming resized versions)
  • Verify design type compatibility

Read the full file on GitHub · 150 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 150 lines · 63 tokens per session scan A bb36807630da

Subscribe to this mod's changes

canva-resize-for-social-media is a skill published in the GitHub repository canva-sdks/canva-skills (94 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,369 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens