88plug

Recall Inspect — AI skill for Claude Code

AI community

Inspect a single past session — print ai-title, message count, branches, top extractions.

How to install Recall Inspect

Installs to ~/.claude/skills/88plug-total-recall-recall-inspect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-inspect && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-inspect.md -o ~/.claude/skills/88plug-total-recall-recall-inspect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Inspect does


description: Inspect a single past session — print ai-title, message count, branches, top extractions. argument-hint:

`bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" --json inspect $ARGUMENTS --show-extractions` and present:

  • ai-title and last-prompt (resume seed).
  • Message/branch/sidechain counts.
  • Top 5 extractions by score, grouped by kind.
  • If the session includes an away_summary extraction, quote it verbatim.

Alternatives in AI

  • AI Readiness — AI 就绪度评估 — 单票 AI 暴露/卡位评级 + 三道 gate + Top 杠杆点 6.6k ★
  • Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
  • LLM Task Orchestrator — Top AI Router 2026: Split Codex for Quick Code & Claude for Complex Refactoring 115 ★

Full documentation available on GitHub

View Source Repository