AI Agent Hub
Back to plugins
🖥️

ucloud-dsh-plugin

Client Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install ucloud/ucloud-dsh-plugin

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

Run dsh plugin install ucloud/ucloud-dsh-plugin in DeepSeek Harness to install this plugin; see https://github.com/ucloud/ucloud-dsh-plugin for the source code.

About this plugin

If you already drive much of your daily workflow through DeepSeek Harness but still have to drop into a terminal every time you touch UCloud, ucloud-dsh-plugin bridges that gap. It ports the official ucloud-cli skill into the Harness skill system in its entirety, without spawning a second API client or a restricted command wrapper. The model simply invokes the same CLI capabilities you already rely on.

Once registered, you can ask the model to inspect, create, update, or delete UCloud resources, initialize OAuth profiles, deploy applications, run product-level commands, and fall back to ucloud api when needed. Every command execution still passes through Harness's built-in Bash tool, so filesystem, network, and mutation-approval permissions are governed by your DSH profile, while UCloud-side authorization depends on the IAM permissions of the selected CLI profile. The plugin itself never reads or manages credentials; authentication stays entirely with the official CLI and its existing profile state.

Keep in mind that the original skill supports real mutations: requests can create billable resources, interrupt services, or delete data. In production you should retain Harness approval prompts and pair them with least-privilege UCloud IAM policies. The plugin is best suited for developers and SREs who already orchestrate multiple skills in Harness and manage UCloud resources, particularly teams that want to replace repetitive CLI typing with natural-language interactions.

Use Cases

  • Inspect, create, or delete UCloud resources via natural-language prompts
  • Deploy applications or initialize OAuth profiles directly within a Harness session
  • Run product-level commands and fall back to ucloud api for daily ops tasks

Best For

  • Developers who already orchestrate multiple skills in DeepSeek Harness
  • SREs and ops engineers managing UCloud resources day-to-day
  • Teams looking to replace repetitive CLI typing with natural-language interactions