🧠
AI EngineeringRust

Ourmem

by ourmem

Ourmem is an AI Engineering skill for Claude Code, published by ourmem in omem.

172 stars8 forkson ourmem/omemAdded 2026/09/07+1% in starsRepository updated 2026/05/24
ai-agentai-memoryclaude-codelancedbllmmcp-servermemory-sharingopenclawopencodepersistent-memoryrustvector-search
Install in seconds
Install Ourmem
Copy Ourmem into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ourmem/omem/tree/main/skills/ourmem ~/.claude/skills/ourmem

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ourmem/omem.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ourmem/SKILL.md in ourmem/omem
Installs to
~/.claude/skills/ourmem
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering3475 skills

What Ourmem does

Ourmem stores persistent, shared memory across sessions, devices, agents, and teams. Use it to remember preferences, import or share memories, and set up hosted or self-hosted memory storage.

Ourmem is cataloged under AI Engineering on DirSkills. Ourmem comes from a repository tagged ai-agent, ai-memory, claude-code, lancedb and llm.

Documentation

README

ourmem (omem) — Shared Memory That Never Forgets

ourmem gives AI agents shared persistent memory across sessions, devices, agents, and teams. One API key reconnects everything. Available as hosted (api.ourmem.ai) or self-deployed.


Key Concepts

API Key = Tenant ID = Your Identity. When you create a tenant (POST /v1/tenants), the returned id and api_key are the same UUID. There is no separate "tenant ID".

One API Key owns multiple Spaces:

Concept What it is Example
API Key Your identity (X-API-Key header) a1b2c3d4-... (1 per user)
Space ID A memory storage address personal/a1b2c3d4, team/xxx, org/yyy

This is the opening of the README. Read the full README on GitHub.

Commands Ourmem provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /plugin

Frequently asked about Ourmem

  • What else does ourmem publish alongside Ourmem?

    Ourmem is one of 4 skills that DirSkills catalogs from ourmem/omem, the repository it ships in. Its siblings there include Memory Recall, Memory Store and OurMem Bootstrap. Each one is a separate skill with its own page in this directory, installs the same way Ourmem does, and is maintained by ourmem in that same repository. The rest of the collection is listed on the ourmem/omem page.

  • How does Ourmem compare to other AI Engineering skills?

    Ourmem ranks #3252 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ourmem against them. Open each page to compare what they document and how they install.