← ClaudeAtlas

chat-recall-memorylisted

Store and recall durable facts, decisions, and notes with chat-recall's knowledge graph and diary. Use when the user says "remember this", "note that we decided…", "what do you know about X", "did we decide Y", "what's our convention for Z", or when a non-obvious decision/preference is made that future sessions should know. Covers the temporal knowledge graph, decision records, the agent diary, and a scoped key/value store.
munhq/chat-recall · ★ 2 · AI & Automation · score 65
Install: claude install-skill munhq/chat-recall
# Durable memory with chat-recall Two directions: **recall** what's already known, and **record** new facts so future sessions inherit them. ## Recall what's known - `mcp__chat-recall__recall_kg_query` — query an entity's relationships (facts with validity windows). `as_of: <date>` time-travels to what was true then. Use to VERIFY before asserting a fact ("did we decide to use Postgres?"). - `mcp__chat-recall__recall_kg_timeline` — chronological story of an entity (or everything). `mcp__chat-recall__recall_kg_stats` — graph overview. - `mcp__chat-recall__recall_wake_up` — high-importance facts + KG snapshot for a fast "what's true right now". - `mcp__chat-recall__recall_diary_read` — prior agent diary entries (narrative notes across sessions). `mcp__chat-recall__recall_get` — a scoped key/value. ## Record new knowledge (do this when something non-obvious is decided) - `mcp__chat-recall__recall_decision_record` — an explicit decision (subject, decision, reason, importance). Shows up in future wake-up context. Use the moment you and the user agree on something a later session would need. - `mcp__chat-recall__recall_kg_add` — assert a fact triple (subject → predicate → object, optional `valid_from`). E.g. `("chat-recall", "uses", "Postgres")`. - `mcp__chat-recall__recall_kg_invalidate` — mark a fact no longer true when a decision is reversed or a tool is replaced (keeps the graph honest). - `mcp__chat-recall__recall_diary_write` — narrative notes ("what