993★by xejrax
pdf-extract – OpenClaw Skill
pdf-extract is an OpenClaw Skills integration for data analytics workflows. Extract text from PDF files for LLM processing
Skill Snapshot
| name | pdf-extract |
| description | Extract text from PDF files for LLM processing OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/pdf-extract |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/pdf-extract |
| last updated | Feb 7, 2026 |
Maintainer

name: pdf-extract description: "Extract text from PDF files for LLM processing" metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["pdftotext"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "poppler-utils", "bins": ["pdftotext"], "label": "Install via dnf", }, ], }, }
PDF Extract
Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.
Commands
# Extract all text from a PDF
pdf-extract "document.pdf"
# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5
Install
sudo dnf install poppler-utils
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install pdf-extract?
Run openclaw add @xejrax/pdf-extract in your terminal. This installs pdf-extract into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/pdf-extract. Review commits and README documentation before installing.
