vault-for-llm

vault-for-llm is a skill for Claude Code, Codex from zycaskevin/Vault-Agent-Memory. It costs 46 tokens per session (531 once invoked), scanned A, original, Apache-2.0.

A skill that connects OpenClaw to Vault Agent Memory, a local project knowledge store for decisions, notes, procedures, and reviewed handoffs. It searches that store, reads limited cited sections, and proposes new memories for review.

In plain words
What is it for?
Use it to search project knowledge, read source ranges before citing them, propose memories, and keep secrets or private data out of storage.
Why use it?
It helps an agent find trustworthy project information without treating every search preview as proof or writing unreviewed observations into shared memory.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Good fit Use it to search project knowledge, read source ranges before citing them…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zycaskevin/vault-agent-memory/openclaw
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.

Any agent
npx skills add zycaskevin/Vault-Agent-Memory --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/zycaskevin/Vault-Agent-Memory

Made for: Claude Code, Codex.

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 vault-for-llm

README.md
[![agentmods](https://agentmods.dev/badge/skills/zycaskevin/vault-agent-memory/openclaw.svg)](https://agentmods.dev/skills/zycaskevin/vault-agent-memory/openclaw)
Your own site
<a href="https://agentmods.dev/skills/zycaskevin/vault-agent-memory/openclaw"><img src="https://agentmods.dev/badge/skills/zycaskevin/vault-agent-memory/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00046 $0.00531
Opus 5 $0.00023 $0.00266
Sonnet 5 $0.00009 $0.00106
Haiku 4.5 $0.00005 $0.00053

Measured 7d ago against content hash 62bd25d1fd77, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vault-for-llm scanned grade A with 0 findings 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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (index.ts, install.sh, verify.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/openclaw/SKILL.md · 73 lines

What it actually says

Vault Agent Memory for OpenClaw

Use this skill when OpenClaw needs durable project knowledge from Vault Agent Memory.

Vault is not an always-on chat memory dump. Treat it as governed project memory: confirmed decisions, source-of-truth notes, pitfalls, SOPs, repo docs, and reviewed handoff knowledge.

Agent Rules

  1. Search before answering project-memory questions.
  2. Do not treat search preview text as final evidence.
  3. If a result has id, node_uid, or line_start/line_end, use bounded read before citing it.
  4. Cite the source title and line range returned by Vault when making claims.
  5. Use candidate-first memory:
    • For new observations, use vault_memory_propose.
    • Do not promote candidates unless a human operator explicitly asks.
    • Do not use direct vault_add for autonomous memories.
  6. Keep secrets out of memory. If content may include tokens, API keys, private credentials, or customer data, ask before storing.

Commands

vault-openclaw init
vault-openclaw search "deployment checklist" --limit 5
vault-openclaw read-range 12 --line-start 20 --line-end 55
vault-openclaw mcp-config

Database Scope

OpenClaw shares memory with other agents only when they use the same Vault project directory. If OpenClaw should join a shared project memory, configure the plugin projectDir to the same path used by Hermes, Codex, Claude Code, or n8n. Use a separate projectDir for isolated experiments.

vault_search -> vault_read_range -> answer with source

For new memory:

vault_memory_propose -> human review -> vault_memory_promote only after approval
Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 73 lines · 46 tokens per session scan A 62bd25d1fd77

Subscribe to this mod's changes

vault-for-llm is a skill published in the GitHub repository zycaskevin/Vault-Agent-Memory (49 stars, last pushed 10d ago), licensed Apache-2.0. It adds 46 tokens to every session and 531 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

rekal-init

Bootstrap rekal memory for a project. Scans the codebase for architecture, conventions, dependencies, workflows, and config, then stores durable knowledge as properly typed, tagged, deduplicated memories. Use when starting rekal on a new project, or when user says "init rekal", "bootstrap memory", "populate rekal"…

janbjorge/rekal · 83 tokens

rekal-save

End-of-session memory capture with deduplication. Extracts durable knowledge, checks for duplicates, stores or replaces as appropriate. Use whenever a session wraps up, a task finishes, or the user says goodbye/thanks/done. Also use when significant preferences, decisions, or discoveries emerge mid-session. Make sure…

janbjorge/rekal · 79 tokens

rekal-usage

Operational guide for rekal memory tools. Precise rules for when/how to call each tool, with exact parameters and decision trees. Use at session start, when onboarding to a rekal workspace, or when user asks "how do I use rekal", "what rekal tools", "help with memory". Trigger: /rekal-usage.

janbjorge/rekal · 75 tokens

rekal-hygiene

Periodic memory maintenance and cleanup. Finds duplicates, contradictions, and quality issues in the memory database. Proposes fixes for user approval. Never auto-deletes or auto-modifies. Use when user says "clean up memories", "memory maintenance", "check memory health", or invokes /rekal-hygiene. Run monthly or…

janbjorge/rekal · 77 tokens

any-mcp

Use when an agent needs to read, search, create, edit, organize, upload, or chat with Anytype through the bounded any-mcp server. Covers safe tool selection, exact identifier chaining, optional toolsets, common PKM workflows, and the narrow anyr fallbacks for chat subscriptions and rich chat blocks.

stevelr/anytype · 68 tokens

alice-memory

Use Alice as the user's durable local memory. Load before answering from context, and whenever you learn something worth keeping across sessions.

samrusani/AliceMemory · 28 tokens