openviking-memory

Capture and recall conversation memories across OpenViking chat sessions.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill openviking-memory-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openviking-memory
Source: https://github.com/dawsonblock/OracleOS/tree/main/ThirdParty/OpenViking/examples/openclaw-memory-plugin/skills/install-openviking-memory
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill openviking-memory-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenViking long-term memory plugin guide. Once installed, the plugin automatically remembers important facts from conversations and recalls relevant context before responding.

Core Features & Use Cases

  • Auto-Capture: At the end of a conversation, automatically extracts memories from user messages
    • semantic mode: captures all qualifying user text, relying on OpenViking's extraction pipeline to filter
    • keyword mode: only captures text matching trigger words (e.g. "remember", "preference", etc.)
  • Auto-Recall: Before a conversation starts, automatically searches for relevant memories and injects them into context

Quick Start

Install the OpenViking memory plugin and start the gateway to enable auto-memory and recall.

Frequently Asked Questions about openviking-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does auto-memory work for long-term conversation context?

Long-term conversation context is captured automatically by extracting important facts from user messages and injecting relevant memories into replies before a conversation starts.

How do I enable auto-recall and memory capture across chat sessions?

To enable auto-recall and memory capture across chat sessions, install the memory plugin, start the OpenViking gateway, and configure the targetUri, autoCapture, and autoRecall settings.

Do I need an OpenViking server to use conversation memory plugins?

Yes, an available OpenViking server and proper plugin configuration are required for the conversation memory plugin to automate context capture and recall functionality.

What is the difference between semantic and keyword memory capture modes?

Semantic memory capture processes all qualifying user text through an extraction pipeline, while keyword capture mode only saves text matching specific trigger words like "remember" or "preference".

Can I control what gets saved when applying long-term memory to chats?

Yes, you can control what gets saved by selecting keyword capture mode to restrict memory extraction to specific trigger words, rather than capturing all user text automatically.