markdown-converter

Convert documents and media into Markdown for LLM processing.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill markdown-converter-sensetime-fvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/markdown-converter
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill markdown-converter-sensetime-fvg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts diverse documents and media into clean, structured Markdown so users can ingest content into LLMs or analysis pipelines without manual reformatting or data loss.

Core Features & Use Cases

  • Supports PDFs, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images (with OCR and EXIF), audio (with transcription), ZIP archives, YouTube URLs, and EPUBs for broad ingestion needs.
  • Preserves document structure such as headings, tables, lists and links, accepts MIME/extension hints, supports Azure Document Intelligence for improved extraction, and can list or enable plugins for extended handling.
  • Use Case: Batch-convert research papers, reports, and slides into Markdown for summarization, semantic search indexing, or fine-tuning datasets.

Quick Start

Convert the file report.pdf to Markdown and save the output as report.md.

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 to Markdown for LLM ingestion?

To convert PDF to Markdown, this tool processes files and preserves headings, tables, lists, and links, outputting clean text directly to stdout or a .md file for immediate LLM ingestion.

Can I extract text from images and audio into Markdown?

Yes, you can extract text from images using OCR and from audio via transcription, converting both media types into structured Markdown suitable for downstream text analysis.

Does this document conversion method support Word, PowerPoint, and Excel files?

Yes, this document conversion method supports Word, PowerPoint, and Excel files, transforming their original structure into clean Markdown without manual reformatting or data loss.

What is the best way to convert YouTube URLs and EPUBs to Markdown?

The best way to convert YouTube URLs and EPUBs to Markdown is using a batch conversion tool that ingests these formats directly and preserves their content structure for indexing.

Does this Markdown converter support Azure Document Intelligence?

Yes, this Markdown converter supports Azure Document Intelligence integration to improve extraction quality from complex documents like PDFs and images during the file processing workflow.