Skip to content
Business
Command

/open

Open a PDF in the interactive viewer

From plugin
knowledge-work-plugins
24k15 skills5 agents15 commands40 MCP
Install
$ npx -y skills add anthropics/knowledge-work-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/open

Context preview

What this command does when you run it.

Open a PDF in the interactive viewer

Command definition

open.md
description: Open a PDF in the interactive viewer
argument-hint: "[path-or-url]"

> 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 help you fill it?"
  • **Academic paper** → "Shall I walk through and annotate the key

findings?"

Supported Sources

  • Local files (paths or drag-and-drop into your working directory)
  • arXiv (`arxiv.org/abs/...` auto-converts to PDF URL)
  • Any direct HTTPS PDF URL (use the PDF link, not a landing page)

When NOT to use this

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.

Ships withknowledge-work-plugins

Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.

Get the whole plugin

Other commands on knowledge-work-plugins.