c
cortex-plugin-canva
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
contentcortex-plugindevelopmentesmgenerationmedia
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-canvaConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
contentcortex-plugindevelopmentesmgenerationmedia
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Cortex Plugin: Canva / Image Generator
Generate social media graphics, presentations, logos, and diagrams from natural language using DALL-E, Stable Diffusion, and Canva.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-canva
Tools
image_generate
Generate image from prompt.
prompt(string, required) — Prompt describing the image to generatestyle(enum, default: "social") — Visual style: social, presentation, logo, diagram, photo, illustrationsize(string, default: "1024x1024") — Image dimensionscount(number, default: 1) — Number of images to generateprovider(enum, default: "dalle") — Generation provider: dalle, stable_diffusion, canva
image_edit
Edit existing image by providing an image URL and edit instructions.
image_url(string, required) — URL of the image to editprompt(string, required) — Edit instructions in natural languagemask_url(string, optional) — URL of mask image
image_variations
Generate variations of an existing image.
image_url(string, required) — URL of the source imagecount(number, default: 3) — Number of variations
canva_create_design
Create a Canva design from a template.
template_type(enum, required) — Design type: instagram_post, facebook_post, presentation, logo, flyer, bannertitle(string, required) — Design titlecontent(string, required) — JSON with text, images, and colors
canva_list_templates
List available Canva templates.
category(string, optional) — Filter: social_media, presentations, marketing
Configuration
| Key | Type | Description |
|---|---|---|
openaiApiKey | secret | OpenAI API Key for DALL-E |
canvaApiKey | secret | Canva API Key |
stabilityApiKey | secret | Stability AI Key |
defaultProvider | select | Default provider: dalle, stable_diffusion, canva |
defaultSize | select | Default size: 1024x1024, 1792x1024, 1024x1792 |
Development
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026