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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install everything-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/everything-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。
如何安装 agent-everything.exe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install everything-cli」即可一键安装,无需额外配置。
agent-everything.exe 是免费的吗?
是的,agent-everything.exe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
agent-everything.exe 支持哪些平台?
agent-everything.exe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 agent-everything.exe?
由 Zhongyi "William" Qiu(@williamq96)开发并维护,当前版本 v1.0.0。