dsh-web-search-ddg
Run the following command in DeepSeek Harness:
dsh plugin install tatselkrik/dsh-web-search-ddg
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install tatselkrik/dsh-web-search-ddg in your terminal to install the plugin into your active profile; the full source is available at https://github.com/tatselkrik/dsh-web-search-ddg.
About this plugin
DeepSeek Harness is free software, yet web search has been the one feature locked behind a paywall: every built-in provider demands a DeepSeek platform key, an Exa account, or a Perplexity subscription, while closed-source tools bundle live search into their paid plans. dsh-web-search-ddg removes that barrier entirely. It scrapes DuckDuckGo's lite results page over plain HTTP, requiring no API key, no account, no credit card, and burning zero auxiliary model tokens. One search costs exactly one ordinary HTTP fetch.
On the parsing side, the plugin accepts only anchors explicitly marked as DuckDuckGo results and raises WEB_PROVIDER_ERROR when zero items are found rather than silently returning an empty array. /l/?uddg= redirect wrappers are unwrapped to their real targets, internal and duplicate URLs are dropped, and HTML entity decoding is ordered to prevent double-decode artifacts. Queries can be sent via GET or POST, giving deployments a fallback when anomaly detection blocks the other. The package reads nothing from the credentials vault, ships with no install or postinstall scripts, and pins every dependency to a bounded caret range, keeping the supply-chain attack surface minimal.
If you run a coding agent inside DeepSeek Harness and would rather not sign up for a paid search API, worry about key rotation, or hit a trial-expiry cliff, this plugin gives you a search capability that lives in your own checkout: auditable, patchable, and yours to keep. It is also a natural fit for developers who care about supply-chain security and prefer a fully local, inspectable toolchain.
Use Cases
- Letting a coding agent inside DeepSeek Harness look up technical docs online
- Keeping the search capability free of any paid API or third-party account
- Building a fully local, auditable AI coding toolchain with zero external service dependency
Best For
- Developers running coding agents in DeepSeek Harness that need online search
- Users who care about supply-chain security and reject postinstall scripts or unauditable dependencies
- Engineers who prefer open-source, self-hosted, patchable toolchains
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.