Skip to content
Content
Command

/canva

Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.

From plugin
10x-content-expert
154 skills3 agents4 commands
Install
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/canva

Context preview

What this command does when you run it.

Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.

Command definition

canva.md
name: canva
description: Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.

/canva Command

The main entry point for all Canva operations. Use this when the user explicitly requests to create designs in Canva.

When to Use Canva

Use Canva API when user explicitly asks for:

  • Creating designs in Canva
  • Exporting from Canva
  • Managing Canva assets and folders
  • Working with Canva brand kits

For local file editing (PPTX, PDF, DOCX, XLSX), use the local-file-manager skill instead.

Usage

/canva [operation] [options]

Operations

Explore

View your Canva account contents:

/canva explore
/canva explore designs
/canva explore folders
/canva explore assets

Export

Export designs to various formats:

/canva export [design-name] --format pdf
/canva export [design-name] --format png --quality high
/canva export-all [folder-name] --format pdf

Edit

Modify designs:

/canva edit image [design-name]
/canva edit presentation [design-name]
/canva edit video [design-name]

Organize

Manage folders and organization:

/canva organize create-folder [name]
/canva organize move [items] to [folder]
/canva organize cleanup

Upload

Upload assets to Canva:

/canva upload [file-path]
/canva upload-folder [folder-path]
/canva upload-url [url]

Brand

Manage brand kit:

/canva brand check [design-name]
/canva brand apply [design-name]
/canva brand setup

Content

Generate content for Canva:

/canva content headlines [topic]
/canva content caption [platform] [topic]
/canva content outline [presentation-type]

Workflow

All operations follow the 3-mode workflow:

1. **PLAN** - Analyze request and create operation plan 2. **CLARIFY** - Ask questions and get user confirmation 3. **IMPLEMENT** - Execute the approved plan

Examples

Export a presentation

/canva export "Q4 Report" --format pptx

Organize messy folder

/canva organize cleanup "Random Designs"

Create Instagram content

/canva content caption instagram "New Product Launch"

Check brand consistency

/canva brand check "Marketing Materials"

Configuration

Before using, ensure: 1. `.env` file is configured with Canva credentials 2. OAuth flow completed (access token obtained) 3. Required Python packages installed

Run `python scripts/oauth_flow.py` to complete OAuth and get your access token.

Setup

# Run OAuth flow to get access token
python scripts/oauth_flow.py

# Test connection
python scripts/auth_check.py

Help

/canva help
/canva help [operation]
Read more
Ships with10x-content-expert

A comprehensive Claude Code skills plugin for AI-powered content creation. Creates emails, social media content, presentations, blogs, and more - all aligned with your brand voice and informed by your reference materials.

Get the whole plugin

Other commands on 10x-content-expert.