AI Agent Hub
Back to plugins
🤖

deepseek-harness-zhipu_plan_tools

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install magian1127/deepseek-harness-zhipu_plan_tools

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

Run dsh plugin install magian1127/deepseek-harness-zhipu_plan_tools in your terminal to install this plugin in DeepSeek Harness; source code is available at https://github.com/magian1127/deepseek-harness-zhipu_plan_tools .

About this plugin

The built-in web_search and web_fetch backends in DeepSeek Harness often return suboptimal results for Chinese-language pages, with incomplete Markdown structure and thin search coverage. This plugin replaces those backends with Zhipu GLM Coding Plan's web_search_prime and webReader, registered as native DSH providers. The model continues to see the same tool names, so existing prompts and call sites require zero changes.

Beyond search and page reading, the plugin can optionally register three GitHub repository tools (github_search_doc, github_get_repo_structure, github_read_file) with system-prompt guidance and a 60-second collaborative timeout. All six settings—master toggle, search, reader, repo tools, Chinese prompts, and credential reference—live in the DSH settings card and take effect immediately without a restart. The API key is stored only as a named reference, resolved through a three-layer chain (DSH credentials service, environment variable, local file), and never written into config files or logs. Uninstallation cleans up per profile independently.

This plugin is built for developers who already hold a Zhipu GLM Coding Plan key and want high-quality Chinese web search, faithful Markdown page reading, and the occasional need to browse open-source repository structures and files inside a DSH session. It also respects minimal presets and other dual-tool agent modes by not injecting extra search shadows, keeping the tool surface lean where it matters.

Use Cases

  • Run Chinese-language web searches through Zhipu for higher-quality results inside DSH
  • Fetch technical docs and render them as clean Markdown for the model to cite
  • Browse open-source repository structure and read specific source files during inference

Best For

  • DSH power users who already hold a Zhipu GLM Coding Plan API key
  • Developers who need higher-quality Chinese web search and page reading
  • Engineers who want to browse and read GitHub repos directly inside inference sessions