← ClaudeAtlas

recall-recentlisted

Show recent Recall memory records across all tables or a specific table
edheltzel/Recall · ★ 3 · AI & Automation · score 67
Install: claude install-skill edheltzel/Recall
<!-- Generated by scripts/build-codex-plugin.ts; do not edit. --> ## Codex routing 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. ## Usage ```bash 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) ## Examples ```bash # 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 ```