DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cloud Disk Bundle — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@aicloud360/dsh-cloud-disk-bundle

Cloud Disk Bundle

Optional CloudDisk Host capability and sidebar bundle

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @aicloud360/dsh-cloud-disk-bundle@0.1.1-rc.2.cloud.3
READMECompatibilityVersions

Compatibility and provenance

Cloud Disk Bundle is published as @aicloud360/dsh-cloud-disk-bundle and currently resolves to version 0.1.1-rc.2.cloud.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.1-rc.2.cloud.3prerelease
8/28/2026
Show 11 more versionsCollapse versions
0.1.1-rc.2.cloud.2prerelease
8/28/2026
0.1.1-rc.2.cloud.1prerelease
8/27/2026
0.1.1-rc.2prerelease
8/27/2026
0.1.1-alpha.8prerelease
8/26/2026
0.1.1-alpha.7prerelease
8/26/2026
0.1.1-alpha.6prerelease
8/26/2026
0.1.1-alpha.5prerelease
8/26/2026
0.1.1-alpha.4prerelease
8/26/2026
0.1.1-alpha.3prerelease
8/26/2026
0.1.1-alpha.2prerelease
8/26/2026
0.1.1-alpha.1prerelease
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.1-rc.2.cloud.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
17.2 kB
Files
13
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
52
Last push
8/28/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

@aicloud360/dsh-cloud-disk-bundle

English | 中文

This optional Profile Bundle installs the Host-side CloudDisk service, direct 360 API Provider, CloudDisk workspace, and a local stdio CloudDisk MCP bridge. Desktop Plugin Center and dsh plugin install the same Bundle. It declares a version-pinned Plugin Center icon, so its published identity does not depend on a publisher avatar. The bridge registers the selected CloudDisk tools at the Host level, so built-in and user Presets can call them directly. The Provider resolves the user CLOUD_DISK_API_KEY through dsh-credentials; the MCP child receives it only as API_KEY at startup. Missing or deleted credentials leave its tools unavailable, while a set or replacement starts a new child. toolCallTimeoutMs in cordis.patch.yml bounds each MCP call.

cordis.patch.yml contains the application signing material as a literal deployment value. Anyone able to read the Bundle can read it. The same file includes the endpoint, client identifiers, timeout, and retry count. On first visit, each user is prompted to save their API Key through the Host credential store; the UI reads only configured state, never credential values.

The browser supports directory navigation with a clickable path, refresh, and incremental loading when the remote API supplies a continuation cursor. The Bundle does not invent additional pages when a directory fits in one remote response. It distinguishes incomplete Host configuration, missing API Key, rejected authentication, network failures, and remote service failures without exposing user API Keys or remote response bodies.

Known Limitations and Deferred Work

  • The Bundle exposes only the ten operations documented by the CloudDisk Skill. Create, move, rename, save, share, and upload ask for Harness approval; delete and other MCP operations are not registered.
  • The Provider requires a user API Key through the Host credential store. Signing-material rotation requires editing and redeploying the Bundle configuration.