A comprehensive suite of tools for programmatically manipulating, extracting, and creating PDF documents at scale.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf-2
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 pdf-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PDF processing skill provides a robust set of utilities for handling complex document workflows. By leveraging top-tier Python libraries and CLI tools, this Openclaw Skills integration allows developers to automate the extraction of text and tables, manage document security, and generate dynamic reports. Whether you are dealing with digital-native documents or scanned images requiring OCR, these Openclaw Skills ensure high-fidelity processing and seamless data integration into your AI agent's environment.
This toolkit synthesizes the power of libraries like pypdf, pdfplumber, and reportlab to provide a unified interface for document management. It is designed for developers who need to bridge the gap between static PDF files and actionable data within their Openclaw Skills ecosystem.
To begin using these Openclaw Skills, you must install the core Python libraries and relevant system-level CLI utilities:
pip install pypdf pdfplumber reportlab pytesseract pdf2image
For enhanced command-line capabilities, ensure poppler-utils and qpdf are installed on your system:
sudo apt-get install poppler-utils qpdf
The Openclaw Skills PDF toolkit organizes data according to the specific extraction or generation task as outlined below:
| Component | Data Structure | Description |
|---|---|---|
| Metadata | Dictionary | Key-value pairs containing Title, Author, Subject, and Creator metadata. |
| Tables | List of Lists | Tabular data extracted from pages, easily convertible to Pandas DataFrames. |
| Text Content | String | Extracted text available in raw format or with layout preservation. |
| Page Assets | Binary/Image | Extracted images and visual elements stored as JPG or PNG. |
| Security | Object | Encryption settings including user/owner passwords and permission flags. |
Loading
A specialized toolset for deploying, configuring, and maintaining OpenClaw instances on remote servers via SSH and tmux.

A specialized toolkit for developing and bundling complex, multi-component React artifacts for Claude.ai using modern web technologies.

Create secure, EIP-712 signed crypto payment and withdrawal links for multi-chain applications.

A high-signal X (Twitter) aggregator that deduplicates For You and Following timelines into a structured, LLM-ready digest.

A foundational boilerplate designed to help developers define custom logic, instructions, and metadata for new AI agent capabilities.

A comprehensive toolkit for automating and testing local web applications using Playwright and integrated server lifecycle management.








































