返回目录

awesome-dsh-plugin

维护状态: 活跃

anil-matcha/awesome-dsh-plugin

DeepSeek Harness 插件生态精选列表,汇集优质插件、工具与资源。

前往 GitHub
$ npx @deepseek-ai/dsh web

1,005

星标

273

Fork

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

02如何接入 DeepSeek 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 开源的“一切皆插件”编程智能体,本列表把上千个社区插件整理成 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 明确声明收录不等于安全审查——安装前请先阅读源码,尤其是涉及凭证、网络或文件系统的插件。

如何开发自己的 dsh 插件?

按 README 的四步走:先创建 `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。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。