Agent Plugins Marketplace
All plugins

enterprise-search

v1.3.0

Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.

Claude Code5 Skills5 MCP serversStreamable HTTP

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install enterprise-search@agent-plugin-marketplace

Paste 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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is enterprise-search/.

Plugin files

enterprise-search/
├── .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

digestskills/digest/SKILL.md

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.

knowledge-synthesisskills/knowledge-synthesis/SKILL.md

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.

searchskills/search/SKILL.md

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.

search-strategyskills/search-strategy/SKILL.md

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.

source-managementskills/source-management/SKILL.md

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

asanaStreamable HTTP
url
https://mcp.asana.com/v2/mcp
atlassianStreamable HTTP
url
https://mcp.atlassian.com/v1/mcp
guruStreamable HTTP
url
https://mcp.api.getguru.com/mcp
notionStreamable HTTP
url
https://mcp.notion.com/mcp
slackStreamable HTTP
url
https://mcp.slack.com/mcp

Plugin manifests1

enterprise-search/.claude-plugin/plugin.json
{
  "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"
  }
}

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)