openclaw-memory-openviking AGENTS.md

openclaw-memory-openviking AGENTS.md is an instructions file for Codex, OpenCode from clawd20130/openclaw-memory-openviking. It costs 1,107 tokens per session, scanned A, original, MIT.

A set of instructions for an OpenClaw memory plugin that stores and searches project memory through OpenViking. OpenClaw is the host agent system, and OpenViking is the memory service it connects to.

In plain words
What is it for?
Understanding the plugin layout, configuring its memory slot, searching and reading stored memory, synchronising files, and maintaining the OpenViking connection.
Why use it?
It keeps plugin names, configuration examples, file mappings, and the service interface consistent so the memory plugin loads and behaves correctly.

Instructions file for CodexOpenCode

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 instructions/clawd20130/openclaw-memory-openviking/agents-md
Clone the repo
git clone --depth 1 https://github.com/clawd20130/openclaw-memory-openviking

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw-memory-openviking AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/clawd20130/openclaw-memory-openviking/agents-md.svg)](https://agentmods.dev/instructions/clawd20130/openclaw-memory-openviking/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/clawd20130/openclaw-memory-openviking/agents-md"><img src="https://agentmods.dev/badge/instructions/clawd20130/openclaw-memory-openviking/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,107 This file is loaded in full into every session.
When invoked 1,107 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original 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.01107 $0.01107
Opus 5 $0.00553 $0.00553
Sonnet 5 $0.00221 $0.00221
Haiku 4.5 $0.00111 $0.00111

Measured 5d ago against content hash fdbd8f0ae577, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw-memory-openviking AGENTS.md 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 5d ago.

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 http://127.0.0.1:1933/health
AGENTS.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

This file is for development agents (human or AI) working in this repository. The goal is to reduce regressions and keep behavior aligned with OpenClaw and OpenViking APIs.

1. Repository Scope

  • Project: OpenClaw memory plugin backed by OpenViking.
  • Runtime tools: memory_search, memory_get.
  • Canonical plugin ID: openclaw-memory-openviking.
  • npm package name: @kevinzhow/openclaw-memory-openviking.

2. Critical Consistency Rules

The following fields must stay consistent to avoid load warnings or invalid config:

  • plugin.id in src/index.ts
  • id in openclaw.plugin.json
  • plugins.slots.memory in docs/examples/config snippets
  • plugins.entries.<id> in docs/examples/config snippets

Correct value: openclaw-memory-openviking.

3. Core Code Layout

  • src/index.ts: plugin entry, config parsing, tool registration, periodic sync, shutdown handling.
  • src/client.ts: OpenViking HTTP client and error wrapping.
  • src/manager.ts: MemorySearchManager implementation (search, readFile, sync, probes).
  • src/mapper.ts: local-path to OpenViking-URI mapping rules.
  • src/types.ts: plugin config and OpenViking API types.
  • openclaw.plugin.json: OpenClaw manifest (configSchema + configUiHints).

4. OpenViking API Contract

Current implementation depends on these endpoints. If any endpoint behavior changes, update code and tests together:

  • GET /health
  • GET /api/v1/system/status
  • POST /api/v1/search/find
  • POST /api/v1/search/search
  • GET /api/v1/content/read
  • GET /api/v1/content/overview
  • GET /api/v1/content/abstract
  • POST /api/v1/resources
  • GET /api/v1/fs/stat
  • POST /api/v1/fs/mkdir
  • DELETE /api/v1/fs
  • POST /api/v1/fs/mv
  • POST /api/v1/system/wait

5. Configuration Model Constraints

Allowed config fields are defined by configSchema in src/index.ts and openclaw.plugin.json.

Do not introduce removed/unsupported fields in docs or examples (for example autoLayering, debounceMs, search.mode=hybrid).

Read the full file on GitHub · 132 lines

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. 5d ago First seen · 132 lines · 1,107 tokens per session scan A fdbd8f0ae577

Subscribe to this mod's changes

openclaw-memory-openviking AGENTS.md is an instructions file published in the GitHub repository clawd20130/openclaw-memory-openviking (5 stars, last pushed 6mo ago), licensed MIT. It adds 1,107 tokens to every session, about $0.0055 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-31.