Install
openclaw skills install es-file-search-winFast and comprehensive Windows file and folder search using the Everything command line tool with filters, sorting, and CSV export options.
openclaw skills install es-file-search-winSkill 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.
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.
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.
If the error persists even after adding the -instance=1.5a parameter:
This indicates that the es.exe command-line tool is not properly installed or configured on your system. Please follow these steps:
Download and Install Everything:
Direct Download Links:
Everything 1.4.1 (Stable Version):
Everything 1.5.0a (Alpha Version with es.exe included):
Configure System PATH (Choose one of the following methods):
Method A - Add es.exe directory to System PATH:
C:\Program Files\Everything\)Method B - Copy es.exe to System Directory:
%systemroot%)C:\WindowsVerify Installation:
es -version to verify the tool is accessiblees -get-everything-version or es -instance=1.5a -get-everything-version to verify Everything.exe is accessiblees [options] search_term
File Filtering:
-p: Match full path (including folder names)-w: Match whole words only-n <num>: Limit number of results-path <path>: Search within specified path/ad: Show only directories/a-d: Show only files (exclude directories)Example: es -path "C:\Users" -n 10 *.pdf
Sorting Options:
-s: Sort by full path-sort name: Sort by file name (supports size, extension, date-modified, etc.)- prefix for descending order (e.g., -sort -date-modified)Formatted Output:
es -name -size -date-modified -path search_term
Data Export:
-csv: Export results as CSV format-export-csv "filename.csv": Export to specific CSV file-no-header: Exclude header row in exportFolder Size Calculation:
-get-folder-size <filename>: Calculate folder size-get-total-size: Calculate total size of search resultsSearch Term Highlighting:
-highlight: Highlight matching text in results-highlight-color 0x0c: Set highlight colorExample 1: Find recently modified Word documents
es -path "C:\" -sort -date-modified -n 5 -name -size -date-modified *.docx
Example 2: Export hidden files list to CSV
es -path "C:\" /ah -export-csv "hidden_files.csv" -no-header
* (any characters) and ? (single character)