c

cortex-plugin-canva

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
contentcortex-plugindevelopmentesmgenerationmedia

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-canva
Website RepositoryLicense: MITEntry: mod.ts

Configuration

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 generate
  • style (enum, default: "social") — Visual style: social, presentation, logo, diagram, photo, illustration
  • size (string, default: "1024x1024") — Image dimensions
  • count (number, default: 1) — Number of images to generate
  • provider (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 edit
  • prompt (string, required) — Edit instructions in natural language
  • mask_url (string, optional) — URL of mask image

image_variations

Generate variations of an existing image.

  • image_url (string, required) — URL of the source image
  • count (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, banner
  • title (string, required) — Design title
  • content (string, required) — JSON with text, images, and colors

canva_list_templates

List available Canva templates.

  • category (string, optional) — Filter: social_media, presentations, marketing

Configuration

KeyTypeDescription
openaiApiKeysecretOpenAI API Key for DALL-E
canvaApiKeysecretCanva API Key
stabilityApiKeysecretStability AI Key
defaultProviderselectDefault provider: dalle, stable_diffusion, canva
defaultSizeselectDefault size: 1024x1024, 1792x1024, 1024x1792

Development

deno task test
deno fmt
deno lint

License

MIT

Published June 15, 2026 · Updated June 15, 2026