DHDeepSeek Harness のための Busabase

DeepSeek Harness を Busabase に接続する

DeepSeek's open-source agent harness — a plugin-based framework (Cordis) with its own shell, file editing, and sandboxes, currently in developer preview.

DeepSeek Harness に貼り付けてください

https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

DeepSeek Harness の公式ドキュメントを読む
DHBusabase
Agent Skill
承認待ちの変更提案が並ぶ Busabase のレビュー受信箱

エージェントにこの一言を渡すだけ

コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。

まず確認

Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。

接続

サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。

最初の Base を用意

Base を作成してデータを入れるので、開いたときに空の画面になりません。

スキルを常駐化

busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。

このエージェントでの注意点

The product ships as a local web UI (`npx @deepseek-ai/dsh web`, default http://127.0.0.1:3080) rather than a terminal chat — the agent loop runs with shell and file-editing tools in the background, so the setup prompt still works, but you'll watch its progress in a browser tab rather than a terminal.

コネクタの方がよい場合

スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。

接続の概要

提供元
DeepSeek
接続方法
プラグイン / Skill · MCP + API キー
トランスポート
Streamable HTTP
認証方式
不明
設定ファイル
cordis.yml (mcp-client plugin entries)

DeepSeek Harness ships its own shell and file-editing tools (dsh minimal/standard modes), so the Skill path applies — paste the prompt above and let it read the setup document.

Prefer a connector?

MCP support is an official first-party plugin, mcp-client (packages/mcp/mcp-client in the deepseek-harness repo) — not enabled by default. Add an entry under mcp-client in your cordis.yml:

mcp-client:
  - transport: streamable-http
    serverName: busabase
    url: https://busabase.com/api/mcp
    headers: {}
    toolCallTimeoutMs: 30000
    failOnStartupError: false

Put your Busabase API key in headers (e.g. Authorization: Bearer <key>) — the official config catalog documents no OAuth flow for this plugin, only a generic headers passthrough.

DeepSeek Harness config catalog

既知の注意点

This is a developer preview per the product's own framing, and a very recently public, actively-changing project — the config surface may shift. The mcp-client plugin documents only a generic `headers` field for authentication, with no named OAuth or API-key scheme, so there is no documented path for Busabase's dynamic-registration OAuth here — a static Authorization header is the only route the vendor's own docs confirm. Do not confuse this official repo (github.com/deepseek-ai/deepseek-harness) with the many third-party "dsh-*" plugins on GitHub (dsh-mcp-panel, dsh-mcp-manager, deepseek-harness-plugin-mcp, etc.) that surfaced in search results — those are community projects and were not used as a source for this record.

この手順公式ドキュメント準拠確認日は未記録

そのエージェントの公式ドキュメントに基づいて作成しています。実機での再実行は行っていないため、コマンドが変わっている場合はリンク先の公式ドキュメントを確認してください。

セットアップはエージェントに任せる

一言の指示と一度の認可だけ。その後の変更はすべて、あなたが承認する提案として届きます。

すべてのエージェントを見る

DeepSeek Harness に貼り付けてください

https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。