memory-search

Search EDITH memory layers with hybrid vector and full-text retrieval.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill memory-search-knsiuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-search
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/memory-search
Command: npx skills add https://github.com/knsiuss/orion --skill memory-search-knsiuss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to search through EDITH's entire memory, including past conversations, decisions, and factual information, to retrieve specific details or context from any point in time.

Core Features & Use Cases

  • Deep Search: Conduct comprehensive searches across multiple memory layers: vector store, episodic logs, pinned facts, user profiles, and feedback records.
  • Hybrid Retrieval: Utilizes both semantic similarity (vector search) and exact phrase matching (FTS5) for accurate results.
  • Use Case: If you need to remember a specific discussion about a project that happened months ago, this skill can pinpoint the exact conversation and relevant details.

Quick Start

Use the memory-search skill to find out when we last discussed the project's budget.

Frequently Asked Questions about memory-search

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

FAQPage Schema
How do I search past conversations and recall specific facts in EDITH?

To recall past conversations and facts in EDITH, the memory-search skill conducts deep searches across vector stores, episodic logs, and pinned facts, retrieving specific past decisions and contextual information.

How does hybrid retrieval work when searching memory logs?

Hybrid retrieval for memory logs works by combining semantic vector similarity search with exact phrase matching using FTS5, returning ranked and grouped results for accurate contextual recall.

Can I retrieve a specific project discussion from months ago using vector search?

Yes, you can retrieve a specific project discussion from months ago using vector search. The skill searches across episodic logs and vector stores to pinpoint exact past conversations and relevant contextual details.

What memory layers are supported for context retrieval?

Supported memory layers for context retrieval include vector stores, episodic logs, pinned facts, user profiles, and feedback records, enabling comprehensive deep search across all available EDITH memory data.

What is the best way to find when a specific topic was last discussed in episodic logs?

The best way to find when a specific topic was last discussed in episodic logs is to use the memory-search skill, which employs hybrid retrieval to scan and rank past contextual conversations by relevance.

Does exact phrase matching work alongside semantic similarity for memory recall?

Yes, exact phrase matching works alongside semantic similarity for memory recall. The skill utilizes a hybrid retrieval mechanism combining FTS5 full-text search and vector similarity to ensure accurate ranked results.