ディレクトリに戻る

awesome-dsh-plugin

メンテナンス: 活発

anil-matcha/awesome-dsh-plugin

DeepSeek Harness(dsh)エコシステム向け厳選プラグインリスト

GitHub で見る
$ npx @deepseek-ai/dsh web

1,003

スター

272

フォーク

2023-05-06

作成日

2026-08-25

最終プッシュ

ライセンス未宣言の awesome リスト。DeepSeek Harness(dsh)プラグインエコシステムを網羅:コミュニティ製プラグイン 1000 以上・19 カテゴリ、dsh 導入コマンドとプラグイン開発チェックリスト付き。

DSH 統合

エコシステム関連

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

作者は未記載

01どんなタスクに使えるのか?

  • Discover and shortlist DeepSeek Harness plugins across the whole ecosystem

    A categorized directory of well over a thousand community dsh plugins, each with a one-line description, across 19 categories (UI, usage & billing, themes, models & providers, memory, tools, vision, skills, workflow & automation, notifications, git, security, remote access, output, domain, development & runtime, plugin markets, just for fun)

    DeepSeek Harness (dsh) users looking for the right community plugin for a specific job without scanning GitHub topics manually

  • Learn how DeepSeek Harness plugins work and install them

    An orientation to dsh's everything-is-a-plugin Cordis architecture, the `dsh.bundle` manifest, the `dsh plugin --profile web add <plugin-name>` install command, and how to run the Web UI

    Newcomers to DeepSeek Harness who need to understand what a dsh plugin is, how it installs, and how to start the Web UI before choosing plugins

  • Write and publish your own dsh plugin

    A 4-step authoring checklist: scaffold a `dsh.bundle` manifest, tag the repo with the `dsh-plugin` GitHub topic, install locally to iterate, and read the harness architecture docs before touching the core agent loop

    Plugin developers extending DeepSeek Harness

02DeepSeek Harness への導入方法

インストール手順

  1. 01

    Run the DeepSeek Harness Web UI with `npx @deepseek-ai/dsh web` (served at http://127.0.0.1:3080 by default)

    $ npx @deepseek-ai/dsh web

  2. 02

    Or from a source checkout: `git clone https://github.com/deepseek-ai/deepseek-harness.git`, then `cd deepseek-harness && pnpm install && pnpm run build && pnpm dsh web`

    $ git clone https://github.com/deepseek-ai/deepseek-harness.git

  3. 03

    Install a plugin found in the list with `dsh plugin --profile web add <plugin-name>`

    $ dsh plugin --profile web add <plugin-name>

導入成功の確認

作者は未記載

03DSH 統合と能力の範囲

DSH 統合エコシステム関連

Curated awesome-list of the DeepSeek Harness (dsh) plugin ecosystem — a browsable catalog of community plugins, not a plugin installed into dsh itself

  • Categorized plugin catalog

    the dsh-plugin GitHub ecosystem (well over a thousand community plugins at last count)19 browsable categories, each entry linked to the actual plugin repo with a one-line description

  • DSH orientation & install reference

    a fresh user of DeepSeek Harnessexplanation of the everything-is-a-plugin Cordis architecture, the `dsh.bundle` manifest, and the plugin install command

  • Plugin-authoring checklist

    a developer planning a new dsh plugin4-step guide: scaffold manifest, tag with `dsh-plugin` topic, install locally to iterate, read architecture docs before touching the core loop

  • Third-party plugin risk notice

    any plugin listed in the catalogan explicit warning that listing is not a security review and source should be read before installing

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • DeepSeek Harness (dsh) users looking for the right community plugin for a specific job without scanning GitHub topics manually
  • Newcomers to DeepSeek Harness who need to understand what a dsh plugin is, how it installs, and how to start the Web UI before choosing plugins
  • Plugin developers extending DeepSeek Harness

不向きな用途

  • Installing any third-party dsh plugin runs its code on your machine with your own permissions; being listed in this awesome-list is not a security review, so source must be read before installing.
  • DeepSeek Harness itself is currently in developer preview, so the harness and its plugin APIs may still change.

05互換性・メンテナンス・セキュリティ上の注意

  • Installing any third-party dsh plugin runs its code on your machine with your own permissions; being listed in this awesome-list is not a security review, so source must be read before installing.
  • DeepSeek Harness itself is currently in developer preview, so the harness and its plugin APIs may still change.
  • The ecosystem is large and fast-moving (well over a thousand plugins at last count), so individual entries may lag the actual state of the listed repos.
2023-05-062026-08-18作者は未記載

No license declared · actively maintained (last push 2026-08-18)

06よくある質問

Awesome DSH Plugin とは?

DeepSeek Harness(`dsh`)と、その上に構築されたコミュニティプラグインのキュレーションガイドです。dsh は DeepSeek 製の「すべてがプラグイン」という設計のコーディングエージェントで、本リストは 1000 以上のプラグインを 19 カテゴリに整理し、各エントリに一言説明と実際のリポジトリへのリンクを付けています。

リストのプラグインはどう導入する?

プラグインは `dsh.bundle` マニフェストを宣言し、`dsh plugin --profile web add <plugin-name>` でインストールします。dsh 本体は `npx @deepseek-ai/dsh web` で Web UI を起動(デフォルトは http://127.0.0.1:3080)するか、ソースから pnpm でビルドして実行します。

掲載されていることはセキュリティ審査済みという意味?

いいえ。サードパーティの dsh プラグインをインストールすると、そのコードは自分の権限で自分のマシン上で実行されます。README は掲載=セキュリティ審査ではないと明記しており、特に認証情報・ネットワーク・ファイルシステムに触れるプラグインは、導入前にソースを読むよう促しています。

自作プラグインの開発手順は?

README の 4 手順に従います。`dsh.bundle` マニフェストで拡張対象(モデル、ツール、サンドボックス、UI、セッションストア、エージェントループ自体)を宣言し、リポジトリに `dsh-plugin` GitHub トピックを付与し、`dsh plugin --profile web add <path-or-name>` でローカルインストールして反復開発し、コアのエージェントループに触れる前に公式アーキテクチャドキュメントを読みます。

08データと出典

github.combfca2fe作者は未記載
  • 作者による申告github.combfca2fedec2e…

    A curated guide to [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`) — DeepSeek's open-source,…

  • 作者による申告github.combfca2fedec2e…

    This list exists to make that ecosystem easy to scan: what a plugin does, in one line, sorted into the category you'd ac…

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。