Canvaのプレゼンテーション資料を、目標とする発表時間に合わせて調整します。発表者用のメモ(スライドに表示されるテキストではなく、発表時に参照するための原稿)を生成または編集することで対応します。スライドに書かれた内容そのものは変更しません。 次のような場合に使用: - 「これを10分のプレゼンにしてほしい」 - 「各スライドに同じくらいの時間を割き当ててほしい」 - 「15分の発表用に発表者向けのメモを作成してほしい」 - 「資料を〇分に合わせてほしい」 - 「20分の枠に対してスライドあたり何分くらい必要か」 といった指示をユーザーが出したときに使用します。
Fit a Canva presentation to a target speaking duration by generating or rewriting presenter notes only (visible slide text is not edited). Use when users say "make this a 10-minute presentation", "split time evenly across slides", "generate speaker notes for a 15-minute talk", "fit my deck to [duration]", or "how long per slide for a 20-minute slot".
Take an existing Canva presentation and align it with a target speaking duration using presenter notes only. Visible on-slide text is read for context and timing, but must not be changed by this skill. The flow is: confirm design + total duration (before cloning), read slide text, divide time across slides, add, replace, or trim speaker notes per slide to match each slot, write notes only back via Canva editing tools.
Canva:resize-design, Canva:get-design-content or other editing/content tools:
canva.link), full Canva URL, design ID, or design name (see Step 2 for how each maps to design_id)"15 minutes", "45 min", "1 hour"). Parse to total seconds (or minutes as a decimal). If the user is vague, confirm the total minutes they want for speaking through the slides (include Q&A in that total only if they say so)canva.link), call Canva:resolve-shortlink to get the design URLhttps://www.canva.com/design/{design_id}/...)D, e.g. DABcd1234ef), use it as design_id; do not use Canva:search-designs for a raw IDCanva:search-designs; if multiple matches, ask for clarificationCanva:resize-design with the same dimensions as the source to clone the presentation; do not modify the originalCanva:get-design-content on the copy to extract visible text per slide/page (headings, bullets, body)total_duration ÷ number_of_slides (equal split unless the user asks to weight title/closing differently; then adjust and state the assumption)target_words ≈ (target_minutes_per_slide) × 150 (floor/round sensibly; treat as guidance, not a hard cap)Canva:get-design-pages on the copy to obtain page_id (or equivalent) for each slide that needs notesCanva:start-editing-transaction on the copy if not already active; use the returned transaction_id for editsget-design-pages) so the session is open before you spend a long time composing notes in chat; some environments time out less often when the transaction is not deferred. If the connector allows one long-lived transaction for the whole flow, prefer opening it once and reusing transaction_id for Step 7 editsCanva:perform-editing-operations using only the operation type the Canva MCP exposes for presenter/speaker notes (name may vary by connector; use the schema for updating notes per page). Do not call replace_text, find_and_replace_text, or any operation that changes visible on-slide text. Apply all note updates, batched in as few calls as allowedCanva:commit-editing-transaction to saveget-design-content. Create, update, lengthen, or shorten presenter/speaker notes only, using the MCP’s note operation per page.replace_text, find_and_replace_text, formatting, media, layout, title, etc.). If the user asks to cut or pad the slides themselves, say this skill only adjusts notes; they can edit slides in Canva or use another skill/workflow.start-editing-transaction fails or times outCause (usually not the skill text): Canva or the MCP gateway can abort with “The operation was aborted due to timeout” when the design is large (many pages/assets), the network is slow, or servers are under load. That is an infrastructure / product limit, not something fixed by editing SKILL.md.
What to do in the session:
Canva:start-editing-transaction after a short pause (e.g. 15–30 seconds). Transient failures often succeed on a second attempt.Canva:resize-design (same dimensions) before editsCanva:get-design-content; resolve page IDs with Canva:get-design-pages before writing notesperform-editing-operations → commitstart-editing-transaction timeout: retry once, then explain and offer the manual notes fallback (see When start-editing-transaction fails or times out)原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。