ourmem

A shared memory service for AI agents that can run in the cloud or on your own systems.

In plain words
What is it for?
Installing, configuring, and troubleshooting ourmem, including shared spaces for agents and teams.
Why use it?
It lets agents and teams retain and share information across conversations and workspaces.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ourmem/omem/ourmem
Any agent
npx skills add ourmem/omem --skill ourmem
Clone the repo
git clone --depth 1 https://github.com/ourmem/omem

Made for: Claude Code, Codex.

Per session 223 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,465 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00223 $0.03465
Opus 5 $0.00112 $0.01733
Sonnet 5 $0.00045 $0.00693
Haiku 4.5 $0.00022 $0.00347

Measured 3d ago against content hash d84a2f62bf03, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

ourmem scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

| Claude Code | `/plugin marketplace add ourmem/omem` | `~/.claude/settings.json` env field |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Existing key** → Verify: `curl -sf -H "X-API-Key: $KEY" "$API_URL/v1/memories?limit=1"`, then skip to plugin install
skills/ourmem/SKILL.md · 343 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 343 lines · 223 tokens per session scan B d84a2f62bf03

Subscribe to this mod's changes

ourmem is a skill published in the GitHub repository ourmem/omem (171 stars, last pushed 3mo ago), with no licence file. It adds 223 tokens to every session and 3,465 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

memos-local

Persistent local memory for OpenClaw agents. Use when users say: "install memos" "install MemOS" "setup memory" "add memory plugin" "openclaw memory" "memos onboarding" "memory not working" "configure memory" "enable memory" "upgrade MemOS" "update memory plugin".

MemTensor/MemOS · 82 tokens

squish

ALWAYS use this skill when working with agents, memory, context, persistence, or AI agent state. Use when the user mentions: 'the agent forgot', 'save this', 'remember that', 'context is lost', 'memory', 'MCP server', 'agent memory', 'persistent memory', 'session context', 'project context', 'recall', 'remember'…

michielhdoteth/squish-memory · 157 tokens

squish-memory

Persistent memory system for Claude Code. Use when you need to store, recall, or search project memories, facts, decisions, and learnings across sessions. Triggers on: remember, recall, memory, forget, search memories, store context, project knowledge, what did we decide, previous conversation.

michielhdoteth/squish-memory · 65 tokens

mem9

Persistent cloud memory for OpenClaw agents. Use when users say: "install mem9" "setup memory" "add memory plugin" "openclaw memory" "mem9 onboarding" "memory not working" "import memories" "upload sessions".

unvulcanised-watercress762/mem9 · 63 tokens

mem9

Persistent cloud memory for OpenClaw agents. Use when users say: "install mem9" "setup memory" "add memory plugin" "openclaw memory" "mem9 onboarding" "memory not working" "import memories" "upload sessions".

unvulcanised-watercress762/mem9 · 63 tokens

expcap

Use agent-experience-capitalization as a project-owned, team-shareable engineering memory layer for coding agents. Use it to activate prior experience before work, save reusable lessons after work, inspect save/get/log health, and diagnose Milvus-centric retrieval.

huisezhiyin/agent-experience-capitalization · 54 tokens