content
Main entry point for the 10X Content Expert system. Routes content creation requests to appropriate skills and agents. Use /content to access all content…
Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/canvaContext preview
What this command does when you run it.
Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.
name: canva description: Main command for Canva operations. Routes to appropriate skill based on request. Use when user explicitly requests Canva design creation.
The main entry point for all Canva operations. Use this when the user explicitly requests to create designs in Canva.
Use Canva API when user explicitly asks for:
For local file editing (PPTX, PDF, DOCX, XLSX), use the local-file-manager skill instead.
/canva [operation] [options]
View your Canva account contents:
/canva explore /canva explore designs /canva explore folders /canva explore assets
Export designs to various formats:
/canva export [design-name] --format pdf /canva export [design-name] --format png --quality high /canva export-all [folder-name] --format pdf
Modify designs:
/canva edit image [design-name] /canva edit presentation [design-name] /canva edit video [design-name]
Manage folders and organization:
/canva organize create-folder [name] /canva organize move [items] to [folder] /canva organize cleanup
Upload assets to Canva:
/canva upload [file-path] /canva upload-folder [folder-path] /canva upload-url [url]
Manage brand kit:
/canva brand check [design-name] /canva brand apply [design-name] /canva brand setup
Generate content for Canva:
/canva content headlines [topic] /canva content caption [platform] [topic] /canva content outline [presentation-type]
All operations follow the 3-mode workflow:
1. **PLAN** - Analyze request and create operation plan 2. **CLARIFY** - Ask questions and get user confirmation 3. **IMPLEMENT** - Execute the approved plan
/canva export "Q4 Report" --format pptx
/canva organize cleanup "Random Designs"
/canva content caption instagram "New Product Launch"
/canva brand check "Marketing Materials"
Before using, ensure: 1. `.env` file is configured with Canva credentials 2. OAuth flow completed (access token obtained) 3. Required Python packages installed
Run `python scripts/oauth_flow.py` to complete OAuth and get your access token.
# Run OAuth flow to get access token python scripts/oauth_flow.py # Test connection python scripts/auth_check.py
/canva help /canva help [operation]
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
Main entry point for the 10X Content Expert system. Routes content creation requests to appropriate skills and agents. Use /content to access all content…
MEGA cloud file management. Browse, download, search, and transcribe files from MEGA storage. Requires MEGA CMD installed and logged in.
Run initial setup — install dependencies, configure optional features, verify environment