dsh-freeweb
Keyless web-search provider for DeepSeek Harness (dsh): DuckDuckGo + Startpage scrapers and Perplexity's anonymous ask endpoint behind a consensus fan-out. No API keys, no signup, no quota owner.
AI Analysis
核心用途是提供免费的网页搜索能力。适合需要联网搜索功能,但不想注册或付费购买第三方搜索 API 密钥的 DSH 用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
Defaults live on the plugin entry; every value is optional:
- id: freeweb
name: 'dsh-freeweb'
config:
engines:
duckduckgo: true
startpage: true
perplexity: true
firecrawl: auto # auto = only when a key/endpoint exists; true|false also accepted
firecrawlApiKey: '' # or env FIRECRAWL_API_KEY; free tier at firecrawl.dev, no card
softDeadlineMs: 6000 # early-return once ≥1 engine answered
hardDeadlineMs: 27000 # absolute cap; stragglers aborted
engineTimeoutMs: 25000 # per-engine transport timeout
The deadlines bound each call: engines get 25 s individually, the whole fan-out returns early at 6 s once something has answered, and nothing outlives 27 s. Config changes take effect after a dsh restart.