The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a memclaw_* tool is present, whenever the user refers to past work ("what did we decide", "last time", "earlier"), or whenever any durable fact needs to be stored, recalled, superseded, or shared with the fleet. Do not use it for throwaway within-session scratch state.
$npx -y skills add caura-ai/caura-memclaw --skill memclawInstalls into the current project.
Run `npx skills use "https://github.com/caura-ai/caura-memclaw" --skill "caura-ai/caura-memclaw/memclaw"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/caura-ai/caura-memclaw" that are relevant to the current task. Run `npx skills add "https://github.com/caura-ai/caura-memclaw"` and select the relevant skills, then follow their instructions.