enable-semantic-search

Configure local embedding, reranking, and query expansion models for semantic search.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/hemory/amp --skill enable-semantic-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-semantic-search
Source: https://github.com/hemory/amp/tree/main/.claude/skills/enable-semantic-search
Command: npx skills add https://github.com/hemory/amp --skill enable-semantic-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, sqlite, qmd, and includes scripts (resource) components.

What problem does it solve?

This Skill enables AI-powered semantic search, allowing you to find information based on meaning and concepts, not just keywords.

Core Features & Use Cases

  • Meaning-Based Search: Find related content even with different terminology (e.g., "PLG" finds "product-led growth").
  • Smart Collection Discovery: Automatically identifies relevant sections of your vault (like 'People' or 'Meetings') to create specialized search indexes.
  • Enhanced Skills: Integrates with existing skills like /daily-plan and /meeting-prep to provide richer context.
  • Use Case: Search for "customer churn" and instantly find notes about "retention problems" or "cancellation patterns" without needing the exact phrase.

Quick Start

Run the enable-semantic-search skill to set up local AI-powered semantic search for your vault.

Frequently Asked Questions about enable-semantic-search

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

FAQPage Schema
How does semantic search work for finding notes with different terminology?

Semantic search uses local AI embedding models to find information based on meaning and concepts rather than exact keywords. This allows queries like "PLG" to automatically locate notes containing "product-led growth" without matching phrases.

How do I enable AI-powered semantic search in my vault?

To enable semantic search, run the enable-semantic-search skill to automatically download and configure embedding, reranking, and query expansion models locally, setting up meaning-based search indexes for your vault.

Do I need local AI models to run semantic search?

Yes, local semantic search requires downloading and running local AI models for embedding, reranking, and query expansion. It also depends on bun, sqlite, and qmd, integrating with MCP servers for use within AI agents.

Can semantic search automatically organize my vault into collections?

Yes, semantic search features smart collection discovery that intelligently analyzes vault content to automatically identify and create specialized search indexes for relevant sections like 'People' or 'Meetings'.

Can I use semantic search to improve daily planning and meeting preparation?

Semantic search integrates with existing skills like daily-plan and meeting-prep by providing contextually relevant information from your vault, enhancing these workflows with richer, meaning-based context retrieval.

What are the limitations of local AI semantic search?

Local AI semantic search requires sufficient computational resources to run embedding and reranking models locally. It also depends on a specific environment setup including bun, sqlite, and qmd, and integrates via MCP servers for AI agent compatibility.