AI Agent Hub
Back to plugins
🖥️

dsh-tool-diagnose

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install xu-kai-quan/dsh-tool-diagnose

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

To install this plugin in DeepSeek Harness, run `dsh plugin install xu-kai-quan/dsh-tool-diagnose`; the source code is located at https://github.com/xu-kai-quan/dsh-tool-diagnose.

About this plugin

When working with complex DeepSeek Harness (DSH) deployments, developers often face tricky issues like missing tools, failed credential resolution, or unclear plugin states. Unlike traditional "symptom table" skills that merely tell an agent which command to run, this plugin directly handles runtime data introspection. dsh-tool-diagnose is a powerful Cordis client plugin that performs runtime introspection directly within the process. It offers core checks such as plugin state, tool visibility, and credential resolution, and supports extending the diagnostic logic through a registry for transparent and efficient debugging. It is ideal for developers who need to dive deep into the DSH runtime environment, troubleshoot plugin loading issues, or validate tool configurations. Whether in development or production, this plugin helps you quickly identify configuration errors or service mounting problems, significantly boosting troubleshooting efficiency.

Use Cases

  • Troubleshoot why tools are not showing up
  • Verify if credential configurations are correct
  • Check plugin loading status and fiber phases

Best For

  • DeepSeek Harness developers
  • DevOps engineers needing runtime status monitoring
  • Architects maintaining complex agent systems