sharepoint-powerpoint
$
npx mdskill add openai/plugins/sharepoint-powerpointEdit SharePoint PowerPoint files while preserving design, focusing on style-aware updates and visual QA.
- Helps users modify existing decks without breaking visual consistency or formatting.
- Integrates with SharePoint for file fetching and uses PowerPoint's internal structures.
- Decides actions by inspecting slide layouts, masters, and theme cues before editing.
- Presents results through rendered visual QA and updated files ready for SharePoint upload.
SKILL.md
.github/skills/sharepoint-powerpointView on GitHub ↗
--- name: sharepoint-powerpoint description: Create, edit, restyle, and review PowerPoint `.pptx` files fetched from SharePoint, with emphasis on style preservation, slide cloning, theme-aware updates, and rendered visual QA. Use when the user wants reliable slide edits that should match an existing deck's design language. --- # SharePoint PowerPoint ## Overview Use this skill for `.pptx` work that starts from SharePoint and where visual fidelity matters. Treat PowerPoint edits as both content edits and design-preservation work. Prefer reusing the deck's own structures over creating generic new slides. ## When To Use - Add, remove, reorder, or rewrite slides in an existing SharePoint-hosted deck. - Insert title, section, agenda, or summary slides that should match the deck style. - Update text in existing slides while preserving formatting. - Inspect layouts, masters, shapes, and theme cues before changing a presentation. - Render and visually QA slides before uploading the revised deck back to SharePoint when tooling permits. ## Core Workflow 1. Determine whether the request is content-only or style-sensitive. 2. Use the SharePoint skill to locate the exact deck and fetch the raw `.pptx` with `fetch(download_raw_file=true)`. 3. Inspect the deck before editing: - slide count and order - available slide masters and layouts - placeholder availability - representative slides for the requested slide type - shape structure on the representative slide 4. Choose the safest edit strategy in this order: - clone a representative existing slide and edit only the text-bearing shapes - insert slides from a matching source deck or exported single-slide deck - use a native layout only when the deck exposes usable layouts and placeholders - fall back to manual text boxes only as a last resort 5. Preserve the existing deck language: - reuse layout and theme when possible - preserve geometry, spacing, alignment, and density - preserve shape hierarchy and non-text objects unless the user asks to change them 6. Perform visual QA: - render the edited slide and adjacent slides if a render path exists - compare the new slide to its neighbors for background, spacing, hierarchy, and density 7. Return to SharePoint only for upload with `update_file` after local QA. 8. If style fidelity cannot be validated, stop and state that clearly. ## Style Rules - Prefer cloning over creating. - Prefer targeted text replacement over rebuilding the slide. - If the deck has only one layout, a `DEFAULT` layout, or missing placeholders, assume template constraints. - Do not treat a content-correct slide as complete until visual consistency has been checked. - If you must use manual text boxes, inspect a representative slide first and copy: - text box bounds - paragraph alignment - font sizes and weights - theme colors - vertical spacing ## Tool Guidance - Use `python-pptx` for structural edits and inspection. - Use `lxml` and OOXML-level operations when `python-pptx` is too weak for safe slide cloning. - Prefer PowerPoint-native export or LibreOffice-based rendering for visual QA when available. - If no rendering tool exists, say that verification is content-level only and treat style-sensitive work as blocked unless the user accepts the risk. ## Environment Reality Current local minimum: - `python-pptx` - `lxml` - `Pillow` Recommended for reliable QA: - Microsoft PowerPoint native export/rendering - or LibreOffice plus Poppler for slide-image generation ## SharePoint Routing When a SharePoint task targets a `.pptx` and style adoption matters: 1. Use the SharePoint skill to locate and fetch the file. 2. Use this SharePoint PowerPoint skill for the actual edit. 3. Return to the SharePoint connector only for upload after local QA. ## Blocking Conditions Stop and report limitations when: - no clone path exists for a style-sensitive edit - no render path exists for visual QA - the deck template is constrained and the only remaining option is a generic low-fidelity slide insertion ## Bundled Assets This plugin does not currently bundle PowerPoint helper scripts. If local inspection, cloning, or rendering helpers are unavailable, prefer conservative edits and state the gap explicitly rather than implying a script-backed workflow exists.
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|