remember

Stores user-provided text verbatim into Mem0 with automatic category classification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Capturing facts, preferences, and decisions during a conversation often gets lost or requires manual note-taking. This Skill stores user-provided content directly into Mem0 memory with an appropriate category, so important context persists across sessions. ## Core Features & Use Cases - Verbatim Memory Storage: Saves the exact user text via the mem0_memory tool with action="add", without inference or rewriting. - Automatic Category Classification: Classifies content into categories such as preferences, decisions, lessons, goals, work, routines, projects, relationships, identity, or technical based on content signals. - Use Case: When a user says "remember that I prefer tabs over spaces", the Skill classifies it as a preference, stores it in Mem0, and confirms with a short summary. ## Quick Start Ask the assistant to remember a specific fact or preference, for example by saying remember that my goal is to ship the beta by June.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save a preference or fact to Mem0 memory?

Provide the text you want stored, for example via the /mem0-remember command followed by your content. The Skill classifies it into a category like preferences or decisions and stores it verbatim using the mem0_memory tool with action add.

What categories does Mem0 memory classification support?

The classification table supports preferences, decisions, lessons, goals, work, routines, projects, relationships, identity, and technical. Content matching none of these signals defaults to the lessons category.

Does the remember command modify or summarize my text?

No, the command stores your text verbatim with no inference or rewriting. Only the confirmation message truncates the display to the first 80 characters, while the full content is preserved in memory.

What happens if I run the remember command without any text?

If no text is provided, the Skill asks "What should I remember?" and waits for your input. Storage only occurs after you supply the content to be saved.

When should I not use verbatim memory storage?

Verbatim storage is not ideal when you want the system to infer or extract structured facts from long conversations automatically. It is designed for explicit, user-directed saves of short facts, preferences, or decisions.