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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentmemory:session-historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch recent session history from agentmemory:
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.
npx claudepluginhub rohitg00/agentmemory --plugin agentmemoryRevives 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 persistent cross-session memory database (claude-mem) to retrieve past work, decisions, and context. Use when user asks about prior sessions or solutions.
Searches and summarizes past Claude Code sessions, plans, and memory across all projects. Handles recaps by time period, keyword searches, and provides resume commands. (Deprecated: use /remember)