← スキル一覧に戻る

recall
by 0xBigBoss
Session recall and analytics for AI agents (Claude Code, Codex)
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: recall description: Search and analyze past Claude Code and Codex sessions. Use when user asks about past sessions, tool usage patterns, bash command history, permission suggestions, or wants to find previous work. allowed-tools: Bash
recall
Search and analyze past AI agent sessions (Claude Code, Codex).
Installation
# Install from GitHub
uv tool install "recall @ git+https://github.com/0xbigboss/recall.git#subdirectory=packages/recall"
Quick Start
# Index sessions (run first, then periodically)
recall index
# Search across all sessions
recall search "authentication"
recall search "git" --tool Bash
# List recent sessions
recall list --since 7d
recall list --project /path/to/repo
# Show session details
recall show <session-id>
recall show <session-id> --tools --thinking
# Analytics
recall stats # Overview
recall stats tools # Tool usage counts
recall stats bash # Bash command breakdown
recall stats bash --suggest # Permission suggestions
recall stats tokens # Token usage by project
When to Use Each Command
| Task | Command |
|---|---|
| Find past work on a topic | recall search "<topic>" |
| See what I did recently | recall list --since 24h |
| Find work in a specific repo | recall list --project <path> |
| Analyze my tool usage | recall stats tools |
| Get permission suggestions | recall stats bash --suggest |
| Review a specific session | recall show <id> |
Common Workflows
Find Previous Implementation
recall search "oauth authentication"
recall show <session-id> --tools
Generate Permission Suggestions
recall stats bash --suggest
# Returns patterns like: "run tests", "git operations", etc.
Analyze Tool Patterns
recall stats tools # See which tools used most
recall stats bash # Break down bash commands
Further Reading
- CLI_REFERENCE.md - Full command documentation with all flags
- EXAMPLES.md - Detailed usage examples and patterns
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です