A powerful Microsoft utility for converting complex document formats into clean Markdown for AI consumption.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markitdown
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install markitdown using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
MarkItDown is a versatile Openclaw Skills utility developed by Microsoft that bridges the gap between unstructured document formats and LLM-ready text. By converting everything from PowerPoint presentations and Excel spreadsheets to PDF documents and audio transcriptions into Markdown, it ensures that your AI agents can process structured data accurately. This skill operates locally, leveraging a Python virtual environment to maintain privacy and performance while handling complex OCR and transcription tasks.
This utility is specifically designed to support the development of context-aware agents that need to ingest high-fidelity data from various professional sources. Whether you are dealing with nested tables in Excel or text trapped within images, this tool provides a consistent and readable format for downstream analysis.
To get started with this skill, ensure you have python3 installed. Run the following commands within the skill directory to prepare the environment:
python3 -m venv .venv
.venv/bin/pip install 'markitdown[all]'
For processing audio and video formats, ensure that system-level libraries such as ffmpeg are installed on your host machine.
The skill processes a wide variety of inputs and generates Markdown files with a focus on preserving structural integrity. The following table highlights how data is organized:
| Feature | Supported Formats | Transformation Result |
|---|---|---|
| Office Docs | .pptx, .docx, .xlsx | Markdown headers, lists, and tables |
| PDF Documents | Text extraction with layout preservation | |
| Visual Media | .jpg, .png | OCR text extraction and EXIF metadata |
| Audio/Video | .wav, .mp3, YouTube | Full speech-to-text transcriptions |
| Web/Archives | .html, .epub, .zip | Extraction of internal text content |
Loading
Automate CS2 player statistics retrieval and tactical demo analysis using the Leetify API.

A high-performance local speech-to-text tool for Openclaw Skills featuring GPU acceleration and word-level timestamps.

A robust utility for extracting audio from video URLs and converting it into accurate text or subtitles using local models or cloud services.

A specialized management utility designed to list, categorize, and identify functional overlaps within your library of Openclaw Skills.

An AI-driven research tool that fetches arXiv papers, analyzes their core citations via sub-agents, and compiles a cohesive executive summary.

A comprehensive integration for managing and automating social media content across all major platforms via the PostProxy API.








































