skills$openclaw/pdf-extract
xejrax993

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

993 stars3.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namepdf-extract
descriptionExtract text from PDF files for LLM processing OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/pdf-extract
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/pdf-extract
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains pdf-extract in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
274 B
SKILL.md
829 B
SKILL.md

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
README.md

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.