Wiselfx/dsh-freeweb0

dsh-freeweb

DSH 免密钥网页搜索插件:集成 DuckDuckGo、Startpage 爬虫及 Perplexity 匿名接口,支持多引擎并发与超时控制,无需 API 密钥。

AI 分析

核心用途是提供免费的网页搜索能力。适合需要联网搜索功能,但不想注册或付费购买第三方搜索 API 密钥的 DSH 用户。

包名
dsh-freeweb
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年8月23日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.