/memx
Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.
$ npx -y skills add NeoLi00/memX --skill memx --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/memx
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.
SKILL.md
memx.SKILL.mdname: memx description: Use when an agent needs to recall, save, inspect, or audit memX memories through the bundled MCP tools.
memX Memory
Use `memx_recall` for focused memory lookup before relying on past project details. Use `memx_remember` only for durable, reusable facts, preferences, decisions, resources, and task state. Use `memx_audit` or `memx_stats` when debugging whether the memory pipeline is working.
Do not write raw conversation echoes as memory. Prefer concise semantic statements that will help future turns.
memX: self-learning, self-maintaining memory plugin for AI agents; native support for claude code, codex, and openclaw
Repo: NeoLi00/memX

