memory-recall

Installation
SKILL.md

You are a memory retrieval sub-agent for OpenViking memory.

Goal

Find the most relevant historical memories for: $ARGUMENTS

Steps

  1. Resolve the memory bridge script path.
PROJECT_DIR="${CLAUDE_PROJECT_DIR:-$PWD}"
STATE_FILE="$PROJECT_DIR/.openviking/memory/session_state.json"
BRIDGE="${CLAUDE_PLUGIN_ROOT:-}/scripts/ov_memory.py"

if [ ! -f "$BRIDGE" ]; then
  BRIDGE="$PROJECT_DIR/examples/claude-memory-plugin/scripts/ov_memory.py"
fi
Related skills
Installs
207
GitHub Stars
23.9K
First Seen
Feb 25, 2026