Show recent Recall memory records across all tables or a specific table
Scanned 9/3/2026
Install to Claude Code
npx -y skills add edheltzel/Recall --skill recall-recent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recall Recent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/edheltzel-recall-recent)More formats (shields.io, HTML) on the badges page.
---
name: "recall-recent"
description: "Show recent Recall memory records across all tables or a specific table"
---
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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!