AI Agent Hub
Back to plugins
🧰

dsh-web-search-ark

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install of1102/dsh-web-search-ark

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install of1102/dsh-web-search-ark in DeepSeek Harness to install this plugin, available at https://github.com/of1102/dsh-web-search-ark

About this plugin

DeepSeek Harness ships a built-in web_search that speaks the Anthropic Messages API against DeepSeek's own platform. If your model runs on Volcengine Ark and you do not hold a DeepSeek platform key, the search feature fails with an authentication error, leaving the web-search capability completely unusable.

dsh-web-search-ark routes search requests to Ark's Responses API and invokes its native web_search tool. The Responses body is normalized into DSH's standard search-result shape: answer text, deduplicated sources with title, publish time, and site name. Each round can fan out up to 50 keyword searches, and a settings card under Settings > Plugins exposes controls for model, endpoint, API key, and max-keyword count. Every request is also recorded as a session event so it can be reconciled in the Ark console.

Built for deployments where the chat model runs on Volcengine Ark, no DeepSeek official-platform key is available, and DSH's built-in web-search is still expected to work out of the box.

Use Cases

  • The chat model runs on Volcengine Ark and DSH's built-in web_search fails with an authentication error due to a missing DeepSeek platform key
  • Search costs are billed per keyword invocation and must be reconciled in the Ark console
  • Manage the search model, endpoint, API key, and max-keyword count from a single DSH settings card

Best For

  • DSH users whose model runs solely on Volcengine Ark without a DeepSeek platform key
  • Ops or cost managers who need per-invocation search billing and reconciliation in the Ark console
  • Developers who want DSH's web search to work out of the box without extra platform bridging