memory-recall

Search the ourmem persistent memory store with natural language queries.

198|9|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/ourmem/omem --skill memory-recall-ourmem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-recall
Source: https://github.com/ourmem/omem/tree/main/plugins/claude-code/skills/memory-recall
Command: npx skills add https://github.com/ourmem/omem --skill memory-recall-ourmem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the frustration of AI agents losing important context across sessions, and removes the hassle of manually re-searching for past decisions, discussions, or shared knowledge stored in your ourmem memory system.

Core Features & Use Cases

  • Semantic Memory Search: Retrieve relevant memories from your ourmem store using natural language queries, with relevance scoring to prioritize the most useful results first.
  • Cross-Context Access: Pull memories from personal, team, or organization spaces to access past agent context, team decisions, or shared knowledge no matter which agent or device you're using.
  • Use Case: If you need to recall the exact technical approach you discussed with your coding agent for a previous feature build, use this Skill to search your ourmem memory for that past conversation in seconds.

Quick Start

Use the memory-recall skill to search your ourmem memory for all past notes about the mobile app authentication flow.

Frequently Asked Questions about memory-recall

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

FAQPage Schema
How do I retrieve past context for AI agents across different sessions?

To retrieve past context for AI agents across sessions, you can use semantic search queries against a shared persistent memory store. This process returns ranked memories with relevance scores, ensuring agents recall previous decisions and discussions accurately without manual re-searching.

How does semantic search work for shared persistent memory?

Semantic search for shared persistent memory works by taking natural language queries and matching them against stored histories. It applies relevance scoring to rank the matching memories, allowing AI agents to instantly find relevant past decisions, notes, or shared knowledge across teams.

Do I need an API key to search shared AI agent memories?

Yes, you need a valid OMEM API key and a configured API endpoint to search shared AI agent memories. These prerequisites allow the semantic search requests to authenticate and execute successfully against the persistent memory store.

Can I use natural language queries to find past team decisions in a memory store?

Yes, you can use natural language queries to find past team decisions in a memory store. The semantic search functionality accesses personal, team, or organization spaces to pull relevant shared knowledge and past agent context across different devices.

What is the best way to recall past technical discussions from previous agent interactions?

The best way to recall past technical discussions from previous agent interactions is using a semantic memory search tool. It searches shared persistent memory stores to retrieve exact past approaches, like a coding feature build, and returns them with ranked relevance scores.