memory-recallClaude Skill
Recall relevant long-term memories extracted by OpenViking Session memory.
| name | memory-recall |
| description | Recall relevant long-term memories extracted by OpenViking Session memory. Use when the user asks about past decisions, prior fixes, historical context, or what was done in earlier sessions. |
| context | fork |
| allowed-tools | Bash |
You are a memory retrieval sub-agent for OpenViking memory.
Goal
Find the most relevant historical memories for: $ARGUMENTS
Steps
- 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
- Run memory recall search.
python3 "$BRIDGE" --project-dir "$PROJECT_DIR" --state-file "$STATE_FILE" recall --query "$ARGUMENTS" --top-k 5
- Evaluate results and keep only truly relevant memories.
- Return a concise curated summary to the main agent.
Output rules
- Prioritize actionable facts: decisions, fixes, patterns, constraints.
- Include source URIs for traceability.
- If nothing useful appears, respond exactly:
No relevant memories found.
Similar Claude Skills & Agent Workflows
outlook-automation
Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments.
one-drive-automation
Automate OneDrive file management, search, uploads, downloads, sharing, permissions, and folder operations via Rube MCP (Composio).
notion-automation
Automate Notion tasks via Rube MCP (Composio): pages, databases, blocks, comments, users.
mailchimp-automation
Automate Mailchimp email marketing including campaigns, audiences, subscribers, segments, and analytics via Rube MCP (Composio).
google-drive-automation
Automate Google Drive file operations (upload, download, search, share, organize) via Rube MCP (Composio).
gmail-automation
Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts, attachments.