JPA957/dsh-web-search-anysearch0

@jpa957/dsh-web-search-anysearch

AnySearch-backed search provider plugin for DeepSeek Harness (ctx.web) with round-robin API-key rotation and per-key cooldown failover

包名
@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.