/install es-file-search-win
Windows File Search Skill\r
\r Skill Description: This skill provides powerful file search capabilities on Windows systems using the Everything command line tool (es.exe). It allows for fast and efficient searching of files and folders across the entire file system.\r \r
Overview\r
\r This skill enables advanced file search operations on Windows platforms by leveraging the Everything search engine's command line interface. The es.exe tool offers lightning-fast file searching capabilities, making it ideal for locating files and folders based on various criteria.\r \r
Error Handling\r
\r
When executing commands, if an Error 8 is returned, the skill will automatically retry the command with the -instance=1.5a parameter to ensure compatibility with Everything version 1.5a.\r
\r
If the error persists even after adding the -instance=1.5a parameter:\r
\r
This indicates that the es.exe command-line tool is not properly installed or configured on your system. Please follow these steps:\r
\r
- Download and Install Everything:\r
- Visit the official Everything website: https://www.voidtools.com/downloads/\r
- Download and install the latest version of Everything\r
- Ensure that the "ES Command Line Tool" option is selected during installation\r \r Direct Download Links:\r \r Everything 1.4.1 (Stable Version):\r
- Portable ZIP: https://www.voidtools.com/Everything-1.4.1.1032.x64.zip\r
- Installer: https://www.voidtools.com/Everything-1.4.1.1032.x64-Setup.exe\r \r Everything 1.5.0a (Alpha Version with es.exe included):\r
- Portable ZIP: https://www.voidtools.com/Everything-1.5.0.1404a.x64.zip\r
- Installer: https://www.voidtools.com/Everything-1.5.0.1404a.x64-Setup.exe\r \r \r
- Configure System PATH (Choose one of the following methods):\r
\r
Method A - Add es.exe directory to System PATH:\r
- Locate the es.exe file (typically in
C:\Program Files\Everything\)\r - Add this directory to your system's PATH environment variable\r
- Restart your terminal/command prompt for changes to take effect\r \r Method B - Copy es.exe to System Directory:\r
- Copy the es.exe file to your Windows system directory (
%systemroot%)\r - This is typically
C:\Windows\r \r
- Locate the es.exe file (typically in
- Verify Installation:\r
- Open a new command prompt\r
- Type
es -versionto verify the tool is accessible\r - Type
es -get-everything-versionores -instance=1.5a -get-everything-versionto verify Everything.exe is accessible\r - If successful, you should see the version information for the es command and Everything.exe\r \r
Core Capabilities\r
\r
1. Basic Search Syntax\r
\r
es [options] search_term\r
```\r
\r
### 2. Common Search Options\r
\r
**File Filtering:**\r
\r
- `-p`: Match full path (including folder names)\r
- `-w`: Match whole words only\r
- `-n \x3Cnum>`: Limit number of results\r
- `-path \x3Cpath>`: Search within specified path\r
- `/ad`: Show only directories\r
- `/a-d`: Show only files (exclude directories)\r
\r
**Example:** `es -path "C:\Users" -n 10 *.pdf`\r
\r
### 3. Sorting and Display\r
\r
**Sorting Options:**\r
\r
- `-s`: Sort by full path\r
- `-sort name`: Sort by file name (supports `size`, `extension`, `date-modified`, etc.)\r
- Use `-` prefix for descending order (e.g., `-sort -date-modified`)\r
\r
**Formatted Output:**\r
\r
```\r
es -name -size -date-modified -path search_term\r
```\r
\r
### 4. Advanced Features\r
\r
**Data Export:**\r
\r
- `-csv`: Export results as CSV format\r
- `-export-csv "filename.csv"`: Export to specific CSV file\r
- `-no-header`: Exclude header row in export\r
\r
**Folder Size Calculation:**\r
\r
- `-get-folder-size \x3Cfilename>`: Calculate folder size\r
- `-get-total-size`: Calculate total size of search results\r
\r
**Search Term Highlighting:**\r
\r
- `-highlight`: Highlight matching text in results\r
- `-highlight-color 0x0c`: Set highlight color\r
\r
## Usage Examples\r
\r
**Example 1: Find recently modified Word documents**\r
\r
```\r
es -path "C:\" -sort -date-modified -n 5 -name -size -date-modified *.docx\r
```\r
\r
**Example 2: Export hidden files list to CSV**\r
\r
```\r
es -path "C:\" /ah -export-csv "hidden_files.csv" -no-header\r
```\r
\r
## Notes\r
\r
- **Platform:** Windows only\r
- **Tool:** Everything command line tool (es.exe)\r
- **Compatibility:** Works with Everything version 1.4.1.950 or higher\r
- **Wildcards:** Supports `*` (any characters) and `?` (single character)\r
- **Quoting:** Use double quotes for paths or search terms containing spaces
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install es-file-search-win - 安装完成后,直接呼叫该 Skill 的名称或使用
/es-file-search-win触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Windows File Search Skill via Everything 是什么?
Fast and comprehensive Windows file and folder search using the Everything command line tool with filters, sorting, and CSV export options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Windows File Search Skill via Everything?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install es-file-search-win」即可一键安装,无需额外配置。
Windows File Search Skill via Everything 是免费的吗?
是的,Windows File Search Skill via Everything 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows File Search Skill via Everything 支持哪些平台?
Windows File Search Skill via Everything 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows File Search Skill via Everything?
由 YrUqx(@thianda91)开发并维护,当前版本 v1.0.0。