install-openviking-memory

An installation and setup workflow for OpenViking long-term memory in OpenClaw. OpenClaw is the host system named by the add-on, while long-term memory means saving useful facts from earlier conversations for later sessions.

In plain words
What is it for?
Use it to check prerequisites, install the memory plugin, and configure it through natural-language conversation.
Why use it?
It helps set up automatic capture of important conversation facts and automatic recall of relevant context before a reply. This reduces the need to repeat information across separate chats.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/volcengine/openviking/install-openviking-memory
Any agent
npx skills add volcengine/OpenViking --skill install-openviking-memory
Clone the repo
git clone --depth 1 https://github.com/volcengine/OpenViking

Made for: Claude Code, Codex.

Per session 191 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00191 $0.09604
Opus 5 $0.00096 $0.04802
Sonnet 5 $0.00038 $0.01921
Haiku 4.5 $0.00019 $0.00960

Measured today against content hash 524700bf0b8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

install-openviking-memory scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS -o /dev/null -w "%{http_code}" --connect-timeout 10 "BASE_URL/health"
examples/openclaw-plugin/skills/install-openviking-memory/SKILL.md · 764 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -3 lines · -67 tokens per session 524700bf0b8b
  2. 2d ago First seen · 767 lines · 258 tokens per session scan A 8fc311207a86

Subscribe to this mod's changes

install-openviking-memory is a skill published in the GitHub repository volcengine/OpenViking (34,838 stars, last pushed today), licensed AGPL-3.0. It adds 191 tokens to every session and 9,604 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wiki

Governed wiki-manager workflow for decision-sensitive repository knowledge retrieval, typed authoring, maintenance, and trust audits. Use when repository knowledge could change a non-trivial decision or when the user mentions wiki, knowledge base, packets, schema reports, or wiki tools. Skip ritual retrieval when no…

ihorleleka/Local-Rag-Wiki · 67 tokens

browserwing-executor

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.

MemTensor/MemOS · 42 tokens

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

MemTensor/MemOS · 84 tokens

ask-user-question

Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.

MemTensor/MemOS · 44 tokens

memos-memory-guide

Use the MemOS Local memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query…

MemTensor/MemOS · 131 tokens

browserwing-admin

Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.

MemTensor/MemOS · 47 tokens