# Send Markdown Anything to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "markdown-anything",
    "name": "Markdown Anything",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/adiologydev/markdown-anything",
    "canonicalUrl": "https://clawhub.ai/adiologydev/markdown-anything",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/markdown-anything",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markdown-anything",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/credits.sh",
      "scripts/convert.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "markdown-anything",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T07:29:37.895Z",
      "expiresAt": "2026-05-12T07:29:37.895Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markdown-anything",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markdown-anything",
        "contentDisposition": "attachment; filename=\"markdown-anything-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "markdown-anything"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/markdown-anything"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/markdown-anything",
    "downloadUrl": "https://openagent3.xyz/downloads/markdown-anything",
    "agentUrl": "https://openagent3.xyz/skills/markdown-anything/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markdown-anything/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markdown-anything/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: adiologydev
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T07:29:37.895Z
- Expires at: 2026-05-12T07:29:37.895Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/markdown-anything)
- [Send to Agent page](https://openagent3.xyz/skills/markdown-anything/agent)
- [JSON manifest](https://openagent3.xyz/skills/markdown-anything/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/markdown-anything/agent.md)
- [Download page](https://openagent3.xyz/downloads/markdown-anything)