enterprise-search
v1.3.0Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.
by Anthropic23.4kupdated 37 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is enterprise-search/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/digest/SKILL.md├── skills/knowledge-synthesis/SKILL.md├── skills/search/SKILL.md├── skills/search-strategy/SKILL.md├── skills/source-management/SKILL.md└── .mcp.json
Skills5
Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.
Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.
Search across all connected sources in one query. Trigger with "find that doc about...", "what did we decide on...", "where was the conversation about...", or when looking for a decision, document, or discussion that could live in chat, email, cloud storage, or a project tracker.
Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into source-specific syntax, ranks results by relevance, and handles ambiguity and fallback strategies.
Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.
MCP servers5
- url
- https://mcp.asana.com/v2/mcp
- url
- https://mcp.atlassian.com/v1/mcp
- url
- https://mcp.api.getguru.com/mcp
- url
- https://mcp.notion.com/mcp
- url
- https://mcp.slack.com/mcp
Manifests1
{
"name": "enterprise-search",
"version": "1.3.0",
"description": "Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.",
"author": {
"name": "Anthropic"
}
}