pdf-reader
Installation
SKILL.md
PDF Reader Skill
Description
This skill allows you to extract and read text content from PDF files using pypdf.
Usage
To read a PDF file, execute the following command using uv:
XDG_CACHE_HOME=/tmp/.cache UV_CACHE_DIR=/tmp/.uv-cache \
uv run --with pypdf python3 ~/deploy/configs/llm/skills/pdf-reader/scripts/read_pdf.py <path_to_pdf> [--pages <number_of_pages>]