canva-explorer

Installation
SKILL.md

Canva Explorer Skill

QUICK REFERENCE

  • Scripts location: scripts/ (NOT skills/*/scripts/ - those paths don't exist)
  • Auth check: .venv\Scripts\python.exe scripts/auth_check.py
  • List designs: .venv\Scripts\python.exe scripts/list_designs.py
  • List folders: .venv\Scripts\python.exe scripts/list_folders.py
  • Export design: .venv\Scripts\python.exe scripts/export_design.py --id "ID" --format pdf
  • Sample script: scripts/samples/sample_canva_operations.py
  • Always use: .venv\Scripts\python.exe (Windows) or .venv/bin/python (Mac/Linux)

WARNING: Commands below referencing skills/canva-explorer/scripts/*.py are WRONG paths. Use the actual scripts: scripts/auth_check.py, scripts/list_designs.py, scripts/list_folders.py. For custom operations, write Python using from canva_client import get_client (see scripts/samples/sample_canva_operations.py).

A read-only skill for discovering and browsing your Canva account. This skill NEVER modifies anything - it only retrieves and displays information.

When to Use This Skill

Installs
6
GitHub Stars
14
First Seen
Apr 20, 2026
canva-explorer — openanalystinc/10x-content-expert