Toolverse
All skills

mineru-pdf

by openclaw

Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output folders; supports table/image extraction.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

Parse PDFs locally (CPU) into Markdown/JSON using MinerU. Assumes MinerU creates per‑doc output folders; supports table/image extraction.

How to use

  1. Upewnij się, że MinerU jest zainstalowany na twoim systemie oraz że umiejętność mineru-pdf jest dostępna w twoim środowisku agenta.

  2. Przygotuj ścieżkę do pliku PDF, który chcesz przetworzyć. Plik musi być dostępny lokalnie na dysku.

  3. Uruchom skrypt parsowania z katalogu umiejętności, podając ścieżkę do pliku: ./scripts/mineru_parse.sh /ścieżka/do/pliku.pdf. Domyślnie wynik zostanie zapisany w formacie Markdown w folderze ./mineru-output/.

  4. Jeśli chcesz zmienić format wyjścia na JSON, dodaj flagę --format json: ./scripts/mineru_parse.sh /ścieżka/do/pliku.pdf --format json.

  5. Aby ekstrahować tabele i obrazy z dokumentu, użyj flag --tables --images: ./scripts/mineru_parse.sh /ścieżka/do/pliku.pdf --tables --images. Możesz połączyć te flagi z wyborem formatu.

  6. Sprawdź folder wyjściowy – MinerU automatycznie utworzy podfolder o nazwie opartej na nazwie dokumentu (np. ./mineru-output/nazwa_pliku/), w którym znajdziesz przetworzony plik Markdown lub JSON oraz ekstrahowane zasoby.

Related skills

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218