plugins/office/pptx/skills/office-pptx-skills/SKILL.md
PowerPoint/pptx 演示文稿操作 - 创建编辑幻灯片、插入内容、应用模板。Trigger: 'pptx', 'powerpoint', '幻灯片', '演示文稿', 'slides', 'PPT'
npx skillsauth add lazygophers/ccplugin plugins/office/pptx/skills/office-pptx-skillsInstall 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.
通过 MCP 工具 + 包装层操作 PowerPoint 文件。
通过 powerpoint MCP 服务提供,覆盖 PPT 完整 CRUD:
create_presentation - 创建新演示文稿create_presentation_from_template - 从模板文件创建(template_path)open_presentation / save_presentation - 打开和保存(file_path)get_presentation_info - 获取演示文稿信息get_template_file_info - 分析模板文件(template_path)set_core_properties - 设置文档属性(title, subject, author, keywords, comments)add_slide - 添加幻灯片(layout_name, background_style?)get_slide_info / extract_slide_text - 获取幻灯片信息和文本(slide_index)extract_presentation_text - 提取所有文本populate_placeholder - 填充占位符(slide_index, placeholder_name, text)add_bullet_points - 添加项目符号(slide_index, text_list, level)manage_text - 统一文本管理(slide_index, operation: add/format/validate/format_runs)manage_image - 统一图片管理(slide_index, operation: add/enhance, image_source)list_slide_templates - 列出可用模板(25+)apply_slide_template - 应用模板到幻灯片(slide_index, template_name)create_slide_from_template - 从模板创建幻灯片(template_name, content_data)create_presentation_from_templates - 从模板序列创建(template_sequence)get_template_info - 获取模板信息(template_name)auto_generate_presentation - 自动生成演示文稿(topic, slide_count)optimize_slide_text - 优化文本可读性(slide_index, auto_sizing)add_table - 创建表格(slide_index, rows, columns, data, cell_formatting?)format_table_cell - 格式化表格单元格add_shape - 添加形状 20+ 种(slide_index, shape_type, left, top, width, height)add_chart - 创建图表(slide_index, chart_type: column/bar/line/pie, categories, data_series)apply_professional_design - 应用主题(operation: apply_theme/style_slides/enhance, theme_name)apply_picture_effects - 图片效果(slide_index, shape_index, effects)manage_fonts - 字体管理(operation: analyze/optimize/recommend)manage_hyperlinks - 超链接管理(operation: add/remove/list/update)manage_slide_masters - 母版管理add_connector - 添加连接线update_chart_data - 更新图表数据manage_slide_transitions - 幻灯片转场通过 scripts/wrapper.py 提供,需要时用 uv run 执行:
# pptx -> PDF
uv run python scripts/wrapper.py convert presentation.pptx -f pdf
# pptx -> Markdown(提取文本内容)
uv run python scripts/wrapper.py convert presentation.pptx -f md
# 批量读取演示文稿信息
uv run python scripts/wrapper.py batch-read ./presentations/
# 批量提取文本为 Markdown
uv run python scripts/wrapper.py batch-extract ./presentations/ -o ./output/
# 创建标准报告模板
uv run python scripts/wrapper.py create-template template.pptx -t "项目报告" -n 8
# 基于模板生成演示文稿
uv run python scripts/wrapper.py template template.pptx output.pptx -v author=张三 -v date=2026-03-13
# 分析结构和统计信息
uv run python scripts/wrapper.py analyze report.pptx
# 提取演讲稿(备注)
uv run python scripts/wrapper.py notes report.pptx
# 生成内容总结
uv run python scripts/wrapper.py summarize report.pptx
{{变量名}} 作为占位符tools
--- name: trellisx-workspace description: 维护 `.trellis/task.md` 任务看板 —— trellis 缺的跨任务总览。**一个表格, 一行一个任务**, 列为 id/名称/描述/状态/阶段/进度/worktree (状态/阶段中文显示)。在 task create/start/阶段切换/archive 后**及时更新**对应行; 并**自动清理超 7 天的已完成行**防膨胀。保持看板与 task.json 实时一致。 when_to_use: 维护 / 创建 / 更新 `.trellis/task.md` 任务看板时; task 生命周期任一节点 (create/start/阶段推进/archive) 之后同步看板时; 用户问"当前有哪些任务 / 任务进度 / 任务看板"时。被 trellisx-flow 与 trellisx-apply 注入的流程引用。 user-invocable: true argument-hint: [show|update|sync|cleanup ...] [task id] arguments:
testing
强制以 Trellis task 闭环处理用户指定的请求 (自判新建/并入 → plan→exec→check→finish 全程不跳步)。**仅用户显式主动调用** (/trellisx-flow 或明确要求"强制走 task 处理这个"); **禁止自动 / 被动 / 推断式调用** —— 不要因为某个请求"看起来该建 task"就自动触发本 skill, 那是 apply 注入的 no_task 倾向的职责。
testing
把 强推task + subtask拆分 + worktree隔离 + 闭环收尾 四维度增量注入当前项目 .trellis/ (workflow.md 的 no_task/planning/in_progress 块 + spec 背书文档 + trellis 生命周期 hook worktree 自动化)。强推 task 与闭环为纯 prompt 软约束 (非平台 hook 硬拦截)。**纯增量追加, 绝不替换 trellis 原生文本** (no_task 分类+征同意/check/finish/前缀全保留)。幂等 (marker 包裹)。
development
Claude Code 会话历史整理 — 扫 ~/.claude/projects/**/*.jsonl 全部 session transcripts, 提取学习增量 (用户校正/决策/踩坑/L0 规则) → 全局记忆库 ~/.cortex/.wiki/memory/. 默认 --apply 落盘 (--dry-run opt-in 仅出 JSON plan 预览). 与 cortex-extract (L4-inbox 内部) 互补.