office-to-md

Convert Office documents into Markdown using markitdown-based parsing.

1|Updated May 18, 2026
One-click install
npx skills add https://github.com/hmzainjamil/claude-office-skills --skill office-to-md-hmzainjamil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: office-to-md
Source: https://github.com/hmzainjamil/claude-office-skills/tree/main/office-to-md
Command: npx skills add https://github.com/hmzainjamil/claude-office-skills --skill office-to-md-hmzainjamil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of copying content from Word, Excel, PowerPoint, and PDF files into Markdown, making documents easier to search, version, and reuse in AI workflows.

Core Features & Use Cases

  • Office-to-Markdown Conversion: Converts common Office file types into readable Markdown output.
  • Multi-format Support: Handles Word documents, spreadsheets, slide decks, PDFs, HTML, images, audio, and ZIP archives through markitdown.
  • Practical Workflows: Useful for turning reports into editable notes, spreadsheets into Markdown tables, presentations into slide summaries, and PDFs into text for knowledge bases or RAG pipelines.

Quick Start

Ask the AI to convert the attached Office document into clean Markdown and preserve headings, tables, and structure.

Frequently Asked Questions about office-to-md

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

FAQPage Schema
How do I convert Word documents to Markdown while preserving headings and tables?

Converting Word documents to Markdown is handled by parsing the file structure and extracting text, headings, and tables into clean Markdown syntax. This preserves the document's original hierarchy and table layouts for version control and AI workflows.

Can I convert Excel spreadsheets into Markdown tables?

Yes, converting Excel spreadsheets into Markdown tables is fully supported. The conversion process extracts rows and columns from the spreadsheet and maps them directly into structured Markdown table format, making the data readable and searchable.

Does this approach support converting PowerPoint presentations into text summaries?

PowerPoint presentations are supported for conversion into Markdown text. The process extracts slide content and structures it into readable summaries, allowing you to turn slide decks into editable notes or knowledge base articles.

What is the best way to extract text from PDF files for a RAG pipeline?

Extracting text from PDF files for RAG pipelines is achieved by converting the PDF content into structured Markdown. This provides clean, AI-ready text that maintains document formatting, making it highly suitable for ingestion into retrieval and generation workflows.

Can I batch convert Office files and archives like ZIP into Markdown?

Batch document processing is supported, including converting files contained within ZIP archives. The parsing mechanism processes multiple documents simultaneously, extracting structured content from each file within the archive for Markdown conversion.

What file types are supported for Markdown conversion besides Office documents?

Beyond standard Office files like Word, Excel, and PowerPoint, the conversion supports PDFs, HTML files, images, audio files, and ZIP archives. This multi-format support allows diverse content types to be extracted into unified Markdown text.