JPA957/dsh-web-search-anysearch0

@jpa957/dsh-web-search-anysearch

基于 AnySearch 的 DeepSeek Harness 搜索提供商插件(ctx.web),支持轮询 API 密钥轮换和单密钥冷却故障转移。

AI 分析

核心用途是为 DSH 提供联网搜索能力。适合需要稳定、高并发联网搜索支持的用户,支持多 API 密钥轮换以保证可用性。

包名
@jpa957/dsh-web-search-anysearch
版本
0.1.0
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JPA957/dsh-web-search-anysearch

Configuration

All fields are optional; the provider searches anonymously without any key.

FieldTypeDefaultDescription
apiKeystringLiteral AnySearch API key; a comma-separated list is split into the pool.
apiKeysstring[]API key pool for rotation/failover; merged with apiKey.
baseURLstringhttps://api.anysearch.comEndpoint base; /v1/search is appended.
maxResultsnumber10Result 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.