/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
| Command | Description | Alias |
|---|---|---|
knowledge | Search enterprise knowledge base | /search:kb |
documents | Search 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:
| Operator | Example | Description |
|---|---|---|
"..." | "exact phrase" | Exact phrase match |
AND | api AND security | Both terms required |
OR | policy OR guideline | Either term |
NOT | report NOT draft | Exclude term |
site: | site:confluence | Source filter |
type: | type:pdf | Format filter |
author: | author:jsmith | Author filter |
date: | date:2026-01 | Date filter |
Connectors (Optional)
| Connector | Enhancement |
|---|---|
| Confluence | Wiki content |
| Notion | Workspace documents |
| SharePoint | Microsoft ecosystem |
| Google Drive | Google Workspace |
| Box | Enterprise content |
| Elasticsearch | Custom search index |
CODITECT Enhancements
- Memory Integration:
/cxqprovides 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