From pdf-viewer
Opens a PDF document in the interactive viewer for visual reading. Accepts a file path or URL; if omitted, lists available PDFs first.
How this command is triggered — by the user, by Claude, or both
Slash command
/pdf-viewer:open [path-or-url]The summary Claude sees in its command listing — used to decide when to auto-load this command
> If you need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md).
# Open PDF
Display a PDF document in the live viewer. Use this when the user wants
to **see** a document — not just extract its text.
## Instructions
1. If the user provides a URL or file path, call `display_pdf` with it
2. If no path given, call `list_pdfs` first to show available documents
3. After displaying, offer next steps based on the document type:
- **Contract / report** → "Want me to highlight key sections or add
review notes?"
- **Form** → "This has fillable fields — shall I he...If you need to check which tools are connected, see CONNECTORS.md.
Display a PDF document in the live viewer. Use this when the user wants to see a document — not just extract its text.
display_pdf with itlist_pdfs first to show available documentsarxiv.org/abs/... auto-converts to PDF URL)If the user just wants a summary or text extraction, do not open the viewer — use Claude's native Read tool on the PDF path instead. The viewer is for interactive, visual workflows.
npx claudepluginhub p/codebmn17-pdf-viewer-pdf-viewer25plugins reuse this command
First indexed Mar 28, 2026
Showing the 6 earliest of 25 plugins
/openOpens a PDF document in the interactive viewer for visual reading. Accepts a file path or URL; if omitted, lists available PDFs first.
/previewLaunches an interactive preview session for iterating on document designs. Sets up a local HTTP server, playground wrapper with control panel, and opens it in a Playwright browser.
/documentAudits Word, Excel, PowerPoint, and PDF files for accessibility compliance, identifying issues and suggesting fixes.
/q-screenshotsExtracts URLs from a report file, captures full-page PDF screenshots of each via Chrome, and saves them alongside an updated report appendix.
/openOpens .drawio files in draw.io desktop app (with OS detection) or browser fallback. Supports page selection, file watching, custom editor paths.