Word / DOCX
一个面向 Content 场景的 Agent 技能。原始说明:Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
name: corporate-ppt-generator
version: 1.0.2
description: Generate PPT decks from prompts/block XML while preserving corporate brand style.
categories:
Generate a new .pptx by reusing existing template slides from PPT_Template.pptx.
The runtime is XML-only and prioritizes template-first rendering.
Use this skill when the user asks:
title: optional deck title fallbackoutput_filename: output pptx filenametemplate_file: optional template filename in skill directoryblock_xml: block/xml payload (required)render_strategy: template_first | template_onlyallow_html_fallback: allow html/richtext block fallback to template content slidesoutput_path: absolute path to generated pptxslide_count: number of slides generatedmessage: status messagepython-pptx.PPT_Template.pptx in skill directory by default.assets/demo_blocks.xml for a full XML demo (toc + matrix + pie/bar/line + table + slogan).