enterprise-search

Search enterprise knowledge indexes with permission-aware filtering and cursor pagination.

37|13|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/anthropics/claude-tag-plugins --skill enterprise-search-anthropics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enterprise-search
Source: https://github.com/anthropics/claude-tag-plugins/tree/main/enterprise-search/skills/enterprise-search
Command: npx skills add https://github.com/anthropics/claude-tag-plugins --skill enterprise-search-anthropics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you find and use the right company-specific information quickly when the answer lives in internal documents, tickets, or other connected sources instead of public knowledge.

Core Features & Use Cases

  • Unified enterprise search: Search across connected company systems with ranked results and permission-aware filtering.
  • Read and validate sources: Open the full text of promising documents so you can verify facts before answering.
  • Feedback loop: Record which results were useful so future searches improve.
  • Use case: Start with an internal policy question, locate the authoritative document, and then trace related project decisions or supporting references without hopping across tools manually.

Quick Start

Ask the assistant to search the enterprise knowledge index for your topic, read the best matching documents, and summarize the answer with sources.

Frequently Asked Questions about enterprise-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search internal company documents and policies across multiple systems at once?

Enterprise search unifies queries across connected company systems to surface ranked internal documents, decisions, and policies with permission-aware filtering. It retrieves full text so you can verify facts before generating answers.

What is the best way to find authoritative internal knowledge before answering company-specific questions?

Start with enterprise search to retrieve ranked results from your knowledge index, read the best matching documents, and summarize the answer with sources. This prevents manual hopping across individual tools during research workflows.

Does enterprise search respect permissions when retrieving internal docs?

Enterprise search applies permission-aware filtering to ensure users only retrieve internal documents they are authorized to access. This permission boundary remains enforced across all connected datasources during knowledge retrieval.

How do I filter enterprise search results by datasource and handle large result sets?

Enterprise search supports datasource filtering and cursor pagination to manage large result sets across connected knowledge sources. You can narrow results to specific platforms and paginate through them reliably.

Can I record relevance feedback to improve future internal document searches?

Enterprise search includes a feedback loop that records which retrieved documents were useful. This relevance feedback is applied to improve the ranking of future searches across the company knowledge index.

Do I need curl and jq to use enterprise search for knowledge retrieval?

Yes, the enterprise search skill requires curl and jq as dependencies to execute search queries and parse JSON responses from the knowledge index. These tools handle the API requests and data extraction.