Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
MCP skill for canva. Provides 22 tools: upload-asset-from-url, resolve-shortlink, search-designs, get-design, get-design-pages, get-design-content, get-presenter-notes, import-design-from-url, merge-designs, export-design, get-export-formats, create-folder, move-item-to-folder, list-folder-items, search-folders, comment-on-design, list-comments, list-replies, reply-to-comment, generate-design, create-design-from-candidate, list-brand-kits
MCP skill for canva. Provides 22 tools: upload-asset-from-url, resolve-shortlink, search-designs, get-design, get-design-pages, get-design-content, get-presenter-notes, import-design-from-url, merge-designs, export-design, get-export-formats, create-folder, move-item-to-folder, list-folder-items, search-folders, comment-on-design, list-comments, list-replies, reply-to-comment, generate-design, create-design-from-candidate, list-brand-kits
This MCP server uses OAuth authentication.
The OAuth flow is handled automatically by the MCP client. Tokens are persisted
to ~/.mcp-skill/auth/ so subsequent runs reuse the same credentials without
re-authenticating.
app = CanvaApp() # uses default OAuth flow
To bring your own OAuth provider, pass it via the auth argument:
app = CanvaApp(auth=my_oauth_provider)
This skill requires the following Python packages:
mcp-skillInstall with uv:
uv pip install mcp-skill
Or with pip:
pip install mcp-skill
Important: Add .agents/skills to your Python path so imports resolve correctly:
import sys
npx skills add LeoYeAI/openclaw-master-skills --skill canva-2How clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.