A high-performance skill for extracting text, tables, and structured data from PDF files using PyMuPDF.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install extract-pdf-text
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install extract-pdf-text using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Extract PDF Text skill leverages the power of PyMuPDF (fitz) to provide a robust framework for PDF text extraction. It is designed for developers and AI agents who need to handle text-based documents, scanned images, and complex layouts locally. By integrating this into Openclaw Skills, users benefit from lightning-fast extraction speeds and a privacy-first approach that ensures no data leaves the local machine during processing.
To use this within the Openclaw Skills framework, you must first install the required Python dependency:
pip install PyMuPDF
Once installed, you can import the library as fitz to begin processing documents locally.
The skill organizes extracted content into a structured format for easy parsing. Below is the typical schema for extracted results:
| Field | Type | Description |
|---|---|---|
page |
integer | The page number (1-indexed) |
text |
string | The raw text content extracted from the page |
method |
string | The method used (e.g., text or needs_ocr) |
word_count |
integer | Total words detected across the entire document |
content |
list | An array of page objects containing text and metadata |
For complex layouts, the skill can export a structured dict including font sizes and span types.
Loading
An adaptive communication skill that allows AI agents to learn and refine their explanation styles, formats, and depth based on human interaction patterns.

A comprehensive relocation co-pilot for managing international moves, tracking visa timelines, and organizing essential documentation.

An AI-powered study assistant that transforms raw notes and documentation into comprehensive exam preparation materials.

A comprehensive local workspace for tracking personal events, professional conferences, and guest lists using an AI agent.

A structured AI framework for managing household operations, family schedules, and care routines while maintaining strict privacy boundaries.

A personal AI stylist designed to provide body-aware outfit advice, decode complex dress codes, and optimize shopping habits based on real-world constraints.








































