ourmem

Store and retrieve persistent memory via REST API endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI agents lose all learned context, user preferences, and project information between sessions, and sharing knowledge across multiple agents or team members requires manual, error-prone setup that breaks down as teams and tools scale.

Core Features & Use Cases

  • Persistent Cross-Session Memory: Retains user preferences, project decisions, and important context across sessions, devices, and agents so no information is lost between interactions.
  • Shared Team/Organization Spaces: Enables collective intelligence by letting multiple agents and users access the same shared memory stores, perfect for team knowledge bases and cross-agent collaboration.
  • Smart Memory Management: Automatically extracts structured facts from conversations, filters low-value noise, and provides analytics on memory usage, decay, and sharing flows to keep memory stores clean and useful.
  • Use Case: A software development team can use ourmem to share architecture decisions and coding standards across all their AI coding agents, eliminating the need to re-explain project context every time a new agent is added to a workflow.

Quick Start

Use the ourmem skill to save your team's shared coding standards to persistent memory so all your AI agents can access them in future tasks.

Frequently Asked Questions about ourmem

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

FAQPage Schema
How do I keep AI agent memory persistent across different sessions?

Persistent cross-session memory stores user preferences and project context via REST API endpoints, ensuring no information is lost between interactions. It supports both hosted cloud and self-hosted deployment for retaining learned data.

Can multiple AI agents share the same memory space for team collaboration?

Shared team spaces enable collective intelligence by letting multiple agents and users access the same memory stores. This space-based sharing supports team knowledge bases and cross-agent collaboration without manual setup.

How do I search saved agent memory using keywords and vectors?

You can search saved agent memory using hybrid vector-keyword search provided by REST API endpoints. This combines semantic vector search with keyword matching to retrieve relevant stored context efficiently across shared spaces.

Does this agent memory system work if I self-host instead of using the cloud?

Yes, the agent memory system supports both hosted cloud and self-hosted deployment. It provides REST API endpoints for memory storage, batch import, and usage tracking, ensuring full functionality regardless of your deployment environment.

How does AI memory management filter out low-value noise from conversations?

Smart memory management automatically extracts structured facts from conversations and filters low-value noise. It provides analytics on memory usage, decay, and sharing flows to keep memory stores clean and useful for agents.

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

The best way to share coding standards is saving them to shared organization memory spaces. This eliminates re-explaining project context, allowing all team AI agents to access persistent architecture decisions and standards in future tasks.