lore-semantic-search

Enable semantic search over knowledge bases via MCP or HTTP endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lorehq/lore --skill lore-semantic-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lore-semantic-search
Source: https://github.com/lorehq/lore/tree/main/.lore/harness/skills/lore-semantic-search
Command: npx skills add https://github.com/lorehq/lore --skill lore-semantic-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently locate relevant information in large knowledge bases by using semantic search, reducing manual document sifting and speeding up decision making.

Core Features & Use Cases

  • Semantic search across the knowledge base, providing relevant results and contextual snippets.
  • MCP-based integration when available for unified search and path resolution.
  • Fallback HTTP endpoints for environments without MCP support, ensuring reliable access.

Quick Start

Query the knowledge base using semantic search to retrieve the most relevant results.

Frequently Asked Questions about lore-semantic-search

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

FAQPage Schema
How does semantic search over a local knowledge base work?

Semantic search over a local knowledge base works by matching query intent to return relevant documents and contextual snippets, reducing manual sifting and speeding up decision making in large datasets.

Can I perform semantic search via HTTP endpoints without MCP support?

Yes, you can perform semantic search via direct HTTP endpoints as a fallback for environments without MCP support, ensuring reliable access to query results and contextual snippets.

How do I integrate semantic search into an MCP-enabled environment?

To integrate semantic search into an MCP-enabled environment, use the available MCP-based integration for unified search and path resolution to retrieve relevant documents and snippets.

What happens to semantic search queries when the local sidecar is unavailable?

When the local sidecar is unavailable, semantic search applies safe fallback behavior to maintain stability, while still satisfying query parameter handling and health check requirements.

Does semantic search support query parameter handling and health checks?

Yes, semantic search explicitly satisfies requirements for query parameter handling and health checks across both local MCP-enabled environments and direct HTTP endpoint integrations.