Bryan-cmf / dsh-cross-search

Listed

DSH-Plugin: multi-engine cross-validated search - parallel Brave/Tavily/DDG/Wikipedia, URL dedupe, confidence tiers.

mainTool View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:Bryan-cmf/dsh-cross-search

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 15023beSynced Aug 18, 2026

🔍 Cross Search — DSH-Plugin

多引擎交叉驗證搜索:Brave / Tavily / DuckDuckGo / Wikipedia(可選 Bing / Mojeek)並行查詢,URL 去重,按獨立引擎同意數分置信度——單引擎結果誠實標為 LOW。

npm License: MIT DSH

Confidence tiers

TierConditionMeaning
🟢 HIGH≥ 50% of running engines agreeindependently verified
🟡 MEDIUM≥ 2 engines agreepartially verified
🔴 LOWsingle enginehonest unverified

Tool

cross_search { query, engines?, limit? } — parallel fetch, URL dedupe (tracking params stripped), tiered ranking, engine provenance per result.

API keys (env)

EngineEnv varKeyless fallback
BraveBRAVE_API_KEY
TavilyTAVILY_API_KEY
BingBING_API_KEY
MojeekMOJEEK_API_KEY
DuckDuckGo✅ (HTML endpoint)
Wikipedia✅ (REST API, wikiLang config)

Missing keys skip that engine; the report always states which engines ran.

Install

"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-cross-search"] } }

Configuration

KeyDefaultMeaning
enginesbrave, tavily, duckduckgo, wikipedia, bing, mojeekAttempt order
timeoutMs8000Per-engine timeout
perEngine8Results per engine
wikiLangzhWikipedia language

Development

pnpm install --store-dir .pnpm-store
pnpm build

License

MIT

Repository information

Language
TypeScript
License
MIT
Last updated
Aug 15, 2026, 5:09 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.