skills/pdf/SKILL.md
Use this skill whenever PDF files are created, read, merged, split, transformed, OCR-processed, or data-extracted.
npx skillsauth add drpedapati/sciclaw pdfInstall 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.
Source: https://github.com/anthropics/skills/tree/main/skills/pdf
Use this skill whenever PDF artifacts are involved.
from pypdf import PdfReader
reader = PdfReader("document.pdf")
print(len(reader.pages))
development
Get current weather and forecasts (no API key required).
tools
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
content-media
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
data-ai
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.