remember

Stores user-provided text as categorized memories in Mem0.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Capturing facts, preferences, and decisions during a conversation often gets lost; this Skill records user statements verbatim into Mem0 with an appropriate category so they can be recalled later. ## Core Features & Use Cases - Verbatim Memory Storage: Saves the exact user-provided text via the mem0_memory tool with action="add", without inference or rewriting. - Automatic Category Classification: Maps content signals to categories such as preferences, decisions, lessons, goals, work, routines, projects, relationships, identity, and technical. - 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 truncated preview of the saved content. ## Quick Start Ask the assistant to remember a specific fact or preference, for example by saying remember that my goal is to ship the release by Friday.

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 from a conversation?

Provide the text after the /mem0-remember command, and the Skill stores it verbatim using the mem0_memory tool with action="add". If no text is given, it asks what should be remembered.

How does the remember command categorize stored memories?

It matches content signals against a classification table, mapping phrases like "I prefer" to preferences, "we decided" to decisions, and "my goal is" to goals. Unmatched content defaults to the lessons category.

Does the remember skill modify or summarize my text before storing?

No, the /mem0-remember command stores content verbatim with no inference or rewriting. The exact user-provided text is passed to the mem0_memory tool.

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

The Skill detects the missing argument and asks "What should I remember?" before proceeding. Storage only occurs after the user supplies the content to save.

What are the limitations of verbatim memory storage in Mem0?

Verbatim storage performs no inference, so implied context or related facts are not captured automatically. Confirmation previews are truncated to 80 characters, though the full content is still stored.