apps/runtime/src-tauri/builtin-skills/pptx/SKILL.md
生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。
npx skillsauth add haojing8312/workclaw PPTX 演示助手Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用这个技能处理 .pptx 文件时,先按任务类型路由,再读取本目录中的对应参考文件。
| 任务类型 | 做法 | 主要参考 |
|---|---|---|
| 读取/分析现有 PPTX | 用 python -m markitdown presentation.pptx 抽取文本 | README.md |
| 编辑现有模板或演示文稿 | 走 XML-safe 编辑流程:分析 → unpack → 改 slide XML → clean → pack | skills/ppt-editing-skill/SKILL.md |
| 从零创建新 PPTX | 先规划 deck 结构,再用 PptxGenJS 生成 slide JS 并编译 | skills/ppt-orchestra-skill/SKILL.md |
.pptx 文件。直接抽取文本:
python -m markitdown presentation.pptx
如果只是需要总结内容、提取大纲、检查占位文字或核对页面信息,这一步通常就够了。
先阅读:
skills/ppt-editing-skill/SKILL.md编辑流程:
pptx 为工作副本markitdown 分析结构.pptx注意:
先阅读:
skills/ppt-orchestra-skill/SKILL.mdskills/design-style-skill/SKILL.mdskills/color-font-skill/SKILL.mdskills/slide-making-skill/SKILL.md建议流程:
.pptxmarkitdown 回读文本做 QAREADME.md: 总体工作流摘要skills/ppt-editing-skill/SKILL.md: 模板编辑和 XML 工作流skills/ppt-orchestra-skill/SKILL.md: 从零生成整份 deck 的编排方法skills/design-style-skill/SKILL.md: 风格与视觉约束skills/color-font-skill/SKILL.md: 配色与字体策略skills/slide-making-skill/SKILL.md: 单页 PptxGenJS 实现细节agents/: 多种页面类型的页面生成说明tools
处理通用任务:创建和修改文件、分析本地文件数据、整理文件结构、执行命令、网页检索和浏览器操作。Use when 用户未指定垂直专家但需要端到端完成任务。
development
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Use when the user asks to create, build, modify, analyze, read, validate, or format any Excel spreadsheet, financial model, pivot table, or tabular data file. Covers: creating new xlsx from scratch, reading and analyzing existing files, editing existing xlsx with zero format loss, formula recalculation and validation, and applying professional financial formatting standards. Triggers on 'spreadsheet', 'Excel', '.xlsx', '.csv', 'pivot table', 'financial model', 'formula', or any request to produce tabular data in Excel format.
tools
用于创建或优化高质量技能。适用于需要判断是否该新建技能、设计触发规则、整理复用资源并做轻量评测时。
content-media
Use when designing or iterating WorkClaw local skill templates and dialog-based creation flow for end users.