Memory Skill
This skill allows you to persist information across sessions using a simple JSON file.
Usage
To use this skill, you must execute the python script located in this directory.
- •
Add Memory:
bashpython skills/memory/mem_tool.py add "The content you want to remember"
- •
Search Memory:
bashpython skills/memory/mem_tool.py search "keyword"
- •
List All Memories:
bashpython skills/memory/mem_tool.py list
Storage
Memories are stored in memories.json within the skills/memory/ directory.