read-pdf
Overview
Extract text from PDF files using uvx pdfplumber. No package installation required — uvx runs directly from PyPI.
First usage
Before running any command, verify uvx is available:
uvx --version
If not installed, install uv first: curl -LsSf https://astral.sh/uv/install.sh | sh
Quick reference
# Text from all pages
uvx pdfplumber file.pdf --format text
More from cauethenorio/skillbox
browse
Use when needing to automate browser interactions, navigate websites, fill forms, take screenshots, extract data from web pages, or manage browser sessions via Playwright
2clean-commit
Create clean, atomic commits following project conventions. Use when committing code changes, staging files, or writing commit messages.
2managing-todos
Use when needing to capture, list, update, or archive todo items noticed during a session. Also use when you notice something worth fixing later but unrelated to the current task — in that case, ask user before creating.
1read-whatsapp-export
Use when needing to process exported WhatsApp conversations — converts raw exports (zip or folder with _chat.txt) into clean markdown with transcribed voice messages
1