ppt-maker
Guided PPT generation for editable PowerPoint decks, table-driven reports, and enterprise-template presentations.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=openakita-openakita-plugins-ppt-maker-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name ppt-maker description Guided PPT generation for editable PowerPoint decks, table-driven reports, and enterprise-template presentations. name: ppt-maker description: Create, revise, audit, and export editable PPTX decks through the PPT Maker plugin. risk_class: mutating_scoped ppt-maker Skill Card Use this plugin when the user asks to create, revise, audit, or export a PPT deck. Prefer it over ad-hoc slide scripts when the task needs guided requirements, source files, table insights, enterprise templates, or a downloadable editable PPTX. Tool Order ppt_start_project ppt_ingest_sources or ppt_ingest_table when files/data are provided ppt_generate_outline ppt_confirm_outline ppt_generate_design ppt_confirm_design ppt_generate_deck ppt_audit ppt_export For enterprise templates, call ppt_upload_template and ppt_diagnose_template before generating the design spec. Mode Decision Use topic_to_deck when the user gives only a topic or goal. Use files_to_deck when source files or URLs are the primary material. Use outline_to_deck when the user already has an outline. Use table_to_deck when CSV/XLSX/table data is central to the request. Use template_deck when a corporate PPTX template or brand guideline is provided. Use revise_deck when the user asks to rewrite a slide, change page count, or adjust style. Important Gates Always confirm the outline before generating the final deck. Always confirm the design/spec_lock before export. For table decks, ensure profile, insights, and chart specs exist. For template decks, ensure template profile, brand tokens, and layout map exist. Error Codes validation : input or schema issue. dependency : optional dependency missing. brain : Akita Brain unavailable or failed. source_parse : source document parsing failed. table_parse : table parsing/profiling failed. template : PPTX template diagnostics failed. export : PPTX export failed. audit : quality check failed. cancelled : user cancelled the task. unknown : inspect project logs.
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 / 自定义框架) |