A versatile document conversion tool that transforms various file formats into clean Markdown for LLM processing and text analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-converter
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 markdown-converter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Markdown Converter is a robust utility designed to bridge the gap between proprietary document formats and AI-friendly text. By leveraging the markitdown library via uvx, this skill allows users to transform everything from complex PDFs and Excel spreadsheets to media files with EXIF data into Markdown. It is an essential component for Openclaw Skills users who need to prepare diverse datasets for LLM analysis, search indexing, or structured documentation workflows.
This skill is particularly powerful because it preserves the logical structure of the source material—including headings, tables, and lists—ensuring that the semantic meaning of the document remains intact after conversion. Whether you are dealing with legacy Word documents, PowerPoint presentations, or even YouTube URLs, this tool provides a unified path to high-quality Markdown output.
uvx markitdown command, which handles environment provisioning and dependency management on the fly..md file for immediate use within Openclaw Skills workflows.To utilize this skill within the Openclaw Skills ecosystem, ensure you have the uv package manager installed. No pre-installation of the converter itself is necessary as it runs via uvx.
# Example: Convert a PDF to Markdown immediately
uvx markitdown input.pdf -o output.md
# Example: Convert a Word document to standard output
uvx markitdown report.docx
The Markdown Converter skill produces standardized Markdown output. It organizes data by mapping source document elements to their Markdown equivalents as follows:
| Source Element | Markdown Mapping |
|---|---|
| Headings | H1 through H6 (# to ######) |
| Lists | Unordered (-) and Ordered (1.) lists |
| Tables | GitHub Flavored Markdown (GFM) tables |
| Links | Standard Markdown links text |
| Images | Alt text and extracted EXIF metadata |
| Excel/CSV | Formatted Markdown tables |
| Media | Transcriptions and metadata summaries |
Loading
A local API proxy that enables AI agents to search for venues and resolve geographic locations via the Google Places API.

A comprehensive guide for profiling native Apple platform applications using xctrace and the Instruments suite to eliminate performance bottlenecks.

A command-line interface for macOS that enables AI agents and developers to interact with iMessage and SMS services programmatically.

A modern command-line interface for the Google Places API (New) that provides both human-readable and JSON-structured location data.

A CLI utility for interacting with Model Context Protocol (MCP) servers, allowing direct tool execution, authentication, and code generation.

A Python-based utility to parse CodexBar CLI data and summarize costs by specific AI models for granular budget tracking.








































