Send to canva
Local-first, open-source alternative to Anthropic's Claude Design. MIT-licensed, BYO agent CLI — Claude Code, Kimi, Codex, or any SDK-compatible model. Composable skills · three edit paths · designs as plain HTML/JSX/CSS folders · run locally, no cloud round-trip. Generate banners, thumbnails, websites, animations, design systems.
npx -y skills add aiatelie/ai-atelie --skill send-to-canvaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Export as an editable Canva design
SKILL.md
1.0 KB, as published. Nobody here has run it
Send to Canva
⚠️ STUB — this is a working theory of the skill body. The supporting tool
get_public_file_urlreturns a short-lived (~1h) public URL for project files, useful when an external service (e.g. Canva import) needs to fetch a project file by URL.
What it does
Hands the current design off to Canva as an editable design.
Working theory of the body (to be replaced)
- Identify the target HTML file (deck or design).
- Get a public URL:
get_public_file_url({ project_relative_file_path }). - Construct/open a Canva import URL pointing at it (the actual import endpoint is Canva-side; needs verification).
- Show the user a download/open card.
TODO
- Replace with the real skill body once captured.
- Confirm exactly which Canva endpoint Anthropic targets and whether it's a direct redirect or an OAuth flow.