kenny2077/dsh-web-search-doubao ↗★ 1
dsh-web-search-doubao
为 DeepSeek Harness 提供火山引擎豆包搜索服务:带专用设置卡片,密钥通过凭据服务安全存储,与模型费用独立计费
AI 分析
核心用途是为 DSH 接入火山引擎豆包搜索服务。适合需要高性价比、独立计费的中文网页检索服务,且拥有豆包搜索 API 密钥的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kenny2077/dsh-web-search-doubao说明文档
阅读完整 README ↗Configuration
All fields are runtime-configurable via the settings GUI (web-search-doubao namespace); changes apply on the next search. Values stored by the Web Search (Doubao) settings card (credential references) win over every field below — see Settings GUI card.
| Key | Default | Meaning |
|---|---|---|
apiKey | (from credentials store) | Literal Doubao Search API key. Prefer apiKeyEnv so no secret enters config files. |
apiKeyEnv | DOUBAO_SEARCH_API_KEY | Credential reference resolved for each search. |
baseURL | https://open.feedcoopapi.com | Endpoint base; the edition appends /search_api/web_search or /search_api/global_search. |
edition | custom | custom honors the requested result count; global returns longer document bodies. |
maxSnippetLength | (unset) | global edition only: maximum characters per document body snippet (max_snippet_length). |
authLevel | (unset) | custom edition only: source-authority floor 1–4 (Filter.AuthInfoLevel; 1 = government/top institutions). |