ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pdf Text Extract

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/pdf-text-extract
Or

PDF Text Extract

Extract clean, readable text from any PDF file directly from the command line. This tool uses PyPDF2 to parse and output text in reading order—perfect for converting reports, articles, or forms into plain text for processing, summarizing, or archiving.

Usage

Extract text to terminal:

python pdf_text_extract.py document.pdf

Extract text to a file:

python pdf_text_extract.py document.pdf -o output.txt

Price

$2.50

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-pdf-text-extract": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.