dsh-plugin-deploy
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.