agent-everything.exe
/install everything-cli
Everything CLI
This skill gives the agent a stable CLI on top of voidtools Everything and should replace recursive local scans whenever the Everything index is suitable.
First Use
If ev is already on PATH, use it immediately.
If ev is missing, bootstrap it first:
py -3 skills/everything-cli/scripts/everything-cli.py ensure --install-shim
If py is unavailable, use python instead.
After bootstrap, treat ev as the default local indexed search command for the rest of the task and future local-search tasks in the same environment.
Commands
ev ensureverifiesEverything.exe, downloadses.exewhen needed, and can install shims with--install-shim.ev search --query "foo"returns indexed search results as JSON by default.ev recent --days 3 --path "C:\Users\izayo\Downloads"finds recently modified items.ev count --query "ext:pdf invoice"returns a count.ev raw -sort path -n 10 foopasses advanced arguments directly toes.exe.
Output
search and recent return JSON by default with query, count, offset, limit, scope, sort, descending, path, and results.
Rules
- Use
evfirst for indexed local file lookup, path lookup, recent-file discovery, and count-only checks. - Prefer
ev search,ev recent, orev countover recursiveGet-ChildItemscans. - Fall back to recursive filesystem scans only when the Everything index is unsuitable or the user explicitly needs non-indexed files.
--pathis recursive because the wrapper uses Everything path matching.- Empty global queries are blocked unless
--allow-emptyis supplied. rawis the escape hatch when a nativees.exeflag is needed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install everything-cli - After installation, invoke the skill by name or use
/everything-cli - Provide required inputs per the skill's parameter spec and get structured output
What is agent-everything.exe?
Fast indexed local file and path search on Windows using voidtools Everything. Use this whenever a task needs local file lookup, path lookup, recent-file dis... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install agent-everything.exe?
Run "/install everything-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is agent-everything.exe free?
Yes, agent-everything.exe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does agent-everything.exe support?
agent-everything.exe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created agent-everything.exe?
It is built and maintained by Zhongyi "William" Qiu (@williamq96); the current version is v1.0.0.