openviking-memory
Installation
SKILL.md
OpenViking Memory Guide
How It Works
- Auto-Capture: At
afterTurn(end of one user turn run), automatically extracts memories from user/assistant messagessemanticmode: captures all qualifying user text, relying on OpenViking's extraction pipeline to filterkeywordmode: only captures text matching trigger words (e.g. "remember", "preference", etc.)
- Auto-Recall: In
assemble(), automatically searches for relevant memories and prepends them to the current user message context
Available Tools
memory_recall — Search Memories
Searches long-term memories in OpenViking, returns relevant results.