内容创作
#design
canva-branded-presentation
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/...).
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=openai-plugins-plugins-canva-skills-canva-branded-presentation-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name canva-branded-presentation description 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 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 as design_id with Canva:start-editing-transaction to read its contents; do not use Canva:search-designs for 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 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 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 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 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 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
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |