canva-presentation

Installation
SKILL.md

Canva Presentation Skill

QUICK REFERENCE

  • Scripts location: scripts/ (NOT skills/canva-presentation/scripts/ - those don't exist)
  • Auth check: .venv\Scripts\python.exe scripts/auth_check.py
  • List designs: .venv\Scripts\python.exe scripts/list_designs.py
  • Export: .venv\Scripts\python.exe scripts/export_design.py --id "ID" --format pptx
  • API client: scripts/canva_client.py (import: from canva_client import get_client)
  • Sample script: scripts/samples/sample_canva_operations.py

WARNING: Commands below referencing skills/canva-presentation/scripts/*.py are WRONG paths. Write custom Python using canva_client.py. See scripts/samples/sample_canva_operations.py.

Specialized skill for working with Canva presentations, slideshows, and multi-page documents.

Scope of This Skill

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