DeepSeek 官方开源的智能体 Harness —— 一切皆插件的插件优先运行时,所有 DSH 插件都基于它构建。
按分类浏览插件
每个 DeepSeek Harness 插件都能归入以下一个分类,点击查看每个场景的精选 DSH 插件。
界面增强
改进 DeepSeek Harness 网页界面的插件:侧边栏、面板、布局、主题与可视化工具。
50 个插件主题与外观
自定义主题、皮肤与外观调整,改变 Harness 的观感。
2 个插件会话与消息
会话管理、消息历史、对话搜索,以及面向长时智能体任务的上下文工具。
14 个插件记忆
持久记忆、知识库与 RAG 插件,让智能体跨会话记住内容。
14 个插件工具与能力
为智能体提供新工具与能力:计算器、数据处理、编码、搜索等。
20 个插件技能
可复用的智能体技能 —— 封装好的能力包,教 dsh 完成特定任务。
16 个插件工作流与自动化
自动化、流水线、编排与工作流插件,连接多个步骤和工具。
8 个插件通知与集成
桌面、网页、聊天通知,以及 DeepSeek Harness 生态的第三方集成。
6 个插件模型与提供方
模型适配器、提供方桥接与 LLM 相关插件,扩展 dsh 可驱动的模型范围。
13 个插件开发与运行时
开发者工具:插件开发套件、SDK、调试与运行时管理,用于构建你自己的 dsh 插件。
14 个插件趣味
游戏、玩具和有趣的插件,让 Harness 用起来更有趣。
3 个插件精选 DSH 插件
精选最有用的 DeepSeek Harness 插件,每个条目都链接到带安装说明的完整档案页。
DSH 网页 UI 的插件与皮肤合集:任务面板、Git 图谱、侧边面板、远程移动端 UI、宠物和实时 token 统计。
面向纯文本模型的视觉桥接:粘贴图片,获得结构化 JSON 证据(OCR、布局、语义)。
Claude Code 风格的全屏终端 UI,带像素鲸鱼头部、实时状态行和流式思考展开。
DeepSeek Harness 生态的开发者运行时工具 —— 构建、调试和管理你自己的插件。
dsh-market 工具:在 DeepSeek Harness 内部用一条命令浏览并安装本目录中的所有插件。
dsh 持久记忆插件:让智能体跨会话记住事实与决策。
自动对话蒸馏:后台子智能体反思,从聊天历史中创建/更新技能。
无需执行代码即可测试、提取和安全解释正则表达式 —— 纯函数、零依赖。
可移植的智能体技能包,用于构建、发布和混排游戏 —— 可在 dsh、Claude Code 和 Codex 中使用。
多智能体协作:让多个 dsh 智能体在共享上下文中协作完成一个任务。
把 DeepSeek Harness 运行时作为语言模型驱动的 AI SDK provider(兼容 AI SDK v6/v7)。
如何安装 DSH 插件
安装 DeepSeek Harness 插件只需一条命令。全站只需要看这里一次 —— 每个插件页都会链接回本节。
- 安装 DeepSeek Harness CLI:
npx @deepseek-ai/dsh web - 从 GitHub 添加插件:
dsh plugin add github:owner/repo - 验证插件已加载:
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.