pptx is agent-read markdown (skill) from jnpiyush/agentx: Read, write, and transform Microsoft PowerPoint .pptx files. Use when generating decks from data, extracting slide text or speaker notes, building tables and charts on slides, applying templates, or converting Markdown to PowerPoint..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# PPTX
> Practical patterns for reading, writing, and templating Microsoft PowerPoint `.pptx` files.
## Prerequisites
- Python 3.9+
- `python-pptx` -- read/write slides, placeholders, text frames, tables, charts, images
- `pandoc` (CLI, optional) -- convert Markdown -> `.pptx` and back
## When to Use
- Input or output of the task is a `.pptx` file
- You need to generate a deck from data (sales updates, weekly reports, dashboards)
- You need to pull text or speaker notes out of slides for downstream search/indexing
- You need to fill a template designed by a designer with code-supplied content
## Decision Tree
| Goal | Prefer | Notes |
|------|--------|-------|
| Generate decks from data | `python-pptx` + a template `.pptx` | Designer controls master / layouts |
| Convert Markdown -> deck | `pandoc` | Fast, low-fidelity, but consistent |
| Extract slide text | `python-pptx` | Walk `slide.shapes` for text frames |
| Extract speaker notes | `python-pptx` | `slide.notes_slide.notes_text_frame.text` |
| Modify existing decks | `python-pptx` | Avoid editing XML inside the ZIP by hand |
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_xxgyjb7vwd7wsaor
GET https://markdownregistry.com/api/v1/resolve?ref=jnpiyush/agentx/pptx
GET https://markdownregistry.com/api/v1/blob/bf84e50c90ffee2510c5dfe4d77abad7f349c3bcd75cafb173efd4462e5f79f1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
jnpiyush/agentx · .github/skills/ai-systems/agent-observability/SKILL.md · Instrument LLM agents with tracing, metrics, and evaluation telemetry. Use when adding OpenTelemetry GenAI semantic…
jnpiyush/agentx · .github/skills/ai-systems/ai-agent-development/SKILL.md · Build production-ready AI agents with Microsoft Foundry and Agent Framework. Use when creating AI agents, selecting LLM…
jnpiyush/agentx · .github/skills/ai-systems/ai-evaluation/SKILL.md · Use when evaluating AI quality, safety, completeness and cost with held-out tasks, executable graders, calibrated…
jnpiyush/agentx · .github/skills/ai-systems/ai-safety-and-red-teaming/SKILL.md · Defend LLM systems against prompt injection, jailbreaks, data exfiltration, and unsafe output. Covers input/output…
anthropics/skills · skills/pptx/SKILL.md · Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes…
k-dense-ai/scientific-agent-skills · skills/pptx/SKILL.md · Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes…
eigent-ai/eigent · resources/example-skills/pptx/SKILL.md · Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide…
thinkinaixyz/deepchat · resources/skills/pptx/SKILL.md · Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1)…
davepoon/buildwithclaude · plugins/all-skills/skills/pptx/SKILL.md · Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1)…
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/pptx/SKILL.md · PowerPoint decks built with pptxgenjs and native charts, existing decks edited in place with python-pptx, then rendered…