بنقرة واحدة
pptx
// 生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。
// 生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。
Use when executing a previously reviewed WorkClaw repo hygiene cleanup batch after review has already classified the candidates and selected the batch.
Use when reviewing WorkClaw repo hygiene findings from pnpm review:repo-hygiene, classifying candidates, and recommending the smallest safe cleanup batch without deleting files.
Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say "write a report", "draft a proposal", "make a contract", "fill in this form", "reformat to match this template", or any task whose final output is a .docx file. Even if the user doesn't mention "docx" explicitly, if the task implies a printable/formal document, use this skill.
Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.
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.
Use when preparing a WorkClaw desktop release and you need AI to recommend the next version number, summarize changes since the last tag, and draft bilingual Chinese plus English release notes for human confirmation before publishing.
| name | PPTX 演示助手 |
| description | 生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。 |
| metadata | {"openclaw":{"primaryEnv":"python","requires":{"bins":["node"],"anyBins":["python","python3","py"]}}} |
使用这个技能处理 .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/: 多种页面类型的页面生成说明