VaultysClaw CLAUDE.md

VaultysClaw CLAUDE.md is an instructions file for coding agents from vaultys/VaultysClaw. It costs 2,839 tokens per session, scanned A, original, MIT.

Repository instructions for VaultysClaw, a decentralized platform where a central control plane manages agent controllers over WebSockets. The controllers run tools and maintain cryptographic identities.

In plain words
What is it for?
Use them when working on policies, APIs, the dashboard, agent runtime, MCP gateway, notifications, builds, or the simulator.
Why use it?
They document the monorepo packages, commands, and architecture so agents can change the correct part without overlooking connected services.

Instructions file

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/vaultys/vaultysclaw/claude-md
Clone the repo
git clone --depth 1 https://github.com/vaultys/VaultysClaw

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 VaultysClaw CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vaultys/vaultysclaw/claude-md.svg)](https://agentmods.dev/instructions/vaultys/vaultysclaw/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/vaultys/vaultysclaw/claude-md"><img src="https://agentmods.dev/badge/instructions/vaultys/vaultysclaw/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,839 This file is loaded in full into every session.
When invoked 2,839 The same file — it is already loaded in full.
Security scan A 0 findings. 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.1 $0.02839 $0.02839
Opus 5 $0.01419 $0.01419
Sonnet 5 $0.00568 $0.00568
Haiku 4.5 $0.00284 $0.00284

Measured 5d ago against content hash 600e0d1251e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

VaultysClaw CLAUDE.md 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 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.

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.

CLAUDE.md · 153 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

VaultysClaw is a decentralized AI agent orchestration platform. A central control plane (Next.js + WebSocket server) manages lightweight agent controllers that connect via WebSocket, execute LLM-driven intents using tools, and maintain cryptographic identity via VaultysId.

Monorepo: pnpm workspaces + Turborepo. Main packages:

Package Description CLAUDE.md
packages/shared Types, security utils, channel protocol definitions
packages/policy Policy engine: capability/resource-limit types, cert signing/verification, runtime enforcement gates
packages/control-plane Next.js App Router dashboard + WebSocket server (port 3000 / WS 8080)
packages/control-plane/app/api REST API routes (ts-rest pattern)
packages/agent-controller Agent runtime CLI, tools, skills, memory
packages/mcp-gateway MCP server exposing VaultysClaw agents as tools
packages/notifier Standalone worker: consumes notification events from BullMQ and delivers email / in-app / push (SSE)
packages/webhook-dispatcher Standalone worker: consumes webhook events from BullMQ, signs them (HMAC) and POSTs to configured endpoints

Commands

# Development
pnpm install
pnpm dev                     # Start all packages (control plane + agent)
pnpm vaultysclaw:dev         # Control plane only (preferred alias)
pnpm agent:dev               # Agent controller only (headless)
pnpm agent:web               # Agent controller with web UI (port 3002)
pnpm agent:tui               # Agent controller with Ink TUI
pnpm mcp:dev                 # MCP gateway (stdio, reads VC_CONTROL_PLANE_URL + VC_API_KEY)
pnpm notifier:dev            # Notifier worker (reads DATABASE_URL + REDIS_URL; needs Redis running)
pnpm webhook:dev             # Webhook dispatcher worker (reads DATABASE_URL + REDIS_URL; needs Redis running)
pnpm mcp:build               # Build MCP gateway to dist/

# Demo / Simulator
pnpm simulator:up            # Full demo stack: PostgreSQL + MinIO + Docling + LiteLLM + Grafana + 30 agents
pnpm simulator:seed          # Seed DB (8 workspaces, 200+ users, 30 agents, 15 workflows) — idempotent
pnpm simulator:start         # Connect 30 simulated agents (control plane must be running)
pnpm simulator:full          # seed + start
./demo/setup.sh              # Minimal demo: 3 real agents for recording / quick exploration

# Build
pnpm build                   # All packages via Turborepo
pnpm agent:build:binaries    # Build standalone agent CLI binaries

# Testing
pnpm test                    # Run all tests (Vitest, no watch)
pnpm test:ui                 # Vitest interactive UI
pnpm test:docker             # Docker integration tests
pnpm test:litellm            # LiteLLM integration tests
pnpm vitest run __tests__/channels.test.ts  # Single test file

# Code quality
pnpm lint
pnpm type-check
pnpm format

Read the full file on GitHub · 153 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 · 153 lines · 2,839 tokens per session scan A 600e0d1251e1

Subscribe to this mod's changes

VaultysClaw CLAUDE.md is an instructions file published in the GitHub repository vaultys/VaultysClaw (77 stars, last pushed 3d ago), licensed MIT. It adds 2,839 tokens to every session, about $0.0142 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.