一键导入
recall
Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user asks about project status, wants to rename/move a project, clean up stale data, or mentions orphaned folders in ~/.claude/
Use when user wants to view, modify, or reset memory system configuration, or check token usage across memory tiers
Use when user wants to load a project's long-term and short-term memory mid-session — typically when running in light mode and Claude lacks project-specific context
Use when processing pending session transcripts into daily summaries — first session of the day, on manual request, or on schedule
Use when user wants to audit long-term memory for stale, incorrect, outdated, or duplicate entries, or correct memory entries based on new information
Use when user wants to explicitly preserve something permanently in long-term memory's Pinned section
| name | recall |
| description | Use when user asks about past work, decisions, discussions, or topics that might have relevant history beyond loaded context |
| user-invokable | true |
Use this skill PROACTIVELY without being asked when:
Don't wait to be prompted - search first, then answer with full context.
~/.claude/memory/daily//recall authentication → Search all daily files for authentication mentions/recall what was I working on in December? → Read December files, summarize workUse the Grep tool to search across daily files:
Grep(pattern: "search_term", path: "~/.claude/memory/daily/") for keyword matches-B2 -A2 context for surrounding linesUse the Glob tool for time-based queries:
Glob(pattern: "~/.claude/memory/daily/2026-01-*.md") for a specific monthAlways provide the date with each result so the user knows when something happened.