Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sbroenne/mcp-server-powerpoint --skill powerpoint-mcpgit clone --depth 1 https://github.com/sbroenne/mcp-server-powerpointWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sbroenne/mcp-server-powerpoint/powerpoint-mcp)<a href="https://agentmods.dev/skills/sbroenne/mcp-server-powerpoint/powerpoint-mcp"><img src="https://agentmods.dev/badge/skills/sbroenne/mcp-server-powerpoint/powerpoint-mcp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sbroenne/mcp-server-powerpoint/powerpoint-mcp"><img src="https://agentmods.dev/badge/skills/sbroenne/mcp-server-powerpoint/powerpoint-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00112 | $0.02524 |
| Opus 5 | $0.00056 | $0.01262 |
| Sonnet 5 | $0.00022 | $0.00505 |
| Haiku 4.5 | $0.00011 | $0.00252 |
Grade A, and why
powerpoint-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PowerPoint MCP Server Skill
Provides 16 PowerPoint MCP tools (one presentation tool + 15 domain action-dispatch tools)
via the Model Context Protocol, driving a live PowerPoint desktop instance through the official
Microsoft.Office.Interop.PowerPoint PIA. Tools are auto-discovered via MCP tools/list — this
skill documents session lifecycle, indexing conventions, workflows, and gotchas that aren't
obvious from tool schemas alone.
Session lifecycle, Save As/copy, templates, the advisory Mark as Final flag, document properties,
and presentation tags use the presentation action-dispatch tool with camelCase arguments.
Domain tools (slide, shape, textframe, table, chart, image, media,
notes, layout, master, smartart, animation, export, pagesetup, accessibility) are
action-dispatch: one tool per domain, called as tool(action: "kebab-action", session_id: ..., snake_case_param: ...).
Workflow Checklist
| Step | Tool | Action | When |
|---|---|---|---|
| 1. Create or open | presentation(action: "create"/"open") |
Start a session, get sessionId |
Always, before any edit |
| 3. Build | slide(action: "add-blank"), shape(action: "add-rectangle"/"add-text-box"/"add-auto-shape"/"add-line"/"add-connector"), table(action: "add-table"), chart(action: "add-chart"), image(action: "add-picture"), media(action: "add-media") |
Add structure and content | As needed |
| 4. Format | textframe(action: "set-font-size"/"set-bold"/"set-font-color"), layout(action: "set-layout") |
Apply formatting | After adding content |
| 5. Animate (optional) | animation(action: "add-effect"/"set-transition") |
Add entrance/emphasis/exit effects or slide transitions | After content/layout are final |
| 6. Annotate | notes(action: "set-notes-text") |
Add speaker notes | After each slide's content is final |
| 7. Verify | export(action: "export-slide-to-image"/"export-all-slides-to-images") |
Visually confirm the result | After any visual change |
| 8. Save & close | presentation(action: "close", save: true) |
Persist and release the session | Always last |
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- README.md 2.3 KB
- references/animations.md 5.2 KB
- references/anti-patterns.md 6.5 KB
- references/behavioral-rules.md 7.0 KB
- references/charts.md 8.4 KB
- references/deck-builder.md 4.5 KB
- references/export-and-verify.md 4.6 KB
- references/images.md 8.2 KB
- references/layouts.md 3.4 KB
- references/master.md 4.0 KB
- references/media.md 2.2 KB
- references/slides-and-shapes.md 20 KB
- references/smart-art.md 5.1 KB
- references/speaker-notes.md 2.5 KB
- references/tables.md 6.2 KB
- references/tags.md 2.1 KB
- references/text-formatting.md 8.4 KB
- references/workflows.md 5.9 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 138 lines · 112 tokens per session scan A b221a4c4a7cd
powerpoint-mcp is a skill published in the GitHub repository sbroenne/mcp-server-powerpoint (19 stars, last pushed today), licensed MIT. It adds 112 tokens to every session and 2,524 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
excel-cli
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…
excel-mcp
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…
orchardcore-ai-documents
Skill for configuring AI Documents in Orchard Core with CrestApps modules. Covers document upload, text extraction, chunking, vector indexing, and Retrieval-Augmented Generation (RAG) for AI chat. Supports PDF, OpenXml (docx, xlsx, pptx), and plain-text formats with file-system or Azure Blob storage and Azure AI…
orchardcore-content-transfer
Skill for bulk content import and export in Orchard Core using CrestApps Content Transfer. Covers CSV and Excel formats, transfer templates, mappings, background jobs, chunked uploads, filters, custom file-format providers, and content-type transfer settings. Use this skill when requests mention Orchard Core bulk…
orchardcore-ai-documents-extractors
Skill for adding PDF and OpenXml text extraction to CrestApps Orchard Core AI Documents. Covers PDF, DOCX, XLSX, PPTX, processor registration, supported file types, upload processing, and extraction troubleshooting. Use this skill when requests mention AI Documents extractors, PDF document processing, OpenXml document…
orchardcore-reports
Skill for building and using the CrestApps OrchardCore Reports framework. Covers report contracts, admin report pages, date range filters, metric and table documents, charts, CSV and OpenXml exports, permissions, custom filters, and report registration. Use this skill when requests mention…