A high-performance conversion tool that turns PDFs, Office documents, images, and audio into LLM-ready Markdown.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-anything
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-anything using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Markdown Anything is a powerful utility designed for Openclaw Skills users who need to bridge the gap between static documents and AI-ready text. By leveraging the Markdown Anything API, this skill allows developers to convert over 25 file formats—including complex PDFs, DOCX files, spreadsheets, and even audio—into clean, structured Markdown text.
This skill ensures that context-heavy documents can be easily digested by LLMs for better reasoning and prompt engineering. It provides a streamlined interface for local conversion scripts, allowing agents to automate the extraction of data from unstructured sources without manual copy-pasting. Whether you are dealing with scanned images or multi-page reports, this integration maintains the semantic structure of your content for optimal performance in any Openclaw Skills environment.
To get started with this skill, you must obtain an API token from your Markdown Anything workspace. Set the token as an environment variable in your terminal:
export MDA_API_TOKEN=mda_your_token_here
Ensure the scripts in the directory are executable. You can then run conversions directly using the provided shell script:
scripts/convert.sh /path/to/your/document.pdf
You can also check your remaining credit balance at any time:
scripts/credits.sh
The skill operates on a request-response model via the API. The output is structured to be compatible with Openclaw Skills workflows.
| Feature | Description |
|---|---|
| Input Formats | PDF, DOCX, XLSX, PPTX, JPG, PNG, MP3, and 25+ others. |
| Output Format | Clean, LLM-optimized Markdown string. |
| Metadata | Optional JSON-like metadata block included if MDA_INCLUDE_METADATA is enabled. |
| Token Efficiency | Minimized whitespace and optimized structure for LLM context windows. |
Loading
A location-intelligence skill providing geocoding and routing capabilities without requiring external API keys.

A comprehensive toolset for converting web pages to LLM-friendly markdown and performing multi-step deep research.

A suite of automation skills that allow AI agents to control macOS via Accessibility APIs, handling everything from window management to OCR-based interactions.

Generate single-use virtual credit cards on the fly to complete secure online payments during automated agent tasks.

Connect your AI agent to Swiggy to automate food delivery, Instamart grocery shopping, and Dineout restaurant bookings in India.

A specialized framework for AI agents to capture, analyze, and promote technical learnings and errors into permanent project memory.








































