dev-pptx_to_md

Convert PowerPoint PPTX presentations into Markdown documents.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhizhunbao/ai-dev-config --skill dev-pptx-to-md-zhizhunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-pptx_to_md
Source: https://github.com/zhizhunbao/ai-dev-config/tree/main/core/skills/dev-pptx_to_md
Command: npx skills add https://github.com/zhizhunbao/ai-dev-config --skill dev-pptx-to-md-zhizhunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of PowerPoint presentations into Markdown format, streamlining the process of sharing and documenting slide content.

Core Features & Use Cases

  • Slide to Markdown Conversion: Extracts text, images, and basic formatting from PPTX files and transforms them into Markdown.
  • Content Archiving: Easily archive presentation content in a more accessible and searchable format.
  • Use Case: Convert a project status update presentation into a Markdown document for easy sharing in a team wiki or documentation platform.

Quick Start

Convert the presentation file 'project-update.pptx' into a Markdown file.

Frequently Asked Questions about dev-pptx_to_md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PowerPoint to Markdown?

To convert PowerPoint to Markdown, this Skill parses PPTX structure using python-pptx to extract text and images, transforming presentation slides into a Markdown document for accessible archiving.

Can I extract images and text from PPTX slides for documentation?

Yes, you can extract images and text from PPTX slides for documentation. The Skill parses presentation structure to extract content elements and outputs them directly into a Markdown format.

Does converting PPTX to Markdown require python-pptx?

Yes, converting PPTX to Markdown requires python-pptx. This dependency is necessary to parse the presentation structure and extract content elements like text and images for Markdown conversion.

What is the best way to archive presentation content as a Markdown document?

The best way to archive presentation content as a Markdown document is using this Skill to convert PPTX files, streamlining the process of sharing and documenting slide materials in team wikis.

Are there limitations when transforming PowerPoint slides into Markdown?

Limitations when transforming PowerPoint slides into Markdown involve extracting only basic formatting, text, and images; complex presentation animations or transitions are not parsed by the python-pptx structure extraction.