Convert documents to Markdown via the MinerU MCP server (mineru-converter). Supports both URLs and local file paths. Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML. Use when the user wants to: (1) convert a file or URL to Markdown, (2) extract text/tables/formulas from a document, (3) parse or read a PDF/DOC/PPT/image, (4) analyze document content, or (5) OCR an image or scanned PDF. This skill handles both local files and URLs. For URL-only conversion via the Smithery-deployed TypeScript server, use the mineru-convert skill instead.
$npx -y skills add avatarganymede/mineru-mcp --skill convert-to-markdownInstalls into the current project.
Run `npx skills use "https://github.com/avatarganymede/mineru-mcp" --skill "avatarganymede/mineru-mcp/convert-to-markdown"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/avatarganymede/mineru-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/avatarganymede/mineru-mcp"` and select the relevant skills, then follow their instructions.