AI Agent Hub
Back to plugins
🖥️

dsh-web-search-tokenrhythm

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install Joeytisaly/dsh-web-search-tokenrhythm

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

Install the plugin in DeepSeek Harness by running dsh plugin install Joeytisaly/dsh-web-search-tokenrhythm. The source code repository is https://github.com/Joeytisaly/dsh-web-search-tokenrhythm.

About this plugin

DeepSeek Harness ships with a built-in web_search tool, but it is only a placeholder and does not perform real web retrieval on its own. If you are already chatting through the Token Rhythm gateway and do not want to register a new account or apply for an extra API key, this plugin was built to close that gap with zero additional setup.

The provider routes each web_search call through the OpenAI Responses API on the Token Rhythm gateway. The gateway performs server-side retrieval, and the model may open several pages in sequence. The plugin collects and deduplicates the opened URLs as citable sources, extracts the final_answer as the response body, and automatically retries transient 503 responses. Authentication reuses the DEEPSEEK_API_KEY you already have stored, so no extra credential is needed.

It is a good fit for users who already run the Token Rhythm gateway (for example deepseek-v4-flash-0731) inside DeepSeek Harness and want real, source-linked web answers in their conversations. If your gateway does not support the web_search tool, this plugin will not work; consider switching to the exa or perplexity backends instead.

Use Cases

  • Search the web inline during a DeepSeek Harness conversation and get real source links
  • Enable server-side retrieval by reusing an existing API key with no extra account or credential
  • Upgrade the built-in web_search placeholder into a gateway-side multi-page search with deduplicated sources
  • Conversations on the Token Rhythm gateway that need citable URLs alongside generated answers

Best For

  • Users already chatting through the Token Rhythm gateway inside DeepSeek Harness
  • Developers who do not want to register a new account or request an extra API key
  • Product or content teams that need citable web sources attached to conversational answers