A versatile toolkit for programmatic PDF manipulation, extraction, and generation using Python and CLI tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust suite of tools for handling any PDF-related task within your AI agent environment. By integrating libraries like pypdf and pdfplumber, this Openclaw Skills entry enables precise text extraction, layout preservation, and complex table parsing. It is designed for developers who need to automate document processing at scale, whether creating reports from scratch with reportlab or decrypting secured files using qpdf. This resource serves as the definitive guide for managing document lifecycles within Openclaw Skills based environments.
To get started with these Openclaw Skills, install the necessary Python dependencies:
pip install pypdf pdfplumber reportlab pytesseract pdf2image
For CLI-based operations, ensure the required system packages are present:
sudo apt-get install poppler-utils qpdf
The skill organizes data through various object-oriented structures and file outputs:
| Component | Data Type | Description |
|---|---|---|
| Metadata | Dictionary | Contains Title, Author, Subject, and Creator fields. |
| Extracted Text | String | Raw text content, optionally preserving original layout. |
| Tables | List of Lists | Tabular data structured for conversion to CSV or Excel. |
| Page Objects | Object | Individual PDF pages available for rotation or merging. |
| Images | JPEG/PNG | Rasterized assets extracted from document layers. |
Loading
A comprehensive skill for automating email dispatch and management with support for attachments and multiple providers.

Transform static images into 16-frame animated pixel art GIFs using Gemini AI and a single-request sprite sheet generation process.

A secure, one-time-use web interface for entering environment variables and API keys without exposing them to logs or chat history.

Automate the creation of command-line interfaces from OpenAPI and Swagger specifications to simplify AI agent interactions.

A robust, client-server music player skill for AI agents providing full playback control and resource-efficient background execution.

A real-time currency conversion and forex lookup tool powered by QVeris for accurate financial data within your agent workflow.








































