Install
openclaw skills install @everest-an/awareness-memoryUse when the user wants persistent cross-session memory for their AI agents — "make Claude Code remember my project", "让 AI 记住上下文", memory for Cursor/Windsurf/any MCP client, or when an agent keeps forgetting context between sessions. Gives step-by-step instructions for installing the Awareness memory layer (npx @awareness.market/setup) and using its MCP tools (awareness_init, awareness_recall, awareness_record, awareness_lookup). Works fully local-first with no account.
openclaw skills install @everest-an/awareness-memoryAwareness is a memory layer, not an agent runtime. It attaches to existing agents via MCP and gives them persistent memory: knowledge cards, a bi-temporal fact graph, conflict detection, and hybrid retrieval (BM25+vector RRF). Local-first: npx @awareness.market/setup needs no account and keeps data on the machine.
npx @awareness.market/setup
The setup CLI auto-detects the IDE (Claude Code, Cursor, Windsurf, Cline, Copilot, Codex, Kiro, Trae, Zed, JetBrains, OpenClaw and more), writes the MCP config, and injects workflow rules so the agent initializes memory at session start automatically.
awareness_init — call once per session: loads cross-session context (knowledge cards, open tasks, active skills, agent profiles, workflow rules)awareness_recall — hybrid semantic + keyword search; 5 recall modes (hybrid, precise, session, structured, auto); multi-level retrieval with cluster expansionawareness_record — all writes: remember (single event), remember_batch (session end summary), backfill (import past conversations), ingest (bulk data), update_task, submit_insightsawareness_lookup — fast structured queries (<50ms): context, tasks, knowledge, risks, session_history, timeline, handoff, rules, graph, agentsawareness_get_agent_prompt — activation prompts for sub-agent roles with context inheritancepip install awareness-memory-cloudnpm install @awareness-sdk/memory-cloud