pptx-to-md is agent-read markdown (skill) from fabioc-aloha/alex_skill_mall: Convert PowerPoint (.pptx) to Markdown via Pandoc..
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-to-md
Convert PowerPoint (.pptx) to Markdown via Pandoc.
## When to Use
- Extracting slide content for editing in plain text
- Migrating decks into documentation systems
- Salvaging content from legacy `.pptx` files
## What's Here
`pptx-to-md.cjs` — Node script that wraps Pandoc.
## External Dependencies
- `node` (≥ 16)
- `pandoc` (≥ 3.0) on PATH
## Usage
```bash
node pptx-to-md.cjs deck.pptx
node pptx-to-md.cjs deck.pptx --output deck.md
node pptx-to-md.cjs deck.pptx --extract-media ./media
```
## Output Structure
| PowerPoint | Markdown |
|------------|----------|
| Each slide | `## Slide N` heading |
| Title placeholder | First line under heading |
| Body text / bullets | Paragraphs and lists |
| Speaker notes | Quoted block at slide end |
| Embedded images | Saved to `--extract-media` dir, referenced as `![]()` |
## Notes
- Animations, transitions, and complex layouts are lost — content survives, motion does not
- Pair with `md-to-pptx` for round-trip workflows (lossy for layouts, lossless for content)
- Use `--extract-media` to keep images as separate files instead of inlining
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_jdjgaotz4wvcf3k2
GET https://markdownregistry.com/api/v1/resolve?ref=fabioc-aloha/alex_skill_mall/pptx-to-md
GET https://markdownregistry.com/api/v1/blob/ee9f1b83b6a5a225c5a589c0c8cd75f864bf2343a48ebcdaeb88ab067ece7818
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.
fabioc-aloha/alex_skill_mall · .github/skills/source-inventory/SKILL.md · Maintain the source registry in sources/supported-stores.json — add a new third-party plugin store, retire one, refresh…
fabioc-aloha/alex_skill_mall · .github/skills/staleness-discipline/SKILL.md · Detect, classify, and prune stale source stores in the Mall — define what stale means and how to remove gracefully…
fabioc-aloha/alex_skill_mall · .github/skills/store-evaluation/SKILL.md · Evaluate a proposed store for inclusion in Alex_ACT_Plugin_Mall using a quality scorecard
fabioc-aloha/alex_skill_mall · plugins/3d-graphics/spline-3d-integration/skills/spline-3d-integration/SKILL.md · Use when adding interactive 3D scenes from Spline.design to web projects, including React embedding and runtime control…
fabioc-aloha/alex_skill_mall · plugins/academic-research/academic-paper-drafting/skills/academic-paper-drafting/SKILL.md · End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting…
fabioc-aloha/alex_skill_mall · plugins/academic-research/academic-research/skills/academic-research/SKILL.md · Research project scaffolding, thesis/dissertation writing, literature reviews, publication workflows, and the AI…