memory-store

Store user-specified content to the ourmem shared memory platform via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents lose all context, user preferences, and key decisions between sessions, leading to repetitive work and forgotten requirements.

Core Features & Use Cases

  • Persistent Memory Storage: Save any user-specified content (like code preferences, project notes, or important reminders) directly to your ourmem shared memory space.
  • Cross-Session & Cross-Agent Recall: Stored memories are available to the same agent in future sessions, and can be shared across team agents when stored in a shared space.
  • Use Case: If a user tells their coding agent to remember their preferred 2-space Python indentation, this skill saves that preference so it is automatically referenced in all future coding sessions.

Quick Start

Use the memory-store skill to save the note that I prefer 2-space indentation for all Python projects.

Frequently Asked Questions about memory-store

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

FAQPage Schema
How do I save persistent memory for AI agents to prevent context loss between sessions?▼

To prevent context loss between AI agent sessions, you can save persistent memory by storing user-specified content like preferences, project decisions, or key notes directly to the ourmem shared space. This ensures cross-session and cross-agent recall.

Can I share project decisions across team-wide AI agents using a shared memory space?▼

Yes, you can share project decisions across team-wide AI agents by storing manually tagged, source-tracked memory entries in the ourmem shared space. This allows team agents to recall the same stored preferences and notes.

What do I need to store persistent memories via the ourmem REST API?▼

To store persistent memories via the ourmem v1 memories REST API endpoint, you need a valid API key to authenticate the request. You can then create manually tagged, source-tracked memory entries for your AI agents.

How do I manually tag and save code preferences for cross-session recall?▼

You can manually tag and save code preferences for cross-session recall by instructing your coding agent to use the memory-store skill. This creates source-tracked memory entries in your ourmem space for future reference.

Does this persistent memory storage work with Claude Code agents?▼

Yes, this persistent memory storage works with Claude Code agents to eliminate context loss. It stores user-specified content to the ourmem shared memory platform, making it available for recall in all future coding sessions.