wiki-ingest

wiki-ingest is a skill for Claude Code from mrDesign-ww/vault-os. It costs 23 tokens per session (377 once invoked), scanned A, original, MIT.

A tool for adding source material to a private project memory store while keeping the original evidence unchanged and storing verified conclusions separately.

In plain words
What is it for?
It is for importing project or reference material, recording where it came from, updating indexes, and flagging claims that need review.
Why use it?
It prevents source documents from being overwritten or confused with later summaries and uncertain claims.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It is for importing project or reference material, recording where it came from, updating indexes, and flagging claims that need review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mrdesign-ww/vault-os/wiki-ingest
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 mrDesign-ww/vault-os --skill wiki-ingest
Clone the repo
git clone --depth 1 https://github.com/mrDesign-ww/vault-os

Made for: Claude Code.

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 wiki-ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/wiki-ingest/github.svg)](https://agentmods.dev/skills/mrdesign-ww/vault-os/wiki-ingest)
Your own site
<a href="https://agentmods.dev/skills/mrdesign-ww/vault-os/wiki-ingest"><img src="https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/wiki-ingest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wiki-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrdesign-ww/vault-os/wiki-ingest"><img src="https://agentmods.dev/badge/skills/mrdesign-ww/vault-os/wiki-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 377 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.00023 $0.00377
Opus 5 $0.00012 $0.00188
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

wiki-ingest 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.

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.

shell/vault-template/.claude/skills/wiki-ingest/SKILL.md · 17 lines

What it actually says

Ingest into canonical memory

  1. Determine the active zone and project. Do not inspect another zone.
  2. Acquire bash scripts/wiki-lock.sh acquire .vault-meta/write/ZONE --ttl 3600. Save, ingest and evolution share this exact zone lock. Retain the token. After every long phase and before later writes, build and checkpoint, run renew then check. Release in a finally path on success or failure; never reacquire over expired partial work.
  3. Copy the original source without rewriting it. Project evidence goes in the project's sources/. Non-project work evidence goes to wiki/resources/incoming/; personal and Client non-project evidence goes to that zone's inbox. Evidence is always L0, regardless of its frontmatter.
  4. Verify the copied bytes or hash. Create a separate L1 page with memory_provenance, or L2 synthesis when the source clearly changes canonical project state. If the claim is inferred, conflicting or uncertain, create an L0 memory candidate instead and wait for review.
  5. Update project and zone indexes, append-only log, then hot cache.
  6. Run zone scan, check the token, build --zone ZONE --lock-token TOKEN, and validate --zone ZONE --lock-token TOKEN. Check again, create a scoped local Git checkpoint and never push.
  7. Release in the finally path, then run a relevant retrieval query and inspect its current-state snippet. Do not call the plugin repository's wiki-mode.py.

Stop, release the token, and report the exact failure if provenance, zone, source immutability, validation, checkpoint, or retrieval acceptance cannot be established.

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 · 17 lines · 23 tokens per session scan A 960f4e9bbe71

Subscribe to this mod's changes

wiki-ingest is a skill published in the GitHub repository mrDesign-ww/vault-os (2 stars, last pushed 5d ago), licensed MIT. It adds 23 tokens to every session and 377 once invoked, about $0.0001 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-09-05.

Related

Other skills, from other repositories

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens

neat-freak

Knowledge and governance closeout: reconcile project docs, rule files (CLAUDE.md/AGENTS.md), authorized agent memory, and workspace residue with what the code and runtime actually do, so the next session or the next person starts from one current answer. Trigger when the user names "neat-freak", "洁癖", or "/neat" — and…

KKKKhazix/khazix-skills · 202 tokens

mnemos

Task-scoped memory lifecycle — typed MnemoGraph prevents lossy context compaction by treating facts/decisions/code-refs/handoffs as distinct node types with per-type eviction policies.

alinaqi/maggy · 40 tokens

grimoire

Use when the user says 'update context', 'update claude', 'save library', or after significant project changes.

cwinvestments/memstack · 28 tokens

keep-the-why

Extract and preserve the reasoning code cannot explain - decisions, rejected alternatives, workarounds, incidents, constraints - plus project setup and maintainer interviews. Not for what changed (see Keep a Changelog) - only why. Also the place for complaints, feedback and settings changes about this skill itself.

oliver-zehentleitner/keep-the-why · 65 tokens

ln-31-performance-optimizer

Profiles and improves a measured latency, throughput, CPU, memory, or I/O problem. Not for speculative tuning or cosmetic refactoring.

levnikolaevich/claude-code-skills · 34 tokens