AI Agent Hub
Back to plugins
🧰

dsh-tool-everything

Web Tools Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install roxyyn0304/dsh-tool-everything

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install roxyyn0304/dsh-tool-everything (source: https://github.com/roxyyn0304/dsh-tool-everything) in your terminal to install the Everything filesystem search plugin, then hard-refresh the browser and open a new session to start using it.

About this plugin

Getting an AI agent to search your Windows filesystem used to mean spinning up Everything's HTTP server, wiring up es.exe, or tweaking settings—altogether more ceremony than a simple file lookup deserves. dsh-tool-everything trims that away by calling the Everything SDK directly through koffi FFI over the local IPC channel, delivering millisecond-level filename results so the DSH Agent can search your entire drive as naturally as any built-in tool, with no extra services and no configuration.

The tool supports the full Everything query syntax—wildcards, path scoping, extension filters, size ranges, regex, and boolean operators—and returns structured results (path, file size, folder flag) that the UI renders as clean search cards. It ships with Everything64.dll baked in, so there is nothing to install separately, and it is a single-file Cordis plugin that supports hot-reload for a smooth development loop.

If you work on Windows and rely on DeepSeek Harness for code lookups, media retrieval, or project-asset audits, this plugin turns that step from a multi-service setup into a one-liner that responds in milliseconds.

Use Cases

  • Asking the agent to locate specific files in a large codebase by name or path in milliseconds
  • Filtering media or project assets in conversation using wildcards, extensions, or size ranges
  • Assisting with archiving, duplicate-file detection, and other batch file discovery tasks

Best For

  • Developers running DeepSeek Harness on Windows
  • Users who need the agent to search the local filesystem without extra setup
  • Power DSH users who value zero-config, dependency-free plug-and-play tools