canva-manager
Installation
SKILL.md
Canva Manager 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- API client:
scripts/canva_client.py(import:from canva_client import get_client)- 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-*/scripts/*.pyare WRONG paths. Use actual scripts inscripts/folder. For custom operations, seescripts/samples/sample_canva_operations.py.
A comprehensive skill for managing Canva designs, folders, and assets through the Canva Connect API. This skill operates in a 3-mode workflow to ensure safe and accurate operations on your Canva account.