markdown-converter

Convert binary documents into clean Markdown using the markitdown Python tool.

1.3k|179|Updated Feb 3, 2025
One-click install
npx skills add https://github.com/Team-Commonly/commonly --skill markdown-converter-team-commonly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/Team-Commonly/commonly/tree/main/backend/commonly-bundled-skills/markdown-converter
Command: npx skills add https://github.com/Team-Commonly/commonly --skill markdown-converter-team-commonly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert binary documents into readable Markdown to enable reliable ingestion by AI models and assistants.

Core Features & Use Cases

  • Binary-to-Markdown Conversion: Transform PDFs, Word, spreadsheets, HTML, EPUB, images (with OCR), and more into clean Markdown suitable for context windows.
  • Cross-format Support: Handles a broad spectrum of binary inputs and preserves structure, headings, lists, and tables where possible.
  • Use Case: When a user uploads a binary report, the skill outputs ready-to-consume Markdown, enabling quick summarization and Q&A.

Quick Start

Attach a binary document and convert it to clean, LLM-friendly Markdown for AI analysis.

Frequently Asked Questions about markdown-converter

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

FAQPage Schema
How do I convert PDF and DOCX files to Markdown for AI input?

Converting binary files like PDF and DOCX to Markdown for AI input is done by extracting text and structure into a clean format. This tool transforms attached documents into ready-to-consume Markdown suitable for language model context windows.

Can I extract text from images using OCR for LLM ingestion?

Yes, you can extract text from images using OCR for LLM ingestion. The conversion process supports image files, applying OCR to render the visual text into clean Markdown that language models can reliably read and process.

How do I prepare binary documents for AI summarization and Q&A?

To prepare binary documents for AI summarization, you convert them into clean Markdown. This enables reliable ingestion by language models, allowing agents to quickly process the attached reports for downstream summarization and Q&A tasks.

Does converting HTML to Markdown preserve document structure?

Yes, converting HTML to Markdown preserves document structure. The extraction process retains headings, lists, and tables where possible, ensuring the converted output maintains the organizational hierarchy of the original binary document.

What is the best way to process EPUB files for language model context windows?

The best way to process EPUB files for language model context windows is converting them into clean Markdown. This extracts the readable text from the binary format, enabling reliable ingestion and analysis by AI assistants.