canva-branded-presentation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Canva Branded Presentation Creator

Canva品牌风格演示文稿生成工具

Create professional, on-brand presentations in Canva from user-provided outlines or briefs.
根据用户提供的大纲或简报,在Canva中创建专业、符合品牌风格的演示文稿。

Workflow

工作流程

  1. Get the content source
    • If the user provides text directly, use that as the outline/brief
    • If the user provides a Canva design link (e.g.,
      https://www.canva.com/design/DAG.../...
      ), extract the design ID from the URL and use
      Canva:start-editing-transaction
      to read its contents
    • If the user references a Canva doc by name, use
      Canva:search-designs
      to find it, then
      Canva:start-editing-transaction
      to read its contents
  2. List available brand kits
    • Call
      Canva:list-brand-kits
      to retrieve the user's brand kits
    • If only one brand kit exists, use it automatically without asking
    • If multiple brand kits exist, present the options and ask the user to select one
  3. Generate the presentation
    • Call
      Canva:generate-design
      with:
      • design_type
        : "presentation"
      • brand_kit_id
        : the selected brand kit ID
      • query
        : a detailed prompt following the presentation format below
    • Show the generated candidates to the user
  4. Finalize
    • Ask the user which candidate they prefer
    • Call
      Canva:create-design-from-candidate
      to create the editable design
    • Provide the user with the link to their new presentation
  1. 获取内容来源
    • 如果用户直接提供文本,将其用作大纲/简报
    • 如果用户提供Canva设计链接(例如
      https://www.canva.com/design/DAG.../...
      ),从URL中提取设计ID,然后调用
      Canva:start-editing-transaction
      读取其内容
    • 如果用户按名称引用Canva文档,调用
      Canva:search-designs
      查找文档,再调用
      Canva:start-editing-transaction
      读取内容
  2. 列出可用品牌套件
    • 调用
      Canva:list-brand-kits
      获取用户的品牌套件
    • 如果仅存在一个品牌套件,自动使用该套件,无需询问用户
    • 如果存在多个品牌套件,展示选项并请用户选择其一
  3. 生成演示文稿
    • 调用
      Canva:generate-design
      ,参数包括:
      • design_type
        : "presentation"
      • brand_kit_id
        : 选中的品牌套件ID
      • query
        : 遵循以下演示文稿格式的详细提示词
    • 向用户展示生成的候选设计
  4. 最终确认
    • 询问用户偏好哪个候选设计
    • 调用
      Canva:create-design-from-candidate
      创建可编辑的设计
    • 向用户提供新演示文稿的链接

Presentation Query Format

演示文稿查询格式

Structure the query for
Canva:generate-design
with these sections:
Presentation Brief
  • Title: working title for the deck
  • Topic/Scope: 1-2 lines describing the subject
  • Key Messages: 3-5 main takeaways
  • Style Guide: tone and imagery style based on the brief
Narrative Arc One paragraph describing the story flow (e.g., Hook → Problem → Solution → Proof → CTA).
Slide Plan For each slide include:
  • Slide N — "Exact Title"
  • Goal: one sentence on the slide's purpose
  • Bullets (3-6): short, parallel phrasing with specifics
  • Visuals: explicit recommendation (chart type, diagram, image subject)
  • Speaker Notes: 2-4 sentences of narrative detail
Canva:generate-design
构造查询时需包含以下部分:
演示文稿简报
  • 标题:演示文档的暂定标题
  • 主题/范围:1-2行描述主题内容
  • 核心信息:3-5个主要要点
  • 风格指南:基于简报确定的语气和图像风格
叙事结构 一段描述故事流程的文字(例如:钩子→问题→解决方案→证据→行动号召)。
幻灯片规划 每张幻灯片需包含:
  • 幻灯片N — "确切标题"
  • 目标:一句话说明幻灯片的用途
  • 要点(3-6条):简洁、句式统一的具体内容
  • 视觉元素:明确的推荐(图表类型、示意图、图像主题)
  • 演讲备注:2-4句叙事细节

Notes

注意事项

  • If multiple brand kits exist, confirm selection before generating; if only one, use it automatically
  • If the outline is sparse, expand it into a complete slide plan with reasonable content
  • For briefs (narrative descriptions), extract key points and structure them into slides
  • Aim for clear, action-oriented slide titles
  • 如果存在多个品牌套件,生成前需确认用户选择;如果仅一个,自动使用
  • 如果大纲内容简略,将其扩展为完整的幻灯片规划,补充合理内容
  • 对于简报(叙事性描述),提取关键要点并整理为幻灯片结构
  • 力求幻灯片标题清晰、具有行动导向