DeepSeek Harness 插件库

DeepSeek Harness 插件

精选 DeepSeek Harness(DSH)插件目录:发现、对比并安装 DeepSeek 开源智能体框架的社区插件 —— 一切皆插件。

160 个已收录插件 · 11 个分类 · 每日更新

开源 · MIT 许可 · 人工精选 · 隐私友好统计 · 无广告

按分类浏览插件

每个 DeepSeek Harness 插件都能归入以下一个分类,点击查看每个场景的精选 DSH 插件。

如何安装 DSH 插件

安装 DeepSeek Harness 插件只需一条命令。全站只需要看这里一次 —— 每个插件页都会链接回本节。

  1. 安装 DeepSeek Harness CLI: npx @deepseek-ai/dsh web
  2. 从 GitHub 添加插件: dsh plugin add github:owner/repo
  3. 验证插件已加载: dsh plugins list
dsh plugin add github:owner/repo

上面的命令会把插件安装到当前 dsh 配置中。来自 GitHub 的插件在安装时可能执行构建脚本 —— 只安装你信任的插件。

本目录的精选方法

本网站遵循"质量优先于数量"的原则:每个插件在收录前都会经过人工检查。

人工精选,而非爬取

每个插件都会经过用途、文档和活跃度的审核,才有资格进入目录。

可溯源

每个条目都直接链接到其 GitHub 仓库、许可证和最新提交,安装前你可以亲自核实。

持续更新

插件元数据(stars、活跃度、描述)会定期刷新,让目录始终反映真实情况。

DeepSeek Harness 插件常见问题

关于 DeepSeek Harness 插件最常见问题的快速解答。

What is a DeepSeek Harness plugin?

A DeepSeek Harness (DSH) plugin is a package that extends DeepSeek’s open-source agent framework with a focused capability — a tool, a skill, a memory store, a UI theme, a workflow, or an integration. DeepSeek Harness is built around the principle that “everything is a plugin,” so almost every capability of the harness can be added, replaced, or removed through plugins.

How do I install a DSH plugin?

Install a DeepSeek Harness plugin with one command in the dsh terminal: dsh plugin add github:owner/repo. The CLI resolves the plugin, verifies its provenance, and installs it into your active profile. You can also install from the npm registry or from a local directory. See the installation guide for details.

Is DeepSeek Harness free to use?

Yes. DeepSeek Harness is open source under the MIT License, and the plugins in this directory are community projects, almost all of them free and open source. You self-host the harness and run it with your own model API keys.

Are DeepSeek Harness plugins safe?

Most plugins are safe, but you should verify before installing: check the source repository, the license, and recent activity, and only install plugins you trust. GitHub-sourced plugins may run build scripts at install time, so pinning a commit hash is recommended for reproducible installs. Every listing here links directly to its source so you can review it.

What is the difference between DSH and DeepSeek?

DeepSeek is the AI lab (and its models). DeepSeek Harness (dsh) is DeepSeek’s open-source agent framework — a runtime that connects models, tools, skills, sessions, and plugins. A DSH plugin is any extension built for that runtime.

Can I build my own DeepSeek Harness plugin?

Yes. The harness ships a plugin development kit and documentation for creating plugins in JavaScript/TypeScript. Start from the official template, register your plugin’s capabilities, and test it locally before publishing. You can then submit it to this directory.