tour

Displays all stored Mem0 memories grouped by category with full content.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/nhatnguyen1122/Agent-Memory-Eval --skill tour-nhatnguyen1122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tour
Source: https://github.com/nhatnguyen1122/Agent-Memory-Eval/tree/main/mem0/integrations/pi-agent-plugin/skills/tour
Command: npx skills add https://github.com/nhatnguyen1122/Agent-Memory-Eval --skill tour-nhatnguyen1122

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an agent accumulates many memories across sessions, users lose track of what has been stored. This Skill provides a complete walkthrough of all stored memories so users can review, audit, and onboard to what the agent remembers. ## Core Features & Use Cases - Full Memory Tour: Fetches all memories via the mem0_memory tool and groups them by category (identity, preferences, goals, projects, and more) with full untruncated content. - Cross-Project Mode: The --all-projects flag aggregates memories across every project, marking the current project in the output. - Search Mode: Passing a query argument runs a compact semantic search instead of the full tour. - Use Case: After weeks of agent-assisted work, run the tour to review everything Mem0 has captured about your preferences, decisions, and lessons learned before starting a new phase of a project. ## Quick Start Ask the agent to show a tour of all stored memories grouped by category.

Frequently Asked Questions about tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all memories stored by Mem0?

Invoke the tour skill, which calls the mem0_memory tool with action get_all and displays every stored memory grouped by category with full content. Totals are printed at the end showing memory and category counts.

How to search Mem0 memories by keyword?

Pass a search query as an argument to the tour command, such as a topic or phrase. The skill switches to search mode, calls mem0_memory with action search, and returns compact one-line results.

Can I view memories across multiple projects in Mem0?

Yes, use the --all-projects flag to fetch memories with global scope and no project filter. Results are grouped by project first, then by category, with the current project marked in the heading.

What happens if no memories are stored yet?

The skill prints an empty-state message explaining that no memories exist yet and suggests starting a conversation so Mem0 captures learnings automatically, or using the remember command to store something manually.

Why are some memories truncated in the tour output?

Individual memory text is never truncated, but categories with more than 10 entries show only the 10 most recent items. A note indicates how many additional memories exist in that group.