Browse and search the Library of Alexandria — curated knowledge entries with extracted wisdom
Scanned 9/3/2026
Install to Claude Code
npx -y skills add edheltzel/Recall --skill recall-loa --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recall Loa?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/edheltzel-recall-loa)More formats (shields.io, HTML) on the badges page.
---
name: "recall-loa"
description: "Browse and search the Library of Alexandria — curated knowledge entries with extracted wisdom"
---
List, view, and search Library of Alexandria (LoA) entries. LoA entries are curated knowledge captures with Fabric-extracted insights, message lineage, and project context.
## Usage
```bash
# List recent entries
recall loa list
# Show full entry with Fabric extract
recall loa show <id>
# View raw source messages
recall loa quote <id>
```
**List options:**
- `-l <n>` — Max entries (default: 10)
## Examples
```bash
# Browse recent LoA entries
recall loa list
# Show last 20 entries
recall loa list -l 20
# View full Fabric-extracted wisdom for entry #5
recall loa show 5
# See the raw conversation messages behind entry #12
recall loa quote 12
```
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!