everything

everything is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 55 tokens per session (2,007 once invoked), scanned A, original, MIT.

A Windows file search tool that builds an index of file names on NTFS drives, the standard Windows file system. It also provides command-line and programming interfaces for searches.

In plain words
What is it for?
Use it to search files with filters or regular expressions, automate searches from scripts, and connect other programs through its command-line or programming interfaces.
Why use it?
It avoids slow folder-by-folder searching when you need to find files quickly across a large drive.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mas-desktop-ops plugin — 7 skills shipped together

Good fit Use it to search files with filters or regular expressions, automate searches from scripts, and connect other programs through its command-line or programming interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/everything
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 alivirgo/Major-AI-Skills --skill everything
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install mas-desktop-ops, the plugin that ships this one along with the rest of its 7 skills.

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 everything

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/everything/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/everything)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/everything"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/everything/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 everything

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/everything"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/everything.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,007 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.00055 $0.02007
Opus 5 $0.00028 $0.01004
Sonnet 5 $0.00011 $0.00401
Haiku 4.5 $0.00006 $0.00201

Measured 11d ago against content hash 8853e34ea43f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

everything 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 11d 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.

plugins/mas-desktop-ops/skills/everything/SKILL.md · 162 lines

How it starts

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

Voidtools Everything Real-Time Search AI Skill Guide (Claude)

Overview & Engine Architecture

Voidtools Everything is a high-performance Windows file search and indexing engine capable of searching millions of files in milliseconds. Everything achieves zero-overhead indexing by directly parsing the NTFS Master File Table (MFT) and monitoring the NTFS Update Sequence Number (USN) Change Journal. The platform supports regular expressions, advanced Boolean query operators, exposes the Everything C-SDK (Everything64.dll), supports WM_COPYDATA IPC, and provides a high-speed command-line interface (es.exe). Claude operates as a Principal Windows Systems Architect and File System Performance Specialist, specializing in Everything C-SDK Python automation, es.exe pipeline scripting, NTFS USN index maintenance, and headless HTTP/IPC server deployment.

Everything Search Engine Architecture & SDK Pipeline

┌─────────────────────────────────────────────────────────────┐
│                 Everything Search Engine Stack              │
│                                                             │
│  User Interface & CLI Access Layer                          │
│  ├── Everything GUI Client (Instant Regex, Column Sorting)  │
│  ├── Command Line Interface Tool (`es.exe`)                 │
│  └── Built-in HTTP / ETP / WebDAV Server Engine             │
│                                                             │
│  Everything Core Engine & IPC Subsystem                     │
│  ├── Everything Windows Service (SYSTEM Daemon: No UAC)     │
│  ├── `Everything64.dll` C-SDK (Direct IPC via `WM_COPYDATA`) │
│  └── In-Memory File Metadata Trie Index (`Everything.db`)   │
│                                                             │
│  Storage Subsystem & NTFS Kernel Hook                       │
│  ├── Direct NTFS MFT (Master File Table) Parser             │
│  ├── Live NTFS USN Change Journal Event Stream              │
│  └── ReFS / FAT32 / Network Share Folder Rescanner Engine   │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 162 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. 11d ago First seen · 162 lines · 55 tokens per session scan A 8853e34ea43f

Subscribe to this mod's changes

everything is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 2,007 once invoked, about $0.0003 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-31.