DeepSeek Harness plugin

ucloud-dsh-plugin

UCloud CLI skill bundle for DeepSeek Harness

Jump to install

Source facts

Repository
ucloud/ucloud-dsh-plugin
Latest update
Aug 15, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/ucloud/ucloud-dsh-plugin
Plugin: ucloud-dsh-plugin
Author: ucloud

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

UCloud Skill for DeepSeek Harness

This package migrates the ucloud-cli skill to DeepSeek Harness 0.1.0-rc.6. It registers the complete bundled skill and its references; it does not implement a second UCloud API client or a restricted command wrapper.

How It Works

User request
  -> bundled ucloud-cli skill
  -> DSH Bash tool
  -> official ucloud CLI
  -> UCloud API

The skill retains its original ability to inspect, create, update, and delete UCloud resources, initialize OAuth profiles, deploy applications, use product commands, and fall back to ucloud api when required.

Prerequisites

  • DeepSeek Harness 0.1.0-rc.6 with its standard Skill and Bash plugins enabled.
  • Node.js 22 or newer.
  • Official ucloud CLI v0.3.1 or newer available on PATH.
  • An existing UCloud CLI profile or permission to complete ucloud auth login.
  • DSH Bash sandbox and approval settings appropriate for the requested cloud operations.

The package does not read or manage UCloud credentials. Authentication remains the responsibility of the official CLI and its existing profile/OAuth state.

Install

Install the package into the target DSH profile:

dsh plugin --profile <profile-name> add @ucloud-ai/ucloud-dsh-plugin

Add @ucloud-ai/ucloud-dsh-plugin to the profile's bundle list if the profile manager does not do so automatically. The included cordis.patch.yml registers the package as ucloud-skill.

The Skill can then be selected by the model or invoked explicitly as ucloud-cli through the DSH Skill interface.

Permissions

This plugin adds no custom execution tool. All command execution goes through DSH's existing Bash tool, so filesystem, network, mutation approval, and command permissions are controlled by the DSH profile. UCloud-side authorization is controlled by the selected CLI profile's IAM permissions.

Because the original Skill supports real mutations, requests can create billable resources, interrupt services, or delete resources. Production profiles should retain DSH approval prompts and use least-privilege UCloud IAM policies.

Development

npm test
npm run pack:dry-run

Tests only validate Skill registration, packaged references, and bundle metadata. They do not execute ucloud or access a UCloud account.