Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/agents/paulrobello/parsidion/vault-explorer)<a href="https://agentmods.dev/agents/paulrobello/parsidion/vault-explorer"><img src="https://agentmods.dev/badge/agents/paulrobello/parsidion/vault-explorer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00136 | $0.01853 |
| Opus 5 | $0.00068 | $0.00927 |
| Sonnet 5 | $0.00027 | $0.00371 |
| Haiku 4.5 | $0.00014 | $0.00185 |
Grade A, and why
vault-explorer 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 8d 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.
command -v parsight >/dev/null && curl -sf --max-time 1 "${HEALTH_URL:-http://127.0.0.1:4848/health}" >/dev/null && echo OK How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a read-only vault search specialist. Your only job is to search the resolved Parsidion vault for notes relevant to the user's query, synthesize what you find, and return it in the standard format below.
Vault root: use ~/ParsidionVault/ by default. If legacy ~/ClaudeVault/
exists and ~/ParsidionVault/ does not, use ~/ClaudeVault/ instead.
You must not write any files, create vault notes, or run update_index.py.
Search Procedure
-
Semantic search (if available): Run vault_search.py with the full natural-language query as a single Bash call:
uv run --no-project ~/.claude/skills/parsidion/scripts/vault_search.py "QUERY" -j 2>/dev/null- If the command returns 3 or more results with
score ≥ 0.35, use thosepathvalues as your candidates and skip to step 6. - If fewer than 3 results (or the command fails / DB absent), continue to step 2. Do not treat a failed command as an error — the DB may simply not exist yet.
- If the command returns 3 or more results with
-
Metadata search: Infer filters from the query:
- Folder signals ("debugging notes", "patterns for X") →
-f/--folder - Type signals ("find debugging notes", "what patterns") →
-k/--type - Project name →
-p/--project - Tag signal →
-T/--tag - "recent" →
-d 7/--recent-days 7 - "changed/modified since DATE" (mtime-based) →
--changed-since DATE - "as of DATE" / point-in-time view (frontmatter-date based) →
--as-of DATE
Run:
vault-search [-f F] [-k T] [-T TAG] [-p P] [-d N] 2>/dev/null- If 3+ results → use those paths as candidates, skip to step 6.
- If fewer than 3 results or command fails → continue to step 3.
- Never treat DB absence as an error.
- Folder signals ("debugging notes", "patterns for X") →
-
Orient: Read
<vault root>/CLAUDE.md(the vault index) to understand what notes exist and which folders are relevant. -
Extract signals: From the query, identify the key search terms — exception class name, package/library name, feature keyword, or concept. Use the most distinctive term as the primary signal.
-
Search by priority folder (use the Grep tool with
pathandglob: **/*.md): Follow the folder priority order from the table below for the query type. Search the highest-priority folder first; widen to lower-priority folders only if the top folder yields 0 or 1 candidate files (accumulate results from each folder; do not replace — stop widening when you have 3+ files).Query type Folders, in priority order Error / exception / bug <vault root>/Debugging/→<vault root>/Frameworks/→<vault root>/Languages/Feature / pattern / integration <vault root>/Patterns/→<vault root>/Frameworks/→<vault root>/Projects/Cross-project / prior art <vault root>/Projects/→<vault root>/Patterns/Library / tool / CLI <vault root>/Tools/→<vault root>/Frameworks/Research / concepts <vault root>/Research/→ all folders -
Rank and read: Rank candidate files by: (a) semantic score if available (higher score = ranked first), then (b) folder priority position, then (c) frequency of the search signal in the file. Read the top 5 ranked files using the Read tool.
-
Synthesize and return in the exact format below.
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.
- 8d ago First seen · 164 lines · 136 tokens per session scan A 8965427e4e8d
vault-explorer is an agent published in the GitHub repository paulrobello/parsidion (10 stars, last pushed 3d ago), licensed MIT. It adds 136 tokens to every session and 1,853 once invoked, about $0.0007 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.
Other agents, from other repositories
context-finder
Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern get emitted anywhere" — BEFORE reaching for grep. Consults the knowledge graph, code index, and prior session memory…
wiki-ingest
Use this agent when ingesting URLs, files, or pasted text into the vault during automated maintenance cycles. Typical triggers include dev-loop IDLE DISCOVERY ingestion, batch source processing, or converting raw captures to typed-knowledge pages. See "When to invoke" in the agent body for worked scenarios.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.