AI Agent Hub
Back to plugins
🧰

dsh-image-search

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zimai233/dsh-image-search

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

Run dsh plugin install zimai233/dsh-image-search in the DeepSeek Harness terminal to install the plugin; the source is at https://github.com/zimai233/dsh-image-search .

About this plugin

In the DeepSeek Harness vision ecosystem, OCR and UI restoration already exist, yet no single plugin aggregates the major reverse image search engines into one call. dsh-image-search fills that gap: given any public image URL, it constructs search links locally for Google Lens, Baidu, Yandex, TinEye, Bing Visual Search, Sogou, SauceNAO, IQDB, and Ascii2d—nine engines in total—using pure URL string assembly. No network requests are made, no external dependencies are required, and everything runs fully offline.

The plugin exposes three tool interfaces tailored to different workflows: image_search_urls returns a structured JSON array of objects and supports filtering by engine id or by group (General / Anime-Illustration); image_search_engines lists all nine engines with their template parameters and encoding flags for quick discovery; image_search_best produces a human-readable Markdown summary with an overview line followed by one clickable link per engine, ready to copy into a browser tab.

Whether you are a content creator tracing image provenance across engines, an illustrator hunting for the original source of an anime artwork, or a power user who wants an agent to hand back every reverse-search link in a single sentence, dsh-image-search is a zero-build, zero-dependency aggregation layer that makes one-click full-web tracing a single-sentence command.

Use Cases

  • Turn a single public image URL into reverse-search links for all nine engines
  • Filter engines by group (General or Anime-Illustration) for targeted lookups
  • Ask the agent in natural language to list every clickable engine link in one go

Best For

  • Content creators who need cross-engine image provenance tracing
  • Users tracking original sources of anime or illustration artwork
  • Power users who want quick reverse-search links in agent conversations