-
Notifications
You must be signed in to change notification settings - Fork 18
add canva skills + assets #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+415
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| name: canva-branded-presentation | ||
| description: 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. | ||
| --- | ||
|
|
||
| # Canva Branded Presentation | ||
|
|
||
| ## Overview | ||
|
|
||
| Use this skill to turn a brief, outline, or existing Canva content into a branded presentation. Gather the source content first, choose the right brand kit, and generate presentation candidates before creating the editable deck. | ||
|
|
||
| ## Preferred Deliverables | ||
|
|
||
| - A clear presentation brief with title, scope, key messages, and a narrative arc. | ||
| - A slide plan with concrete titles, goals, bullets, and visual guidance. | ||
| - A new editable Canva presentation created from the user's preferred candidate. | ||
|
|
||
| ## Workflow | ||
|
|
||
| 1. Identify the content source before generating. Accept direct text, a Canva design link, or a Canva document/design name that can be found through search. | ||
| 2. Read the source content when it lives in Canva. Use the available Canva search and editing tools to locate the design, open it, and extract the material that should drive the deck. | ||
| 3. List the available brand kits. If there is only one, use it automatically. If there are multiple, ask the user to choose before generating. | ||
| 4. Build a strong generation prompt. Include a working title, topic, key messages, visual style, story arc, and a slide-by-slide plan. | ||
| 5. Generate presentation candidates in Canva and show the options to the user before creating the final design. | ||
| 6. Create the editable presentation from the selected candidate and return the Canva link. | ||
|
|
||
| ## Write Safety | ||
|
|
||
| - Keep the original source design untouched unless the user explicitly asks to modify it. | ||
| - If multiple matching source designs or brand kits appear, identify the exact one before generating. | ||
| - Preserve specific names, dates, metrics, and claims from the source content unless the user asks to change them. | ||
| - If the brief is sparse, expand it thoughtfully, but call out major assumptions that shape the narrative. | ||
|
|
||
| ## Output Conventions | ||
|
|
||
| - When helpful, summarize the deck direction before generation: title, audience, key message, and slide count. | ||
| - For larger decks, present a concise slide plan before or alongside candidate generation. | ||
| - When showing results, distinguish clearly between generated candidates and the final editable deck. | ||
| - Return the final Canva design link once the chosen candidate has been created. | ||
|
|
||
| ## Example Requests | ||
|
|
||
| - "Create a branded presentation from this launch outline." | ||
| - "Turn this Canva doc into a polished deck using our brand kit." | ||
| - "Make an on-brand sales presentation from this brief." | ||
| - "Generate a presentation from this Canva design link." | ||
|
|
||
| ## Light Fallback | ||
|
|
||
| If the source design or brand kit cannot be found, say that Canva access may be unavailable or pointed at the wrong account and ask the user to reconnect or identify the right design or brand kit. |
7 changes: 7 additions & 0 deletions
7
plugins/canva/skills/canva-branded-presentation/agents/openai.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| interface: | ||
| display_name: "Canva Branded Presentation" | ||
| short_description: "Create on-brand decks from briefs" | ||
| icon_small: "./assets/canva-small.svg" | ||
| icon_large: "./assets/canva.svg" | ||
| brand_color: "#00C4CC" | ||
| default_prompt: "Use $canva-branded-presentation to turn my brief or Canva doc into an on-brand presentation." |
32 changes: 32 additions & 0 deletions
32
plugins/canva/skills/canva-branded-presentation/assets/canva-small.svg
ashwinm-oai marked this conversation as resolved.
Show resolved
Hide resolved
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.