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.
npx skills add elis132/everything-mcp --skill everything-searchgit clone --depth 1 https://github.com/elis132/everything-mcpWrote 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/skills/elis132/everything-mcp/everything-search)<a href="https://agentmods.dev/skills/elis132/everything-mcp/everything-search"><img src="https://agentmods.dev/badge/skills/elis132/everything-mcp/everything-search/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.
<a href="https://agentmods.dev/skills/elis132/everything-mcp/everything-search"><img src="https://agentmods.dev/badge/skills/elis132/everything-mcp/everything-search.svg" alt="Reviewed on agentmods" width="80" 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.00074 | $0.00713 |
| Opus 5 | $0.00037 | $0.00357 |
| Sonnet 5 | $0.00015 | $0.00143 |
| Haiku 4.5 | $0.00007 | $0.00071 |
Grade A, and why
everything-search 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Everything File Search
The everything_* MCP tools query voidtools Everything's real-time NTFS index.
A search over millions of files returns in milliseconds, so prefer these tools
over shell commands (dir /s, Get-ChildItem -Recurse, glob) for ANY
filename-based lookup outside the current project directory.
Picking the right tool
| Task | Tool |
|---|---|
| Find files/folders by name, extension, size, date | everything_search |
| "What changed in the last hour/day/week?" | everything_find_recent |
| All videos / documents / code / archives somewhere | everything_search_by_type |
| Metadata or first N lines of specific files | everything_file_details |
| "How many?" / "How much disk space?" | everything_count_stats |
Use everything_count_stats BEFORE listing when a query might match
thousands of files - check the scope first, then narrow.
Query syntax essentials
Space between terms = AND. Key operators:
report.pdf name contains "report.pdf"
*.py extension wildcard
ext:py;js;ts multiple extensions
path:C:\Projects ext:py restrict to a directory tree
size:>10mb size:1kb..1mb size filters
dm:today dm:last1week modified date
dc:2024 created date
"exact name.txt" phrase with spaces (quote it)
a | b OR
!node_modules exclude
folder: folders only
file: files only
dupe: duplicate names
empty: empty folders
regex:^test_.*\.py$ regex (or pass match_regex=true)
Patterns that work well
- Locate a project someone mentioned:
everything_search(query="folder: myproject") - Find a config file of unknown location:
everything_search(query="wg0.conf | wireguard ext:conf") - Recently downloaded file:
everything_find_recent(period="1hour", path="C:\\Users\\<user>\\Downloads") - Disk usage of build artifacts:
everything_count_stats(query="path:C:\\Projects node_modules folder:", include_size=true) - Then inspect what you found:
everything_file_details(paths=[...], preview_lines=30)
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.
- 9d ago First seen · 67 lines · 74 tokens per session scan A a5e68f26b28a
everything-search is a skill published in the GitHub repository elis132/everything-mcp (19 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 713 once invoked, about $0.0004 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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.