Use this skill when the user has attached a PDF, paper, report, or other document and the answer needs its content: summarize a section, compare sections, read specific pages, check the table of contents, or read a value off a figure. The read tool cannot parse PDF binary — python is the extraction path. Provides pdf_pages (pages as text or rendered PNGs, cached) and pdf_outline (embedded-bookmark TOC) in the persistent python kernel; load them once via the Kernel Sidecar exec line that use_skill appends. For PDF creation/manipulation, use reportlab/pypdf directly.
$npx -y skills add xuzhougeng/wisp-science --skill pdf-exploreInstalls into the current project.
Run `npx skills use "https://github.com/xuzhougeng/wisp-science" --skill "xuzhougeng/wisp-science/pdf-explore"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/xuzhougeng/wisp-science" that are relevant to the current task. Run `npx skills add "https://github.com/xuzhougeng/wisp-science"` and select the relevant skills, then follow their instructions.