Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub 8gg-git/knowledge-work-plugins --plugin enterprise-searchHow this command is triggered — by the user, by Claude, or both
Slash command
/enterprise-search:search <query>The summary Claude sees in its command listing — used to decide when to auto-load this command
# Search Command > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). Search across all connected MCP sources in a single query. Decompose the user's question, run parallel searches, and synthesize results. ## Instructions ### 1. Check Available Sources Before searching, determine which MCP sources are available. Attempt to identify connected tools from the available tool list. Common sources: - **~~chat** — chat platform tools - **~~email** — email tools - **~~cloud storage** — cloud storage tools - **~~project tracke...
/SKILLSearches team knowledge across messages, project state, and task history. Compiles relevant context from TeamMCP sources to answer questions.
/searchSearches Glean enterprise knowledge base with a query, showing top relevant results with titles, sources, recency indicators, snippets, and relevance notes.
/memory_searchSearches across all memory systems: roadmap, beads, Claude memories, mem0, Hermes, OpenClaw, wiki, and history.
/searchSearches CORE memory for past conversations, user preferences, project context, and decisions using a provided query. Displays relevant episodes, facts, and timestamps.
/searchSearches issues by text query across title, description, and ID. Supports filters (--status, --label, --assignee, --type, etc.), sorting, limits, and JSON output.
/searchSearches Redpanda Connect components (inputs, outputs, processors, caches, rate-limits, buffers, metrics, tracers) matching the provided description.
Share bugs, ideas, or general feedback.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Search across all connected MCP sources in a single query. Decompose the user's question, run parallel searches, and synthesize results.
Before searching, determine which MCP sources are available. Attempt to identify connected tools from the available tool list. Common sources:
If no MCP sources are connected:
To search across your tools, you'll need to connect at least one source.
Check your MCP settings to add ~~chat, ~~email, ~~cloud storage, or other tools.
Supported sources: ~~chat, ~~email, ~~cloud storage, ~~project tracker, ~~CRM, ~~knowledge base,
and any other MCP-connected service.
Analyze the search query to understand:
from: — Filter by sender/authorin: — Filter by channel, folder, or locationafter: — Only results after this datebefore: — Only results before this datetype: — Filter by content type (message, email, doc, thread, file)For each available source, create a targeted sub-query using that source's native search syntax:
~~chat:
from: maps to sender, in: maps to channel/room, dates map to time range filters~~email:
from: maps to sender, dates map to time range filterstype: to attachment filters or subject-line searches as appropriate~~cloud storage:
~~project tracker:
~~CRM:
~~knowledge base:
Run all sub-queries simultaneously across available sources. Do not wait for one source before searching another.
For each source:
Deduplication:
Ranking factors:
Format the response as a synthesized answer, not a raw list of results:
For factual/decision queries:
[Direct answer to the question]
Sources:
- [Source 1: brief description] (~~chat, #channel, date)
- [Source 2: brief description] (~~email, from person, date)
- [Source 3: brief description] (~~cloud storage, doc name, last modified)
For exploratory queries ("what do we know about X"):
[Synthesized summary combining information from all sources]
Found across:
- ~~chat: X relevant messages in Y channels
- ~~email: X relevant threads
- ~~cloud storage: X related documents
- [Other sources as applicable]
Key sources:
- [Most important source with link/reference]
- [Second most important source]
For "find" queries (looking for a specific thing):
[The thing they're looking for, with direct reference]
Also found:
- [Related items from other sources]
Ambiguous queries: If the query could mean multiple things, ask one clarifying question before searching:
"API redesign" could refer to a few things. Are you looking for:
1. The REST API v2 redesign (Project Aurora)
2. The internal SDK API changes
3. Something else?
No results:
I couldn't find anything matching "[query]" across [list of sources searched].
Try:
- Broader terms (e.g., "database" instead of "PostgreSQL migration")
- Different time range (currently searching [time range])
- Checking if the relevant source is connected (currently searching: [sources])
Partial results (some sources failed):
[Results from successful sources]
Note: I couldn't reach [failed source(s)] during this search.
Results above are from [successful sources] only.