tests/modules/programs/gemini-cli/skills/pdf-processing/SKILL.md
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
npx skillsauth add nix-community/home-manager pdf-processingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use pdfplumber to extract text from PDFs:
import pdfplumber
with pdfplumber.open("document.pdf") as pdf:
text = pdf.pages[0].extract_text()
documentation
Create consistent releases and changelogs
content-media
Handling xlsx files correctly
data-ai
Do some data analysis
testing
Example skill for tests.