Free web search with 10 engines (Bing/DuckDuckGo/SearXNG/AnySearch free + Exa/Tavily/Keenable/Perplexity/DeepSeek paid), automatic fallback chain, time-filtered advanced search, platform search (GitHub/Reddit), web page fetching, LRU caching, and a settings UI. No API keys required for basic use.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:delef/dsh-free-web-search
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Free web search plugin for DeepSeek Harness. No API keys required — works out of the box with Bing, DuckDuckGo, and SearXNG. Optional paid engines (Exa, Tavily, Keenable, Perplexity, DeepSeek Official) activate when you add a key.
Features
- 10 search engines with automatic fallback — if one fails, the next one picks up
- Time-filtered search via
advanced_searchtool (last day/week/month/year, or custom ranges like3d,2mo,2026-07-01) - Platform search — GitHub repos and Reddit threads via
platform_searchtool - Engine diagnostics —
free_search_testtool to check which engines work - Web Settings UI — engine selection, API key management, cache TTL config
- Result caching — LRU cache (50 entries, configurable TTL up to 5 min) to reduce rate limiting
Install
dsh plugin --profile web add github:delef/dsh-free-web-search
If pnpm blocks the build script, add the key it prints to allowBuilds in your profile's pnpm-workspace.yaml and retry.
Engines
| Engine | Cost | Key required |
|---|---|---|
| Bing | Free | No |
| DuckDuckGo (HTML / Lite) | Free | No |
| SearXNG | Free | No |
| AnySearch AI | Free | No |
| Exa | Free tier / paid | Optional |
| Tavily | Free tier / paid | Optional |
| Keenable | Free tier / paid | Optional |
| Perplexity | Paid | Yes |
| DeepSeek Official | Paid | Yes |
Default engine: Bing (most stable). Change it in Settings > Plugins > Free Web Search, or type /free-search-engine in chat.
Tools
web_search (built-in, powered by this plugin)
Standard harness web search. Uses the configured engine with automatic fallback.
advanced_search
query: "rust async runtime"
timeRange: "week" # day | week | month | year | 3d | 2mo | 1y | 2026-07-01
engine: "exa" # optional, override preferred engine
maxResults: 5
platform_search
platform: "github" # github | reddit
query: "deepseek harness plugins"
maxResults: 5
web_fetch
url: "https://docs.example.com/guide"
maxLength: 50000 # optional, default 50000 chars
Fetches a single page, strips HTML, returns plain text. For reading articles, docs, or any URL.
free_search_test
Tests engine availability. No arguments tests all engines.
Configuration
Settings are managed through the web UI (Settings > Plugins > Free Web Search) or settings.yaml:
free-search:
provider: bing
bingMarket: en-US
cache: true
cacheTtl: 5
platforms:
- github
- reddit
searxngInstances: # optional, overrides default public instances
- https://your-instance.example.com
# Optional API keys
exaApiKey: ""
tavilyApiKey: ""
keenableApiKey: ""
perplexityApiKey: ""
deepseekApiKey: ""
License
Apache-2.0
Links
More in this category
Tencent/BrowserSkill#dsh-plugin-browserskill★ 1962
BrowserSkill bridge for controlling visible Chrome and Edge Agent Windows from DeepSeek Harness, with native browser tools, accessibility and VOM observations, screenshots, owned multi-session control, and a live Web UI overlay.
Lum1104/dsh-browser#bridge-browser★ 639
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
liustack/modsearch★ 470
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
DDDMUC/dsh-free-search★ 166
Free, keyless web search for DSH: 7 engines (DuckDuckGo/Bing/SearXNG free + Exa/Perplexity/DeepSeek paid), auto-failover, settings-page UI with API key inputs and official links, web_fetch, and an engine test tool.
Tabbit-Browser/dsh-plugin★ 101
Gives DeepSeek Harness control of the Tabbit Browser: auto-loads the tabbit-browser skill on install, detects official Tabbit and Tabbit Browser releases (>= 1.9.0), checks the tabbit-cli persistent runtime, diagnoses the per-platform DSH sandbox mode needed to call the CLI, and downloads the region-matched official installer via a background job when no qualifying version is present.
Tabbit-Browser/dsh-tabbit★ 101
Gives DeepSeek Harness control of the Tabbit Browser: auto-loads the tabbit-browser skill on install, detects official Tabbit and Tabbit Browser releases (>= 1.9.0), checks the tabbit-cli persistent runtime, diagnoses the per-platform DSH sandbox mode needed to call the CLI, and downloads the region-matched official installer via a background job when no qualifying version is present.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.