AI Agent Hub
Back to plugins
🖥️

dsh-stool-plugin

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install fufengyuan/dsh-stool-plugin

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

Run dsh plugin install fufengyuan/dsh-stool-plugin in the DeepSeek Harness terminal to install this plugin; the source repository is https://github.com/fufengyuan/dsh-stool-plugin

About this plugin

DSH Agents excel at writing code and reading docs, but real ops work - logging into servers, grepping logs, querying databases, kicking off CI/CD - still means switching to a terminal and typing stool commands by hand. dsh-stool-plugin closes that gap: it registers every stool CLI capability as a tool the DSH model can invoke directly, so the Agent can carry out server management, log search, database queries, and deployments without any manual relay.

On the Host side the plugin registers nine stool tools and exposes a /stool/status probe endpoint; on the Client side it ships a settings card that auto-detects whether stool is available locally, removing the need for manual verification. Dependencies are kept minimal - the only external link is a peerDependency on dsh-tools, so there is no extra runtime overhead.

This plugin is for ops engineers or solo developers who already run DSH and have the stool CLI installed. Once in place, the routine server and CI/CD tasks you used to do in a terminal can be executed end-to-end by the Agent inside the conversation.

Use Cases

  • Let the Agent log into servers and run routine management tasks automatically
  • Search logs and query databases right inside the conversation without switching terminals
  • Trigger CI/CD deployment pipelines and track results through the chat

Best For

  • Ops engineers already running DSH with stool CLI installed
  • Solo developers who want fewer manual terminal interactions
  • Tech leads building automated ops Agent workflows