canva-explorer
Installation
SKILL.md
Canva Explorer Skill
QUICK REFERENCE
- Scripts location:
scripts/(NOTskills/*/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/*.pyare WRONG paths. Use the actual scripts:scripts/auth_check.py,scripts/list_designs.py,scripts/list_folders.py. For custom operations, write Python usingfrom canva_client import get_client(seescripts/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.