| name | paperhub-search-paper |
| description | Search a PaperHub workspace by query, tag, or project |
PaperHub Search Paper
Use this skill when the user wants to find papers by topic, tag, project, or metadata already stored in PaperHub.
What this skill does
- Searches titles, authors, abstracts, tags, projects, and notes
- Returns canonical paths and PDF availability
Workflow
- Translate the user request into one or more of:
- Run:
paperhub search-paper --workspace <workspace-path> [--query ...] [--tag ...] [--project ...]
- Return:
- matching papers
paper_id
- canonical path
- project membership
- tags
- PDF availability
Operational rules
- Use search before organize/read/tag commands when the user did not provide a
paper_id.
- Present results as papers, not as raw JSON blobs.