Agent Skills
› KunAgent/Kun
› slides
slides
GitHub通过Kun治理工作流创建、编辑、审查及导出原生PowerPoint演示文稿,支持自动化流程管理与版本控制。
Trigger Scenarios
需要生成PPT演示文稿
对现有PPT内容进行修改或优化
批量导出或发布演示文档
Install
npx skills add KunAgent/Kun --skill slides -g -y
SKILL.md
Frontmatter
{
"name": "slides",
"description": "Create, edit, review, and export native PowerPoint presentations through Kun's governed presentation workflow."
}
Kun Slides
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Create, edit, review, and export native PowerPoint presentations through Kun's governed presentation workflow.
Tool routing
| Tool or skill | Use |
|---|---|
ppt_agent |
Start and continue the native presentation workflow. |
ppt_to_board |
Place a completed direct-mode PPTD deck on the board when explicitly requested. |
user_input |
Collect one required direction choice during the workflow. |
Workflow
- Start ppt_agent with a short UI title and no rewritten presentation prompt.
- If direction is required, ask exactly one structured single-choice question and submit the selected direction.
- When previews are ready, pause for visual review.
- Apply revision or retry actions on the same workflow.
- After explicit approval, build and verify the final PPTX.
Completion gates
- Retain childId and workflowId across every phase.
- Verify deck files and export after build.
- Respect review governance; do not bypass it with shell-generated decks.
Boundaries
- Do not start a replacement child for feedback on an active workflow.
- Do not call ppt_to_board for an image-first review bundle.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


