Loading...
Loading...
Found 10 Skills
Manipulate PDF documents programmatically. Merge, split, rotate, and watermark PDFs. Extract text and metadata. Handle form filling and encryption/decryption.
Handle PDF manipulation, form filling, text/table extraction, and high-fidelity generation. Use for professional PDF reports, merging documents, and automated form processing. Use proactively when visual quality and verification are critical. Examples: - user: "Fill this PDF form and verify" -> populate fields and inspect images - user: "Merge these reports and add a watermark" -> use pypdf - user: "Extract this complex table to Excel" -> use pdfplumber for layout preservation
Monta PDFs finalizados com capa para o VDE Concursos via Claude Code (terminal). Use esta skill sempre que o usuário fornecer um link de pasta do Google Drive de uma disciplina e pedir para montar, gerar, processar ou exportar os PDFs com capa — mesmo que não use essas palavras exatas. Frases como "monta os PDFs da disciplina X", "processa a pasta de Direito Civil", "gera os materiais finalizados" ou "coloca a capa nos docs" devem sempre acionar esta skill. Requer gws CLI autenticado e pypdf. Versão para Claude Code: usa bash puro, sem osascript.
PDF text extraction, form filling, and merging using pypdf and pdfplumber.
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction. Originally from OpenAI's curated skills catalog.
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, handle forms and metadata. Supports pdf-lib/pdfkit (Node.js) and pypdf/pdfplumber/ReportLab (Python).
Download, split, and deeply read academic PDFs for teaching preparation or research. Works with Cowork to split PDFs into 4-page chunks, read in batches, and produce structured reading notes on research methodology and contributions.
Manipulate PDF files — extract text, count pages, render thumbnails, merge or split documents. Use for PDF-specific operations that don't fit `markdown-converter` (general read) or `pandic-office` (write from markdown).
Straightforward text extraction from document files (text-based PDF only for now, no OCR or docx). Use when you just need to read/extract text from binary documents.