Install
$ agentstack add skill-aiatelie-ai-atelie-send-to-canva ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
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)
- 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aiatelie
- Source: aiatelie/ai-atelie
- License: MIT
- Homepage: https://github.com/aiatelie/ai-atelie
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.