tour

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

1|Updated Jan 13, 2022
One-click install
npx skills add https://github.com/jayho-k/TIL --skill tour-jayho-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tour
Source: https://github.com/jayho-k/TIL/tree/main/AI/mem0/code/mem0_code_analize/mem0/integrations/pi-agent-plugin/skills/tour
Command: npx skills add https://github.com/jayho-k/TIL --skill tour-jayho-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an agent accumulates many memories across sessions, it becomes hard to know what has been stored. This Skill gives you a complete, organized walkthrough of every memory Mem0 holds so you can review, audit, or onboard to a session quickly. ## Core Features & Use Cases - Full Memory Walkthrough: Fetches all memories via the mem0_memory tool and groups them by category (identity, goals, projects, decisions, technical, and more) with full untruncated content. - Cross-Project Mode: The --all-projects flag aggregates memories across every project, marking your current project for context. - Search Mode: Pass a query (e.g., /mem0-tour cooking recipes) to get compact one-line matching results instead of the full tour. - Use Case: Starting a new session on a long-running project, run the tour to see all 47 stored memories grouped by category, so you instantly know what the agent already remembers about your goals and decisions. ## Quick Start Ask the agent to run the memory tour to show everything Mem0 has stored, 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 in Mem0?

Run the memory tour, which calls the mem0_memory tool with action get_all and displays every stored memory grouped by category with full content. Categories include identity, goals, projects, decisions, and technical knowledge.

How do I search Mem0 memories for a specific topic?

Pass a query to the tour command, such as /mem0-tour cooking recipes. It switches to search mode using the mem0_memory search action and returns compact one-line results, or a no-results message if nothing matches.

Can I view Mem0 memories across multiple projects?

Yes, invoke the tour with the --all-projects flag. It fetches memories with global scope, groups them by project and then by category, and marks your current project in the output heading.

What happens if Mem0 has no memories stored yet?

The tour displays an empty-state message explaining that no memories are stored and suggests starting a conversation for automatic capture or using /mem0-remember to store something manually.

Does the memory tour truncate long memory lists?

Full memory text is always shown without truncation. However, if a category has more than 10 entries, only the 10 most recent are displayed with a note indicating how many more exist.