npx claudepluginhub sdemyanov/retrieverThis skill uses the workspace's default tool permissions.
> Operates under `retriever:routing`. If the user's intent actually fits a different tier — another `retriever:*` skill, a Tier 2 slash, a Tier 3 `tools.py` subcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Searches Retriever collection for documents, emails, chats, files, attachments using keywords, sender, recipient, date, type, Bates range filters or /search slash commands. Returns rendered table output.
Searches 240M+ academic works via OpenAlex with filters by year/type, sorting by relevance/citations/year, optional web search for recent advances, and save to file. For quick literature discovery.
Share bugs, ideas, or general feedback.
Operates under
retriever:routing. If the user's intent actually fits a different tier — anotherretriever:*skill, a Tier 2 slash, a Tier 3tools.pysubcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Read search-strategy.md before presenting search results or constructing filters.
--filter "<expression>" filters over tuple-style field/operator/value input.production_name, is_attachment, and has_attachments.date_created desc with nulls last for browse/filter-only views.--filter, --sort, --order, --page, --per-page, --columns, and --mode.--page 1 --per-page N; do not invent --limit.date_created; do not invent variants like created_date./search, /bates, /filter, /dataset, /from-run, /scope, /sort, /page, /next, /previous, /page-size, and /columns./scope, /dataset, /sort, /page, /page-size, and /columns.list subcommands for discoverability: /scope list, /dataset list, /sort list, and /columns list.content_type, title, author, date_created, and control_number./search table output, not as permission to improvise a custom list format./page-size, /columns, and /sort state apply, then forward the tool's rendered_markdown as the entire reply. Do not add any text before or after the table./page-size when showing document rows unless the user explicitly asks for more or changes the page size.control_number items when they support the conclusion./search schema unless the user asked for another layout.Title cell is always the clickable cell in the standard format; do not create a separate Link column.control_number is present in the active column set, keep it in its own column rather than embedding it in the title link.--verbose only when you need attachment child rows, alternate preview targets, or extended metadata that compact mode omits.