blog-article-writer
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Export Canva designs to various formats (PDF, PNG, JPG, PPTX, MP4, GIF). Use this skill when user wants to download, export, or save their designs. Handles single and bulk exports with format options. Follows 3-mode workflow for confirmation. For editing designs use other
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill canva-export --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/canva-exportContext preview
The summary Claude sees to decide when to auto-load this skill.
Export Canva designs to various formats (PDF, PNG, JPG, PPTX, MP4, GIF). Use this skill when user wants to download, export, or save their designs. Handles single and bulk exports with format options. Follows 3-mode workflow for confirmation. For editing designs use other
name: canva-export description: | Export Canva designs to various formats (PDF, PNG, JPG, PPTX, MP4, GIF). Use this skill when user wants to download, export, or save their designs. Handles single and bulk exports with format options. Follows 3-mode workflow for confirmation. For editing designs use other specialized skills (canva-image-editor, canva-presentation). allowed-tools: - Bash - Read - Write - AskUserQuestion
> **QUICK REFERENCE** > - **Export script**: `.venv\Scripts\python.exe scripts/export_design.py --id "DESIGN_ID" --format pdf` > - **Auth check**: `.venv\Scripts\python.exe scripts/auth_check.py` > - **List designs first**: `.venv\Scripts\python.exe scripts/list_designs.py` > - **Sample script**: `scripts/samples/sample_canva_operations.py` > - **Output**: `output/exports/` or `output/pdf/`, `output/pptx/` > > **WARNING**: Commands below referencing `skills/canva-export/scripts/*.py` are WRONG paths. > Use: `scripts/export_design.py`. For custom operations, see `scripts/samples/sample_canva_operations.py`.
Export Canva designs to various file formats for download and use.
**This skill handles:**
**NOT handled by this skill:**
| Format | Best For | Supports | |--------|----------|----------| | **PDF** | Documents, Print | Multi-page, High quality | | **PNG** | Web, Transparency | Single/Multi-page, Lossless | | **JPG** | Photos, Social | Single/Multi-page, Compressed | | **PPTX** | Presentations | Multi-page, Editable | | **MP4** | Videos | Animation, Audio | | **GIF** | Animations | No audio, Looping | | **SVG** | Vector graphics | Scalable, Limited support |
1. **Identify Export Target**
# Get design info python skills/canva-explorer/scripts/get_design.py --id "DESIGN_ID" # Check available export formats python skills/canva-export/scripts/get_export_formats.py --id "DESIGN_ID"
2. **Document Export Plan**
## Export Plan ### Design(s) to Export - "Q4 Report" (15 pages, Presentation) - Design ID: abc123 ### Export Details - Format: PDF - Quality: High - Pages: All (1-15) - Estimated Size: ~5MB ### Output Location - File: output/exports/Q4_Report.pdf
Export-specific questions:
1. **Format Selection**
2. **Quality Options**
3. **Page Selection**
4. **Bulk Export**
# Single design export python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format pdf \ --quality high \ --output "output/exports/" # Export specific pages python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format png \ --pages "1,3,5" \ --output "output/exports/" # Batch export python skills/canva-export/scripts/batch_export.py \ --designs "ID1,ID2,ID3" \ --format pdf \ --output "output/exports/" # Export folder contents python skills/canva-export/scripts/export_folder.py \ --folder "FOLDER_ID" \ --format png \ --output "output/exports/"
python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format pdf \ --quality high \ # standard, high --pages all \ # all, or "1,2,3" --flatten true \ # Flatten for print --output "output/"
python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format png \ --quality high \ # standard, high --transparent true \ # PNG only --scale 2 \ # 1x, 2x, 4x --pages all \ --output "output/"
python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format pptx \ --output "output/"
python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format mp4 \ --quality 1080p \ # 720p, 1080p, 4k --fps 30 \ # Frame rate --output "output/"
python skills/canva-export/scripts/export_design.py \ --id "DESIGN_ID" \ --format gif \ --quality standard \ --loop true \ --output "output/"
For exporting multiple designs:
# Export by design IDs python skills/canva-export/scripts/batch_export.py \ --designs "id1,id2,id3,id4" \ --format pdf \ --naming "original" \ # original, numbered, custom --output "output/batch/" # Export all in folder python skills/canva-export/scripts/export_folder.py \ --folder "FOLDER_ID" \ --format png \ --output "output/batch/" # Export with different formats python skills/canva-export/scripts/batch_export.py \ --designs "id1:pdf,id2:png,id
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.
Repo: OpenAnalystInc/10x-Content-Expert
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Maintains brand voice consistency across all content. Defines, documents, and enforces brand guidelines including tone, vocabulary, style, and messaging. Use…
Upload and manage assets (images, videos, audio) in your Canva account. Use this skill when user wants to upload files to Canva, manage their asset library, or…
Manage and apply brand kits in Canva. Use this skill when user wants to work with brand colors, fonts, logos, or maintain brand consistency across designs.…
Generate content ideas and text for Canva designs. Use this skill when user needs help with what to write, content suggestions, copy for designs, captions,…
Design knowledge base for understanding design terminology, concepts, and best practices. Use this skill when user asks about design terms, needs guidance on…