Busabase

DeepSeek Harness Plugin

Install the Busabase plugin for DeepSeek Harness and connect to local Busabase.

Install @busabase/dsh-plugin to use local Busabase from DeepSeek Harness.

Local integration

The plugin connects to Busabase on the same computer. It does not require a Marketplace account or Busabase Cloud OAuth.

Before You Start

  • Install Node.js >=24.18.0
  • Make sure pnpm is available
  • Install DeepSeek Harness

You do not need to start Busabase before installing the plugin.

1. Install the Plugin

Run:

npx @deepseek-ai/dsh plugin --profile web add --allow-build=@busabase/dsh-plugin @busabase/dsh-plugin

This installs the current DeepSeek Harness CLI and Busabase plugin releases.

2. Start DeepSeek Harness

Start or restart the Web profile:

npx @deepseek-ai/dsh --profile web

If the browser does not open automatically, visit http://127.0.0.1:3080.

3. Use Busabase

For your first task, tell DeepSeek Harness:

Call busabase_start, then list my Busabase Bases and summarize what each one contains.

The plugin starts Busabase or connects to Busabase Personal Desktop. You can then read Bases and propose changes for your review.

4. Confirm the Installation

npx @deepseek-ai/dsh plugin --profile web list --depth=0

The output should include @busabase/dsh-plugin.

If Installation Fails

If the install command says a build script was not approved, run:

npx @deepseek-ai/dsh plugin --profile web approve-builds @busabase/dsh-plugin
npx @deepseek-ai/dsh plugin --profile web add @busabase/dsh-plugin

Restart DeepSeek Harness afterward. If only busabase_start appears, call it first; the other Busabase tools appear after connection.

Update or Remove

npx @deepseek-ai/dsh plugin --profile web update @busabase/dsh-plugin
npx @deepseek-ai/dsh plugin --profile web remove @busabase/dsh-plugin

Busabase DeepSeek Harness plugin source

On this page