canva-import

canva-import is a skill for Claude Code from OpenAnalystInc/10x-Canva-Skills. It costs 62 tokens per session (1,543 once invoked), scanned A, original, no licence file.

A file-import workflow for Canva, an online design editor. It can upload or import PPTX, PDF, AI, and PSD files for editing in Canva.

In plain words
What is it for?
Use it to upload documents to Canva or import them from a URL so they can be edited there.
Why use it?
It helps move supported documents into Canva without choosing the wrong import process. Images and videos are handled by a separate asset-management tool.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the 10x-canva-skills plugin — 23 skills, 1 command, 3 agents shipped together

Good fit Use it to upload documents to Canva or import them from a URL so they can be edited there.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openanalystinc/10x-canva-skills/canva-import
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 OpenAnalystInc/10x-Canva-Skills --skill canva-import
Clone the repo
git clone --depth 1 https://github.com/OpenAnalystInc/10x-Canva-Skills

Made for: Claude Code.

Or install 10x-canva-skills, the plugin that ships this one along with the rest of its 23 skills, 1 command, 3 agents.

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-import

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/openanalystinc/10x-canva-skills/canva-import"><img src="https://agentmods.dev/badge/skills/openanalystinc/10x-canva-skills/canva-import.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,543 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 unknown 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.00062 $0.01543
Opus 5 $0.00031 $0.00772
Sonnet 5 $0.00012 $0.00309
Haiku 4.5 $0.00006 $0.00154

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

Security

Grade A, and why

canva-import 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 10d 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.

.claude/skills/canva-import/SKILL.md · 234 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 234 lines · 62 tokens per session scan A 4c5003a4eeab

Subscribe to this mod's changes

canva-import is a skill published in the GitHub repository OpenAnalystInc/10x-Canva-Skills (7 stars, last pushed 6mo ago), with no licence file. It adds 62 tokens to every session and 1,543 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-31.

Related

Other skills, from other repositories

brand-docx

Brand-aware Word engine. Use to (1) EXTRACT a company's brand from a Word template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE new on-brand .docx documents FROM a saved profile. Trigger on "extract our brand", "learn/match this template", "use our…

ferdinandobons/brand-docs · 144 tokens

brand-pptx

Brand-aware PowerPoint engine. Use to (1) EXTRACT a company's brand from a .pptx template into a reusable "Brand Profile", (2) COMPREHEND the template with the model (optional), (3) VERIFY it, (4) GENERATE a new on-brand .pptx from an IntermediateDocument. Trigger on "extract our brand", "use our deck template"…

ferdinandobons/brand-docs · 141 tokens

Explainer

Generate dense, visual-first HTML explainers in a signature dark aesthetic — diagrams carry the design, prose is captions only. Every section has a custom inline-SVG visualization: pipeline DAGs, archetype grids, hub-and-spoke diagrams, decision trees, risk matrices, gantt timelines, layer cakes, palette swatches…

Angelopvtac/explainer-pack · 209 tokens

canva-export

Export Canva designs to various formats (PDF, PNG, JPG, PPTX, MP4, GIF). Use this skill when user wants to download, export, or save their designs. Handles single and bulk exports with format options. Follows 3-mode workflow for confirmation. For editing designs use other specialized skills (canva-image-editor…

OpenAnalystInc/10x-Content-Expert · 79 tokens

local-pdf-editor

Edit PDF files locally without Canva API. Use this skill when user provides a PDF file and wants to modify content, extract text, merge/split pages, or update specific sections. Maintains original formatting, spacing, fonts, and layout. Does NOT require Canva. Output goes to the output/ folder. Use for: "edit this…

OpenAnalystInc/10x-Content-Expert · 87 tokens

myb-p-price-quote-template

יצירה ועריכה של תבניות הצעות מחיר (PDF Templates) במערכת MyBusiness CRM. השתמש בסקיל זה בכל פעם שלקוח רוצה: ליצור תבנית הצעת מחיר חדשה (branded quote template); לעצב מחדש תבנית קיימת עם לוגו, צבעי מותג ומבנה עמודות; לשכפל תבנית ולהתאים אותה לקהל/מוצר שונה (למשל מותג א' → מותג ב'); לפתור בעיות בתבנית קיימת (לוגו קטן…

AviMYB/mybusiness-plugins · 240 tokens