Overview
- Skill Key
- adiologydev/markdown-anything
- Author
- adiologydev
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adiologydev/markdown-anything
- Latest Commit SHA
- 81bd8f53f4178a9ec6da22cf85079a8d36b2431c
Convert PDF, DOCX, XLSX, PPTX, images, audio, and 25+ file formats to clean Markdown using the Markdown Anything API.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 markdown-anything 技能。 若已安装,则直接安装 markdown-anything 技能。
# Markdown Anything Convert files to clean, structured Markdown using the [Markdown Anything](https://markdownanything.com) 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](https://markdownanything.com/workspaces). ``` 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 ## Tools ### 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](https://markdownanything.com/privacy) for data handling details
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".