DeepSeek Harness plugin

dsh-aliyundrive-plugin

DeepSeek Harness plugin wrapping the Alibaba Cloud Drive CLI (aliyunpan), with a web UI tab.

Jump to install

Source facts

Repository
king-bcolor/dsh-aliyundrive-plugin
Latest update
Aug 16, 2026
Category
UI Enhancements
GitHub stars
0
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/king-bcolor/dsh-aliyundrive-plugin
Plugin: dsh-aliyundrive-plugin
Author: king-bcolor

Check the source files

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

File explorer3 files
README.mdSource · read only
README language

dsh-aliyundrive-plugin

> 中文文档README.zh-CN.md

A DeepSeek Harness plugin that wraps the aliyunpan Alibaba Cloud Drive CLI as model-callable tools and a built-in web UI tab.

What it is

dsh-aliyundrive-plugin exposes Alibaba Cloud Drive operations to DSH agents: account status, drive switching, directory browsing, file management, upload/download with progress, sharing, albums, and sync backup — through structured tools.

Features

  • Account: login guidance, current user, account list.
  • Drive: switch backup/resource drive, quota.
  • Files: ls/ll, cd, pwd, mkdir, mv, cp, rename, rm (confirm-gated).
  • Transfer: upload/download with concurrency, retry, regex exclusions, progress.
  • Share: create shares and rapid-transfer links (share set; list/cancel are not exposed by aliyunpan v0.3.x).
  • Albums: list, show, batch download.
  • Sync: upload/download modes with exclusive/increment policies.
  • Long transfers run in background: poll with aliyunpan_task_status, list with aliyunpan_task_list, stop with aliyunpan_task_stop.
  • Web UI: an 阿里云盘 conversation tab exposes every tool as a dynamic form with quick account/quota/pwd actions, JSON results, and a live task panel. A standalone page is also available at /aliyundrive after the web profile starts.
  • Dangerous operations require explicit confirmation.

Use cases

  • Ask the agent to list files in a cloud directory.
  • Upload a local folder to Alibaba Cloud Drive.
  • Download files with progress and retry.
  • Manage shares and albums.
  • Set up incremental sync between local and cloud directories.

See [docs/用例目录/README.md](./docs/用例目录/README.md) for the full command/use-case/parameter catalog (Chinese).

Installation

Preconditions

  • Node.js 22+, dsh CLI installed.
  • aliyunpan CLI installed (see https://github.com/tickstep/aliyunpan).

Install from GitHub

dsh plugin --profile default add github:king-bcolor/dsh-aliyundrive-plugin
# allowlist build in $DSH_HOME/profiles/default/pnpm-workspace.yaml if requested

Install locally

git clone https://github.com/king-bcolor/dsh-aliyundrive-plugin.git
cd dsh-aliyundrive-plugin
dsh plugin --profile default add .

Usage

dsh --profile default
# or the web profile
dsh web

Open a conversation and switch to the 阿里云盘 tab for the UI. Example prompts:

  • List files in the root of my backup drive.
  • Upload ~/Documents to /我的文档.
  • Start sync from ~/Documents to /备份盘/我的文档 using increment policy.

Configuration

- id: aliyundrive
  name: dsh-aliyundrive-plugin
  config:
    aliyunpanBin: /usr/local/bin/aliyunpan
    timeoutMs: 60000
    longRunningTimeoutMs: 3600000
    confirmDangerous: true

Development

TDD is mandatory:

npm test

License

MIT