omega-memory-363761 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited omega-memory-363761 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Persistent memory for AI coding agents. Your agent remembers decisions, learns from mistakes, and picks up where it left off.
pip3 install omega-memory[server]
omega setupThe 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.
OMEGA gives your agent a persistent memory layer across coding sessions:
| Tool | Purpose |
|---|---|
omega_welcome | Session briefing with recent memories and profile |
omega_protocol | Retrieve operating rules and behavioral guidelines |
omega_store | Store typed memory (decision, lesson, error, preference, summary) |
omega_query | Semantic or phrase search with tag filters and re-ranking |
omega_lessons | Cross-session lessons ranked by access count |
omega_profile | Read or update the user profile |
omega_checkpoint | Save task state for cross-session continuity |
omega_resume_task | Resume a previously checkpointed task |
omega_memory | Manage a specific memory (edit, delete, feedback, similar, traverse) |
omega_remind | Set, list, or dismiss time-based reminders |
omega_maintain | System housekeeping (health, consolidate, compact, backup, restore) |
omega_stats | Analytics: type breakdown, session stats, weekly digest, access rates |
At the start of every session:
omega_welcome() for context briefingomega_protocol() for operating instructionsDuring work:
omega_query() to check for prior contextomega_store(content, "decision") to save key outcomesomega_checkpoint() to save state~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.