🎨canva-branded-presentation
- プラグイン
- canva
- ソース
- GitHub で見る ↗
説明
アウトラインやブリーフからブランドに沿ったCanvaプレゼンテーションを作成します。 次のような場合に使用: ブランドに合ったプレゼンテーションの作成、ブランドに沿ったデッキの制作、アウトラインをスライドに変換、またはブリーフからプレゼンテーションを生成したいとユーザーが要求した場合。 入力として使用できるもの: - メッセージに直接入力されたテキスト - CanvaデザインID - 名前で参照されたCanvaドキュメント - CanvaデザインリンクURL(例: https://www.canva.com/design/...)
原文を表示
Create on-brand Canva presentations from an outline or brief. Use when the user asks to create a branded presentation, make an on-brand deck, turn an outline into slides, or generate a presentation from a brief. Input can be text directly in the message, a Canva design ID, a reference to a Canva doc by name, or a Canva design link (e.g., https://www.canva.com/design/...).
ユースケース
- ✓ブランドに合ったプレゼンテーション作成
- ✓アウトラインをスライドに変換
- ✓ブリーフからプレゼンテーション生成
- ✓ブランドに沿ったデッキ制作
本文(日本語訳)
Canva ブランドプレゼンテーション作成ツール
ユーザーが提供するアウトラインやブリーフをもとに、Canva上でプロフェッショナルかつブランドに沿ったプレゼンテーションを作成します。
ワークフロー
1. コンテンツソースの取得
- ユーザーがテキストを直接提供した場合は、それをアウトライン/ブリーフとして使用する
- ユーザーが Canva デザインID(通常
Dから始まる。例:DABcd1234ef)を直接提供した場合は、それをdesign_idとしてCanva:start-editing-transactionに渡してコンテンツを読み取る。生のIDに対してCanva:search-designsは使用しないこと - ユーザーが 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を呼び出してユーザーのブランドキットを取得する- ブランドキットが1つのみの場合は、確認なしに自動的にそれを使用する
- 複数存在する場合は、選択肢をユーザーに提示し、どれを使用するか選んでもらう
3. プレゼンテーションの生成
Canva:generate-designを以下のパラメータで呼び出す:design_type:"presentation"brand_kit_id: 選択したブランドキットのIDquery: 後述のプレゼンテーションフォーマットに沿った詳細なプロンプト
- 生成された候補をユーザーに提示する
4. 最終確定
- どの候補が好みかユーザーに確認する
Canva:create-design-from-candidateを呼び出して編集可能なデザインを作成する- 作成されたプレゼンテーションへのリンクをユーザーに提供する
プレゼンテーションクエリのフォーマット
Canva:generate-design に渡す query は、以下のセクション構成で作成してください。
プレゼンテーションブリーフ
- タイトル: スライドデッキの仮タイトル
- トピック/スコープ: 内容を1〜2文で説明
- キーメッセージ: 主要な要点を3〜5項目
- スタイルガイド: ブリーフをもとにしたトーンとビジュアルのスタイル
ナラティブアーク(物語の流れ) ストーリーの流れを1段落で記述する(例: フック → 課題 → 解決策 → 根拠 → CTA)。
スライドプラン 各スライドについて以下を記載する:
- スライド N — 「正確なタイトル」
- ゴール: そのスライドの目的を1文で
- 箇条書き(3〜6項目): 具体的な内容を簡潔かつ並列的な表現で
- ビジュアル: 明示的な推奨内容(グラフの種類、図の種類、画像のテーマなど)
- スピーカーノート: 詳細な説明を2〜4文で
注意事項
- ブランドキットが複数ある場合は、生成前に選択を確認すること。1つのみの場合は自動使用
- アウトラインの内容が薄い場合は、合理的な内容で補完し、完全なスライドプランに展開すること
- ブリーフ(説明的な記述)の場合は、要点を抽出してスライド構成に整理すること
- スライドタイトルは明確かつ行動指向の表現を心がけること
- オートフィル機能の利用には Canva Enterprise プランが必要
原文(English)を表示
Canva Branded Presentation Creator
Create professional, on-brand presentations in Canva from user-provided outlines or briefs.
Workflow
-
Get the content source
- If the user provides text directly, use that as the outline/brief
- If the user provides a Canva design ID directly (typically starts with
D, e.g.DABcd1234ef), use it asdesign_idwithCanva:start-editing-transactionto read its contents; do not useCanva:search-designsfor a raw ID - If the user provides a Canva design link (e.g.,
https://www.canva.com/design/DAG.../...), extract the design ID from the URL and useCanva:start-editing-transactionto read its contents - If the user references a Canva doc by name, use
Canva:search-designsto find it, thenCanva:start-editing-transactionto read its contents
-
List available brand kits
- Call
Canva:list-brand-kitsto 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
- Call
-
Generate the presentation
- Call
Canva:generate-designwith:design_type: "presentation"brand_kit_id: the selected brand kit IDquery: a detailed prompt following the presentation format below
- Show the generated candidates to the user
- Call
-
Finalize
- Ask the user which candidate they prefer
- Call
Canva:create-design-from-candidateto create the editable design - Provide the user with the link to their new presentation
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
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
- Autofill requires a Canva Enterprise plan
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。