canva-branded-presentation

canva-branded-presentation is a skill for Claude Code from canva-sdks/canva-skills. It costs 90 tokens per session (730 once invoked), scanned A, original, Apache-2.0.

Creation of Canva presentations from an outline or brief using a selected brand kit. A brand kit stores the visual rules and assets an organisation uses consistently.

In plain words
What is it for?
Making presentations from pasted outlines, Canva designs, Canva links, or Canva documents by name.
Why use it?
It turns source material into slides while applying the chosen brand information instead of building the presentation from scratch.

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 Making presentations from pasted outlines, Canva designs, Canva links, or Canva documents by name.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canva-sdks/canva-skills/branded-presentation
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 branded-presentation
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-branded-presentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/canva-sdks/canva-skills/branded-presentation/github.svg)](https://agentmods.dev/skills/canva-sdks/canva-skills/branded-presentation)
Your own site
<a href="https://agentmods.dev/skills/canva-sdks/canva-skills/branded-presentation"><img src="https://agentmods.dev/badge/skills/canva-sdks/canva-skills/branded-presentation/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-branded-presentation

Your own site · 80×15
<a href="https://agentmods.dev/skills/canva-sdks/canva-skills/branded-presentation"><img src="https://agentmods.dev/badge/skills/canva-sdks/canva-skills/branded-presentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 730 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.
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.00090 $0.00730
Opus 5 $0.00045 $0.00365
Sonnet 5 $0.00018 $0.00146
Haiku 4.5 $0.00009 $0.00073

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

Security

Grade A, and why

canva-branded-presentation 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 9d 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/inactive-skills/branded-presentation/SKILL.md · 63 lines

How it starts

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

Canva Branded Presentation Creator

Create professional, on-brand presentations in Canva from user-provided outlines or briefs.

Workflow

  1. Get the content source

    • If the user provides text directly, use that as the outline/brief
    • If the user provides a Canva design ID directly (typically starts with D, e.g. DABcd1234ef), use it as design_id with Canva:start-editing-transaction to read its contents; do not use Canva:search-designs for a raw ID
    • If the user provides a Canva design link (e.g., https://www.canva.com/design/DAG.../...), extract the design ID from the URL and use Canva:start-editing-transaction to read its contents
    • If the user references a Canva doc by name, use Canva:search-designs to find it, then Canva:start-editing-transaction to read its contents
  2. List available brand kits

    • Call Canva:list-brand-kits to retrieve the user's brand kits
    • If only one brand kit exists, use it automatically without asking
    • If multiple brand kits exist, present the options and ask the user to select one
  3. Generate the presentation

    • Call Canva:generate-design with:
      • design_type: "presentation"
      • brand_kit_id: the selected brand kit ID
      • query: a detailed prompt following the presentation format below
    • Show the generated candidates to the user
  4. Finalize

    • Ask the user which candidate they prefer
    • Call Canva:create-design-from-candidate to create the editable design
    • Provide the user with the link to their new presentation

Presentation Query Format

Structure the query for Canva:generate-design with these sections:

Presentation Brief

  • Title: working title for the deck
  • Topic/Scope: 1-2 lines describing the subject
  • Key Messages: 3-5 main takeaways
  • Style Guide: tone and imagery style based on the brief

Narrative Arc One paragraph describing the story flow (e.g., Hook → Problem → Solution → Proof → CTA).

Slide Plan For each slide include:

  • Slide N — "Exact Title"
  • Goal: one sentence on the slide's purpose
  • Bullets (3-6): short, parallel phrasing with specifics
  • Visuals: explicit recommendation (chart type, diagram, image subject)
  • Speaker Notes: 2-4 sentences of narrative detail

Read the full file on GitHub · 63 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. 9d ago First seen · 63 lines · 90 tokens per session scan A cb941d4892cf

Subscribe to this mod's changes

canva-branded-presentation is a skill published in the GitHub repository canva-sdks/canva-skills (91 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 90 tokens to every session and 730 once invoked, about $0.0005 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

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

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

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens