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 Anthropic25.5k GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install enterprise-search for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install enterprise-search@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is enterprise-search/.
Plugin files
├── .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
Included 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
Plugin 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"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[enterprise-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/enterprise-search)