AI Agent Hub
Back to plugins
SearchSieve preview

SearchSieve

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install rangrongg/SearchSieve

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

Run dsh plugin install rangrongg/SearchSieve in your terminal to install; source code is available at https://github.com/rangrongg/SearchSieve

About this plugin

After a web search finishes, judging how many points are covered, how much is redundant, and what is still missing used to take manual scrolling. SearchSieve runs automatically after each web_search call, computing completeness, representativeness, and redundancy with a pure-rule algorithm, then listing uncovered points and follow-up suggestions in a single card. It needs no model calls or API keys, handles Chinese without a tokenizer, and degrades gracefully on edge cases. Ideal for developers who frequently research online and need a quick quality gate before deciding whether to search again.

Screenshots

Use Cases

  • Quickly gauge whether web search results are sufficient after a query
  • Assess result redundancy to decide if follow-up searches are needed
  • Verify that all expected answer points are covered by the current result set

Best For

  • Developers who rely on web search for frequent research
  • Teams needing a fast quality gate on search results
  • Engineers who prefer zero API overhead and deterministic output