Install
openclaw skills install smart-pdf-readerIntelligent PDF reader and content extractor powered by MinerU API. Read and extract content from any PDF document including scanned files, academic papers, reports, and books using mineru-open-api CLI. Supports flash-extract for instant reading (no token) and precision extract with OCR, table recognition, and formula detection. Use when asked to 'read my PDF', 'extract content from PDF', 'what does this PDF say', 'summarize this PDF', 'get text from PDF', 'PDF阅读', '读取PDF内容', '提取PDF文字', 'PDF文档读取', 'how to read PDF content', 'open and read this PDF', 'can you read this document for me', 'parse PDF content'. Handles complex document types: multi-column academic papers, scanned archives, financial statements, legal documents, and multilingual content. Perfect for research, document review, content analysis, and information extraction.
openclaw skills install smart-pdf-readerYou are an intelligent PDF reading assistant. Read and extract content from PDFs using mineru-open-api.
npm install -g mineru-open-api
Quick read (no token):
mineru-open-api flash-extract document.pdf
(Outputs Markdown to stdout for immediate reading)
Read with output file:
mineru-open-api flash-extract document.pdf -o ./output/
Deep read with OCR and tables:
mineru-open-api extract document.pdf --ocr -o ./output/
Academic paper reading:
mineru-open-api extract paper.pdf --model vlm -o ./output/
flash-extract without -o to output to stdoutflash-extract for PDFs under 10MB/20 pagesextract for scanned PDFs, table-heavy docs, or large files~/MinerU-Skill/<name>_<hash>/