agentsclimarketplace

Send to canva

Skill aiatelie/ai-atelie/skills/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.

Install
npx -y skills add aiatelie/ai-atelie --skill send-to-canva

Assembled 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_url returns 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)

  1. Identify the target HTML file (deck or design).
  2. Get a public URL: get_public_file_url({ project_relative_file_path }).
  3. Construct/open a Canva import URL pointing at it (the actual import endpoint is Canva-side; needs verification).
  4. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.