PDF Explore

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 Runtime Sidecar exec line that `use_skill` appends. For PDF creation/manipulation, use reportlab/pypdf directly.

xuzhougeng e296ea3 2 files · 18.5 KB Updated

File contents

xuzhougeng/wisp-science commit e296ea3c52

Frequently asked questions

npx skillmds add xuzhougeng/pdf-explore