office-to-markdown

Convert Office documents to Markdown using the markitdown library.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zzafergok/skills --skill office-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-to-markdown
Source: https://github.com/zzafergok/skills/tree/main/11-general-tools/office-to-markdown
Command: npx skills add https://github.com/zzafergok/skills --skill office-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Office documents from Word, Excel, PowerPoint, and PDF often live in formats that are hard to parse for AI tooling, version control, or knowledge extraction. This Skill converts Office files to clean Markdown using Microsoft's markitdown library, preserving structure and enabling easy archival and RAG corpus creation.

Core Features & Use Cases

  • Batch convert Office formats (.docx, .xlsx, .pptx, .pdf) to Markdown with optional image descriptions via Claude.
  • Preserve metadata and produce Markdown-ready content suitable for AI processing and documentation archives.
  • Use cases include transforming reports, spreadsheets, slides, and PDFs into searchable, reusable Markdown for documentation, knowledge bases, and RAG pipelines.

Quick Start

Convert a folder of documents to Markdown using a single command and store results with preserved metadata.

Frequently Asked Questions about office-to-markdown

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

FAQPage Schema
How do I convert Office documents to Markdown for AI processing?

You can convert Office documents to Markdown by using this Skill to transform Word, Excel, PowerPoint, and PDF files into clean, AI-ready text. It leverages the markitdown library to preserve document structure and metadata for RAG pipelines.

Can I batch convert DOCX and PDF files to Markdown?

Yes, you can batch convert DOCX and PDF files to Markdown. This Skill supports both folder and single-file inputs, enabling scalable archival workflows for transforming multiple reports, spreadsheets, and presentations at once.

Does converting PDF to Markdown preserve document metadata?

Converting PDF to Markdown with this Skill preserves document metadata during the extraction process. This ensures your converted text remains structured and searchable for documentation archives and knowledge bases.

What is the best way to prepare Office files for version control?

The best way to prepare Office files for version control is converting them into Markdown format. This Skill transforms Word, Excel, and PowerPoint documents into plain text, making diffs and tracking changes significantly easier.

Can I generate image descriptions when converting PPTX to Markdown?

Yes, you can generate image descriptions when converting PPTX files to Markdown. This Skill offers optional Claude-based image description capabilities alongside text extraction using the markitdown library.

Do I need the markitdown library to convert Word documents to Markdown?

Yes, you need the markitdown library installed to convert Word documents to Markdown. This Skill relies on Microsoft's markitdown library to parse Office formats and output clean, structured text.