🧠
AI EngineeringPython

Omega Memory

by omega-memory

Omega Memory is an AI Engineering skill for Claude Code, published by omega-memory in omega-memory.

215 stars26 forkson omega-memory/omega-memoryAdded 2026/09/04+1% in starsRepository updated 2026/08/26
ai-agentai-memoryclaudeclaude-codecoding-agentcontext-engineeringcursorknowledge-graphllmlocal-firstmcpmcp-servermemorymodel-context-protocolpersistent-memorysemantic-searchwindsurf
Install in seconds
Install Omega Memory
Copy Omega Memory 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/omega-memory/omega-memory/tree/main/openclaw-skill ~/.claude/skills/openclaw-skill

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/omega-memory/omega-memory.git

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

In this catalog

Source file
openclaw-skill/SKILL.md in omega-memory/omega-memory
Installs to
~/.claude/skills/openclaw-skill
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering β€” 2970 skills

What Omega Memory does

Omega Memory gives AI coding agents persistent memory across sessions with semantic search, checkpoints, and auto-captured lessons. Use it to retain decisions, resume tasks, and avoid repeating mistakes.

Omega Memory is cataloged under AI Engineering on DirSkills. Omega Memory comes from a repository tagged ai-agent, ai-memory, claude, claude-code and coding-agent.

Documentation

README

OMEGA Memory

Persistent memory for AI coding agents. Your agent remembers decisions, learns from mistakes, and picks up where it left off.

Installation

pip3 install omega-memory[server]
omega setup

The omega setup command auto-configures your MCP client (Claude Code, Cursor, Windsurf, or Zed). No API keys needed β€” runs fully local with CPU-only embeddings.

What It Does

OMEGA gives your agent a persistent memory layer across coding sessions:

  • Decisions & context carry forward β€” no re-explaining
  • Lessons learned from errors are recalled before you repeat them
  • Checkpoint/resume lets you pause complex tasks and pick up later
  • Semantic search over all stored memories with contextual re-ranking

MCP Tools (12 tools)

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

Frequently asked about Omega Memory

  • What else does omega-memory publish alongside Omega Memory?

    Omega Memory is one of 2 skills that DirSkills catalogs from omega-memory/omega-memory, the repository it ships in. Its siblings there include Omega Memory. Each one is a separate skill with its own page in this directory, installs the same way Omega Memory does, and is maintained by omega-memory in that same repository. The rest of the collection is listed on the omega-memory/omega-memory page.

  • How does Omega Memory compare to other AI Engineering skills?

    Omega Memory ranks #2648 by stars among the 2970 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 Omega Memory against them. Open each page to compare what they document and how they install.