search-memory

Search and retrieve memories by keywords and optional type filters.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill search-memory-openakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-memory
Source: https://github.com/openakita/openakita/tree/main/skills/system/search-memory
Command: npx skills add https://github.com/openakita/openakita --skill search-memory-openakita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly retrieve specific information from your past interactions, user preferences, or learned knowledge, preventing the need to re-explain or re-discover information.

Core Features & Use Cases

  • Keyword Search: Find relevant memories using specific keywords.
  • Type Filtering: Narrow down searches by memory type (fact, preference, skill, error, rule).
  • Use Case: If you previously discussed a specific coding style preference with the AI, you can use this Skill to recall that preference when generating new code.

Quick Start

Search for memories related to Python code style preferences.

Frequently Asked Questions about search-memory

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

FAQPage Schema
How do I retrieve past user preferences from an AI knowledge base?

To retrieve past user preferences from a knowledge base, search historical AI memory using specific keywords. This Skill recalls established rules and preferences, preventing the need to re-explain context in new interactions.

Can I filter memory retrieval by specific types like error logs or learned skills?

Yes, you can filter memory retrieval by specific types like error logs or learned skills. The Skill applies optional type filters alongside keyword search to narrow down historical data.

What is the best way to search past conversations for a specific coding style?

The best way to search past conversations for a coding style is to query the AI memory storage with relevant keywords. This instantly recalls the specific coding preference previously discussed.

How does recalling established rules from memory work?

Recalling established rules from memory works by searching a storage mechanism with targeted keywords. The retrieval process accesses historical data and rules to apply them to current tasks.

Do I need a memory storage mechanism to search historical AI interactions?

Yes, you need an existing memory storage and retrieval mechanism to search historical AI interactions. The Skill queries this data source to access past conversations, facts, and error logs.

Why does my knowledge base search fail to find previously discussed facts?

A knowledge base search might fail to find previously discussed facts if the memory storage mechanism is empty or the search keywords do not match the stored historical data.