ourmem

Store persistent shared memory across AI agent sessions and teams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI agents lose all context between sessions, cannot share knowledge across devices or team members, and require repeated context gathering for every new task, leading to wasted effort and no collective intelligence.

Core Features & Use Cases

  • Cross-session persistent memory: Retains user preferences, project context, and important decisions across agent restarts and device switches.
  • Team and organization Spaces: Enables secure knowledge sharing between multiple agents and team members with role-based access control.
  • Smart memory management: Automatically extracts atomic facts from conversations, applies memory decay, and reconciles duplicates or contradictions.
  • Use Case: A software development team can use shared Spaces to store architecture decisions and coding standards, so all coding agents have consistent context without manual re-explanation.

Quick Start

Use the ourmem skill to store your project's coding standards and user preferences so all your team's AI agents remember them across every session.

Frequently Asked Questions about ourmem

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

FAQPage Schema
How do I give my AI agent persistent memory across sessions?

To give an AI agent persistent memory across sessions, you need a shared memory storage layer that retains context between restarts. This skill eliminates session amnesia by saving user preferences and project context so agents remember prior interactions automatically.

What is the best way to share knowledge across multiple AI agents?

The best way to share knowledge across multiple AI agents is using team Spaces with role-based access control. This enables secure, collective intelligence by allowing multiple team members and agents to access and contribute to shared project context and decisions.

Can AI agents automatically extract and manage facts from conversations?

Yes, AI agents can automatically extract and manage facts from conversations using smart memory management. This process extracts atomic facts, reconciles duplicates or contradictions, and applies memory decay to ensure long-term knowledge retention without manual cleanup.

How does hybrid vector and keyword search work for agent memory?

Hybrid vector and keyword search for agent memory works by combining semantic similarity matching with exact term retrieval. This allows agents to efficiently query stored facts, project context, and user preferences across large persistent memory stores.

Do I need space-based access control for team AI memory sharing?

You need space-based access control for team AI memory sharing when multiple agents or members require secure, segregated knowledge domains. It ensures only authorized personnel retrieve organizational context, preventing unauthorized access to sensitive project decisions.

How do I stop my coding agent from forgetting architecture decisions?

To stop a coding agent from forgetting architecture decisions, store them in a shared memory Space. This provides cross-session persistent memory, ensuring all team agents retain consistent context regarding coding standards without manual re-explanation.