← ClaudeAtlas

memory-retrieverlisted

Use when the user explicitly chooses read-only RightMemory retrieval for relevant durable Memory, live Pursuit, Agent Corrections, or reusable guidance. This skill never submits updates or modifies RightMemory.
RightL/RightMemory · ★ 9 · Code & Development · score 76
Install: claude install-skill RightL/RightMemory
# Memory Retriever CLI ## Access Rules - The RightMemory root is `{{MEMORY_ROOT}}`; do not read or edit files there directly unless the user explicitly permits direct access. - Pick one stable session id for this agent conversation and reuse it for every retrieve call. ## Retrieval - Call `rightmemory retrieve --session <stable-session-id> "<memory need>"`. - Describe the context needed from the user's intent instead of blindly forwarding the user's message. - Give the retrieve command up to 3 minutes to return. Await or poll that command; do not run a separate blocking wait, explore files, or advance the task while it is pending. - The retriever skips unchanged content already returned in this session. When the user needs matching content repeated, add `--include-returned` for that call; do not change the session id. - Distinguish durable Memory, live Pursuit, and Agent Correction cases in the returned context. - Retrieval output is authoritative source Markdown selected by the model and rendered by RightMemory, not a model-written summary. - A selected F# heading includes its parsed detail subtree. A local M#, S#, or MF# heading does not by itself expand linked content; local M# evidence uses source ranges and local S# expands only as a complete instruction. Imported MF# graph content uses ids scoped to `MF#<view-id>`, including F# detail items; direct MF ranges are invalid. Imported M# ranges and complete S# instructions use qualified sources such as `MF#<view-id>/M#<i