From pdf-viewer
Opens a PDF in the interactive viewer from a local path, arXiv link, or URL. Lists available PDFs if no path provided.
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 larkcowork/lark-cowork-plugins --plugin pdf-viewer/openOpens a PDF in the interactive viewer from a local path, arXiv link, or URL. Lists available PDFs if no path provided.
/previewLaunches interactive preview for HTML document editing: starts local HTTP server, sets up control panel, opens wrapper in Playwright browser.
/documentAudits accessibility of Word, Excel, PowerPoint, and PDF documents using the document-accessibility-wizard agent.
/openOpens .drawio files in draw.io desktop app (with OS detection) or browser fallback. Supports page selection, file watching, custom editor paths.
/convert-to-pdfConverts markdown files to professionally formatted PDFs using pandoc and wkhtmltopdf. Accepts optional custom output path.
/pdf-researchIndexes PDFs using LightRAG for semantic search in hybrid/local/global/naive modes, checks index status, and configures directories.