AI Agent Hub
Back to plugins
⚙️

dsh-plugin-deploy

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Octo-o-o-o/dsh-plugin-deploy

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

Install this plugin in DeepSeek Harness by running dsh plugin install Octo-o-o-o/dsh-plugin-deploy. Source code: https://github.com/Octo-o-o-o/dsh-plugin-deploy

About this plugin

You just finished a website, a Worker, or a plugin with your AI agent, and now you are stuck on the last mile: account registration, wrangler setup, config files, npm authentication, 2FA. dsh-plugin-deploy collapses that chain into a single instruction—deploy to Cloudflare or publish your dsh plugin to npm—and handles the authentication, configuration, and validation in between.

On the deployment side, two modes work automatically: a no-account temporary preview using Cloudflare's official Claim deployments gives you a live URL in seconds with a 60-minute claim window, or a persistent deployment under your own account for permanent hosting. It recognises static directories, Vite build output, and existing wrangler configs out of the box. On the publish side, eight pre-flight checks—dsh-plugin identity, client-bundle shape, dependency protocols, npm package cleanliness, and more—gate every release; if any single check fails, the pack and publish steps are simply not executed (fail closed).

The security boundary is deliberate: credentials are stored as reference names only, real values are passed to child processes via environment variables, and they never enter the model context, logs, or disk. Both deployment and npm publish require a one-time approval before proceeding. It is built for front-end or full-stack developers who want a live preview the moment an agent finishes a project, and for plugin authors shipping dsh plugins to npm on a regular cadence.

Use Cases

  • Get a live preview URL in seconds right after an AI agent finishes a static site
  • Publish a dsh plugin to npm with eight pre-flight checks ensuring the package is complete
  • Demo a project via Cloudflare temporary preview, then claim it as a permanent resource within the 60-minute window

Best For

  • Front-end or full-stack developers who want a one-step deploy after an AI agent finishes a project
  • dsh plugin authors who regularly publish new plugins to npm
  • Indie developers or students who need a no-registration temporary preview without a Cloudflare account