โ† All skills
Tencent SkillHub ยท Developer Tools

Markdown Anything

Convert PDF, DOCX, XLSX, PPTX, images, audio, and 25+ file formats to clean Markdown using the Markdown Anything API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert PDF, DOCX, XLSX, PPTX, images, audio, and 25+ file formats to clean Markdown using the Markdown Anything API.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/credits.sh, scripts/convert.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Markdown Anything

Convert files to clean, structured Markdown using the Markdown Anything API. Supports PDF, DOCX, XLSX, PPTX, images, audio, and 25+ formats.

Setup

Set your API token as an environment variable. Get one from Settings > API Tokens in your Markdown Anything workspace. MDA_API_TOKEN=mda_your_token_here

When to Use

Use the mda-convert tool when the user asks to: Convert a file to Markdown Extract text from a PDF, document, image, or audio file Turn a document into Markdown for use in a prompt or workflow

mda-convert

Converts a file to Markdown. Run scripts/convert.sh with the file path as the first argument. Arguments: $1 โ€” Path to the file to convert Optional environment variables: MDA_ENHANCED_AI=true โ€” Use Enhanced AI for scanned documents, images, and audio (costs extra credits) MDA_INCLUDE_METADATA=true โ€” Include document metadata in the response MDA_OPTIMIZE_TOKENS=true โ€” Optimize output for LLM token efficiency Example: scripts/convert.sh /path/to/document.pdf The tool outputs the converted Markdown to stdout.

mda-credits

Check your remaining credit balance. Run scripts/credits.sh with no arguments. Example: scripts/credits.sh

Security & Privacy

Files are sent to https://markdownanything.com/api/v1/convert for processing Your API token is sent via the Authorization header No data is stored locally beyond the conversion result See Markdown Anything Privacy Policy for data handling details

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/convert.sh Scripts
  • scripts/credits.sh Scripts