スキル一覧に戻る
0xBigBoss

recall

by 0xBigBoss

Session recall and analytics for AI agents (Claude Code, Codex)

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

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

TaskCommand
Find past work on a topicrecall search "<topic>"
See what I did recentlyrecall list --since 24h
Find work in a specific reporecall list --project <path>
Analyze my tool usagerecall stats tools
Get permission suggestionsrecall stats bash --suggest
Review a specific sessionrecall 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

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です