AI Agent Hub
Back to plugins
🖥️

dsh-firstrun

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zoahdev/dsh-firstrun

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

Run dsh plugin install zoahdev/dsh-firstrun in DeepSeek Harness to install this plugin; the full source repository is at https://github.com/zoahdev/dsh-firstrun

About this plugin

The hardest part of a first-time DeepSeek Harness setup is rarely a single cryptic error. It is the fog: no idea whether Node is on PATH, pnpm is installed, the API key is actually set, or the working directory is writable. Every missing piece produces a different failure, and the error messages rarely point you back to the true cause.

dsh-firstrun collapses those eight checks into one read-only command with zero runtime dependencies. It verifies Node.js, pnpm, the dsh CLI, the home directory, the dsh profile, API key environment variables, workspace writability, and npm registry connectivity, then prints actionable next steps for each gap. API key values are never displayed, only the variable names. Exit codes distinguish ready, needs-attention, and usage-error at a glance, and inside the Harness the agent can invoke the tool directly and receive a structured report.

It is built for newcomers hitting the typical first-hour friction, teams onboarding new machines in bulk, and developers who want a quick post-reinstall sanity check on their toolchain.

Use Cases

  • Verify the full toolchain in one shot right after a fresh dsh install
  • Pin down missing components after an OS reinstall or machine swap
  • Ask the agent to auto-diagnose the environment and suggest fixes mid-session

Best For

  • Newcomers onboarding to the DeepSeek Harness ecosystem
  • Engineering teams provisioning new machines at scale
  • Engineers who value minimal, zero-dependency tooling