everything-cliFast 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...
Install via ClawdBot CLI:
clawdbot install williamq96/everything-cliGrade 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/$zipNameAudited Apr 18, 2026 · audit v1.0
Generated May 8, 2026
A customer support agent needs to find a specific configuration file on a user's Windows machine. Using ev search --query quickly locates the file by name or path, reducing resolution time from minutes to seconds.
A compliance officer needs to list all PDF files modified in the last 7 days across shared drives. ev recent --days 7 --path "D:\Shared" outputs the data as JSON for easy integration with reporting tools.
A developer needs to find all image assets (ext:png, jpg) in a project folder to optimize them. ev search --query "project_folder ext:png | ext:jpg" returns paths instantly, bypassing slow recursive scans.
An IT administrator wants to count temporary files older than 30 days across multiple drives. ev count --query "ext:tmp datemodified:<30days" provides the count, enabling data-driven cleanup decisions.
A legal team needs to gather all documents containing 'confidential' in their name from a network share. ev search --query "confidential path:\\server\share" returns results quickly, aiding e-discovery.
Offer a subscription service that integrates Everything CLI into enterprise environments, providing rapid file search capabilities to boost employee productivity. Revenue comes from monthly per-seat fees.
Provide basic indexed search for free, with advanced features like scheduled searches, audit logging, and API access for a premium tier. Revenue from premium subscriptions.
Sell licenses to organizations for deploying the CLI across all workstations, including support and custom integration. Revenue from annual licensing contracts.
💬 Integration Tip
Integrate with automation scripts by parsing the JSON output from ev search or ev recent to trigger downstream workflows (e.g., file backup or deletion).
Scored May 8, 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.