From agentmemory
Fetches recent session history from agentmemory and formats it as a reverse-chronological timeline with IDs, projects, times, status, highlights, observation counts, titles, and decisions. Useful for 'what did we do last time' or past work overviews.
npx claudepluginhub rohitg00/agentmemory --plugin agentmemoryThis skill uses the workspace's default tool permissions.
Fetch recent session history from agentmemory:
Revives previous sessions from YAML squirrel logs and transcripts to reconstruct context. Browses recent activity across walnuts, filters by topic/person/timeframe, flags unsaved sessions.
Searches claude-mem's persistent cross-session memory for past work via 3-step workflow: search index, timeline context, fetch details. Use for recalling previous solutions.
Analyzes Claude Code session history in three modes: Handoff Document for exhaustive context extraction, Error Forensics for ignored warnings/errors inventory, Chronological Summary for dense technical timelines.
Share bugs, ideas, or general feedback.
Fetch recent session history from agentmemory:
!curl -s -H "Authorization: Bearer ${AGENTMEMORY_SECRET:-}" "http://${AGENTMEMORY_URL:-localhost:3111}/agentmemory/sessions" 2>/dev/null || echo '{"sessions":[]}'
Present the sessions in reverse chronological order:
Format as a clean timeline. Do NOT make up sessions -- only show what was returned.