agentsclimarketplace

Pptx to md

Skill fabioc-aloha/Alex_Skill_Mall/plugins/converters/pptx-to-md

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill pptx-to-md

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Convert PowerPoint (.pptx) to Markdown via Pandoc.

SKILL.md

1.3 KB, 303 tokens by cl100k_base, as published. Nobody here has run it

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

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

PowerPointMarkdown
Each slide## Slide N heading
Title placeholderFirst line under heading
Body text / bulletsParagraphs and lists
Speaker notesQuoted block at slide end
Embedded imagesSaved 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.