openclaw-skill/SKILL.md
Persistent memory for AI coding agents. Semantic search, auto-capture, checkpoint/resume across sessions.
npx skillsauth add omega-memory/omega-memory omega-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 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.
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 statetools
Persistent memory for AI coding agents. Teaches agents how to use OMEGA's MCP tools for storing decisions, querying context, coordinating multi-agent workflows, and resuming tasks across sessions.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".