import

Installation
SKILL.md

Mem0 Import

Import memories from a mem0 export file into the current project.

Execution

Step 1: Determine the export file to import

If the user provided a filename as an argument to /mem0:import <filename>, use that file.

Otherwise, list .md files in the current directory whose names contain mem0-export:

ls -1 *.md 2>/dev/null | grep mem0-export || echo "No export files found"
Installs
42
Repository
mem0ai/mem0
GitHub Stars
60.1K
First Seen
May 25, 2026
import — mem0ai/mem0