JPA957/dsh-web-search-anysearch ↗★ 0
@jpa957/dsh-web-search-anysearch
基于 AnySearch 的 DeepSeek Harness 搜索提供商插件(ctx.web),支持轮询 API 密钥轮换和单密钥冷却故障转移。
AI 分析
核心用途是为 DSH 提供联网搜索能力。适合需要稳定、高并发联网搜索支持的用户,支持多 API 密钥轮换以保证可用性。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JPA957/dsh-web-search-anysearch說明文件
閱讀完整 README ↗Configuration
All fields are optional; the provider searches anonymously without any key.
| Field | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Literal AnySearch API key; a comma-separated list is split into the pool. |
apiKeys | string[] | — | API key pool for rotation/failover; merged with apiKey. |
baseURL | string | https://api.anysearch.com | Endpoint base; /v1/search is appended. |
maxResults | number | 10 | Result count sent as max_results when the request carries none (1-10). |
Key-pool merge order: apiKeys array, then comma-separated apiKey, then comma-separated $ANYSEARCH_API_KEY from the launch environment. Duplicates collapse; an empty result means anonymous.