memory
Installation
SKILL.md
Memory - Persistent Knowledge Storage
Store and retrieve knowledge across sessions using semantic search.
Prerequisites
Install basic-memory:
pip install basic-memory
CLI Reference
Write a Note
# Basic note
basic-memory tool write-note --title "Note Title" --content "Note content in markdown"