ModSearch: Adding Free Online Search to DeepSeek Harness
ModSearch (liustack/modsearch) is a popular free online search plugin in the DeepSeek Harness community, allowing users to get started without registration or API keys. This article introduces its capabilities for web search, X (formerly Twitter) search, and single-page scraping, provides the installation command and verification method for dsh, and explains multi-engine failover, structured JSON output, and usage precautions.
Read MoreAdd Online Search Bridge to DeepSeek Harness with modsearch
modsearch is a DeepSeek Harness web search plugin maintained by liustack (MIT License, version 5.4.2 at the time of writing). It connects the built-in `web_search` of dsh to a fault-tolerant engine chain, and supplements `x_search` and `read_page` functions, enabling models without native internet access to query web pages or X, and obtain structured JSON with citations. This article verifies the installation commands, engine configurations and output contracts based on the community directory and GitHub.
Read More