of1102/dsh-web-search-ark0

dsh-web-search-ark

火山方舟网页搜索服务商插件,调用 Ark Responses API 实现原生 web_search 工具并映射引用源。

AI 分析

核心用途是为 DSH 提供高质量的联网搜索能力。适合需要模型获取最新时效性信息的用户;必要条件是需配置火山引擎的 API Key。

套件
dsh-web-search-ark
版本
1.0.0
授權
MIT
最近更新
2026年8月25日

安裝

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

Configuration

KeyDefaultDescription
apiKeyEnvVOLCENGINE_API_KEYCredential reference: resolved from the credentials service, the launching environment, or a literal apiKey in this section
baseURLhttps://ark.cn-beijing.volces.com/api/v3Responses-API base; /responses is appended. Env override: ARK_SEARCH_BASE_URL
modeldeepseek-v4-flash-ga-260731Model id used for the search sub-task
maxKeyword5Max keyword searches per round (Ark allows 1–50)

The bundle patch (cordis.patch.yml) presets apiKeyEnv, model, and maxKeyword; a user patch only needs web.searchProvider: ark-official. See examples/example-cordis.patch.yml.