/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install es-file-search-win - After installation, invoke the skill by name or use
/es-file-search-win - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.
How do I install Windows File Search Skill via Everything?
Run "/install es-file-search-win" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows File Search Skill via Everything free?
Yes, Windows File Search Skill via Everything is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Windows File Search Skill via Everything support?
Windows File Search Skill via Everything is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows File Search Skill via Everything?
It is built and maintained by YrUqx (@thianda91); the current version is v1.0.0.