canva
v1.0.2Search, create, edit designs
by CanvaMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/canva/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── skills/canva-branded-presentation/SKILL.md├── skills/canva-resize-for-all-social-media/SKILL.md└── skills/canva-translate-design/SKILL.md
Skills3
Create on-brand Canva presentations from a brief, outline, existing Canva doc, or design link. Use when the user wants a branded slide deck, wants to turn notes into a presentation, or needs a presentation generated in Canva with the right brand kit and a clear slide plan.
Resize a Canva design into standard social media formats and prepare export-ready results. Use when the user wants one Canva design adapted across multiple social platforms such as Facebook, Instagram, and LinkedIn, especially when they want all variants produced in one pass.
Translate the text in a Canva design into another language while preserving the original layout as much as possible. Use when the user wants a localized or translated version of an existing Canva design and expects the original file to remain unchanged.
Manifests1
{
"name": "canva",
"version": "1.0.2",
"description": "Search, create, edit designs",
"author": {
"name": "Canva",
"url": "https://www.canva.com"
},
"homepage": "https://www.canva.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Canva",
"developerName": "Canva",
"shortDescription": "Search, create, edit designs",
"longDescription": "Search, create, edit designs",
"category": "Creativity",
"capabilities": [],
"websiteURL": "https://www.canva.com",
"privacyPolicyURL": "https://www.canva.com/policies/privacy-policy/",
"termsOfServiceURL": "https://www.canva.com/policies/terms-of-use/",
"brandColor": "#00C4CC",
"defaultPrompt": [
"Create or adapt a Canva design for presentations, resized social variants, or translated versions"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}