ワンクリックで
recall-recent
Show recent Recall memory records across all tables or a specific table
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show recent Recall memory records across all tables or a specific table
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a structured memory record to Recall — breadcrumb, decision, or learning
Run health checks on all Recall memory subsystems — database, MCP, hooks, embeddings
Flush current session to Recall database and capture a Library of Alexandria entry
Browse and search the Library of Alexandria — curated knowledge entries with extracted wisdom
Scout an unfamiliar codebase — memory-first repo map, key paths, tests, risks, and next steps, with a strict sensitive-data boundary
Search Recall memory using FTS5 full-text search across all tables
| name | recall-recent |
| description | Show recent Recall memory records across all tables or a specific table |
Prefer memory_recall for recent cross-table context. Use the CLI when an exact table-specific recent listing is required.
The canonical workflow below remains authoritative, but equivalent behavior is not assumed across hosts.
Display the most recent records from Recall memory. Shows entries across all tables by default, or filter to a specific table.
recall recent [table]
Arguments:
[table] (optional): Table to filter — messages, decisions, learnings, breadcrumbs, or all (default: all)Options:
-p <project> — Filter by project name-l <n> — Max results (default: 10)# Recent records across all tables
recall recent
# Recent decisions only
recall recent decisions
# Recent learnings for a specific project
recall recent learnings -p my-api
# Last 20 breadcrumbs
recall recent breadcrumbs -l 20