install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/albionaiinc-del/pdf-text-extract" ~/.claude/skills/openclaw-skills-pdf-text-extract && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/albionaiinc-del/pdf-text-extract" ~/.openclaw/skills/openclaw-skills-pdf-text-extract && rm -rf "$T"
manifest:
skills/albionaiinc-del/pdf-text-extract/SKILL.mdsource content
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