document-converter

Convert Office and structured documents into Markdown for LLM-ready text extraction.

850|114|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/wentorai/Research-Claw --skill document-converter-wentorai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-converter
Source: https://github.com/wentorai/Research-Claw/tree/main/skills/document-converter
Command: npx skills add https://github.com/wentorai/Research-Claw --skill document-converter-wentorai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markitdown, markitdown-mcp.

What problem does it solve?

Office and research documents arrive in many formats, making it hard to quickly extract usable text for writing, summarizing, and analysis.

Core Features & Use Cases

  • Format-to-Markdown Conversion: Converts PDFs, DOCX, PPTX, XLSX, HTML, CSV/JSON/XML, and images into Markdown text suitable for LLM consumption.
  • Research-Oriented Extraction: Preserves structure like headings, lists, and tables when possible, enabling downstream section extraction and note-taking.
  • Tooling Options: Supports MCP-based conversion (when configured) and a CLI fallback for straightforward batch or single-file workflows.

Use Case: You receive a conference PPTX and a journal PDF; convert both to Markdown, then extract Abstract/Methods/Results sections (or slide structure) to generate a study summary and integrate citations.

Quick Start

Ask the agent to convert your file to Markdown by providing its absolute file URI (for example, file:///absolute/path/to/paper.pdf) so you can read and analyze the resulting text.

Frequently Asked Questions about document-converter

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

FAQPage Schema
How do I convert a PDF to Markdown for LLM research text extraction?

To convert a PDF to Markdown for research text extraction, you provide the document's absolute file URI or HTTP URL to the agent. The Skill uses Microsoft MarkItDown to transform the file into LLM-ready Markdown text while preserving structural elements like headings and sections.

Can I extract tables and slide structures from XLSX and PPTX files into Markdown?

Yes, you can extract tables and slide structures from XLSX and PPTX files into Markdown. The conversion process supports academic workflows including XLSX table ingestion and PPTX slide analysis, transforming structured Office documents into clean Markdown text for downstream analysis.

Does this document conversion tool require Microsoft MarkItDown to function?

Yes, this document conversion tool requires Microsoft MarkItDown as a core dependency to function. It supports optional markitdown-mcp tool integration for MCP-based conversion workflows, and also provides a CLI fallback for straightforward batch or single-file processing.

What is the best way to extract Abstract and Methods sections from a research paper?

The best way to extract Abstract and Methods sections from a research paper is to convert the document to Markdown first. By transforming the PDF into structured Markdown, you enable the agent to isolate specific sections and generate a study summary with integrated citations.

What file formats are supported for converting documents to Markdown?

Supported file formats for converting documents to Markdown include PDF, DOCX, PPTX, XLSX, HTML, CSV, JSON, XML, and images. These formats are processed into Markdown text suitable for LLM consumption, preserving structural elements like lists and tables when possible.

Can I use local files and HTTP URLs for document conversion to Markdown?

Yes, you can use local files and HTTP URLs for document conversion to Markdown. The Skill accepts local absolute file:// URIs, such as file:///absolute/path/to/paper.pdf, as well as standard HTTP URLs to fetch and convert remote research documents.