everyfileFast file and folder search on Windows via Voidtools Everything. Use when the user asks to find, list, or count files/folders — by name, path, extension, siz...
Install via ClawdBot CLI:
clawdbot install louisgamedev/everyfileGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://www.voidtools.com/Audited Apr 19, 2026 · audit v1.0
Generated May 12, 2026
System administrators preparing for a data center migration need to inventory all files by extension, size, and date. Using everyfile's CLI, they can quickly count and list files across drives with modifiers like size:>100mb and datecreated:lastyear to identify candidates for archival or deletion, reducing migration volume.
Investigators searching for evidence on a Windows machine need to locate files by exact name, date ranges, and duplicates. The Python API can programmatically search for files matching specific criteria, output absolute paths, and cross-reference duplicate names or sizes (dupe:, sizedupe:) to find tampered copies.
Video editors handling thousands of media files need to find footage by dimensions, orientation, and date modified. Using everyfile's image metadata filters (width:>1920, orientation:landscape) and the `ev --count` flag, they can quickly list large-format clips modified this week.
Developers who accumulate node_modules, .log, and build artifacts can use the CLI in scheduled scripts to locate files by extension (ext:log, ext:tmp) and size (size:>10mb), then pipe results to remove them, keeping development drives lean.
Compliance officers need to verify that no confidential PDFs or spreadsheets remain on shared drives after a data retention policy expires. Using everyfile's date filters (dm:<last6months) and content search (content:confidential), they can generate a report of files for review.
Integrate everyfile's search syntax into a web-based file management tool for Windows cloud storage gateways. Users can instantly search and filter remote files via the API, providing fast search similar to local Everything queries.
License everyfile's code to enterprise IT management vendors who bundle it into their endpoint discovery and inventory suites. The Python API enables automated asset scanning and compliance checks across thousands of Windows machines.
Offer services to companies that need tailored file search scripts using everyfile's CLI and API — e.g., automated data migration validation, duplicate cleanup, or forensic investigation tools. Charge for development and training.
💬 Integration Tip
For best results, ensure Voidtools Everything is running as a Windows service and that the everyfile Python module is installed via pip. Use the CLI in PowerShell scripts with structured output (e.g., CSV) for further processing.
Scored May 12, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.