Skip to main content

/plugin:search - Enterprise Search Plugin Commands

Enterprise knowledge search workflows powered by Anthropic's enterprise-search plugin.

Usage

/plugin:search <command> [options] [arguments]
/plugin:search --help # Show this help
/plugin:search <command> --help # Command-specific help

Commands

CommandDescriptionAlias
knowledgeSearch enterprise knowledge base/search:kb
documentsSearch and retrieve documents/search:docs

Command Details

knowledge

/plugin:search knowledge "<query>"
/plugin:search knowledge --help

Options:
--query Search query
--sources Source systems: confluence, notion, sharepoint, google-drive
--type Content type: wiki, document, ticket, email
--date-range Filter by date: last-week, last-month, last-year, custom
--limit Maximum results (default: 20)
--summarize Summarize results

Example:

/plugin:search knowledge "API authentication best practices" --sources confluence,notion --summarize

documents

/plugin:search documents "<query or filter>"
/plugin:search documents --help

Options:
--query Search query
--path Document path or folder
--format File format: pdf, docx, md, pptx
--author Filter by author
--modified Modified date filter
--extract Extract specific sections

Example:

/plugin:search documents "quarterly business review" --format pptx --modified last-month

Search Operators

Supported search operators for advanced queries:

OperatorExampleDescription
"...""exact phrase"Exact phrase match
ANDapi AND securityBoth terms required
ORpolicy OR guidelineEither term
NOTreport NOT draftExclude term
site:site:confluenceSource filter
type:type:pdfFormat filter
author:author:jsmithAuthor filter
date:date:2026-01Date filter

Connectors (Optional)

ConnectorEnhancement
ConfluenceWiki content
NotionWorkspace documents
SharePointMicrosoft ecosystem
Google DriveGoogle Workspace
BoxEnterprise content
ElasticsearchCustom search index

CODITECT Enhancements

  • Memory Integration: /cxq provides local context search alongside enterprise search
  • Track Alignment: Maps to Track J (Memory Intelligence)
  • Semantic Search: Combines keyword and semantic matching

Search Architecture

Query → Semantic Embedding → Multi-Source Search → Ranking → Results

┌───────┴───────┐
↓ ↓
Confluence Notion
↓ ↓
SharePoint Google Drive

Track: H (Framework Autonomy) Task ID: H.21.17