Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All meaningful directory changes are recorded here. Dates use `YYYY-MM-DD`.

### Added

<!-- topic-sync:33489316235 -->
- Automatically added [agent-knock-knock](https://github.com/scotthuang/agent-knock-knock) to Integrations & Connectors from the `dsh-plugin` topic.

<!-- topic-sync:33309915581 -->
- Automatically added [dsh-mcp-connector](https://github.com/duhu2000/dsh-mcp-connector) to Integrations & Connectors from the `dsh-plugin` topic.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ English | [中文](README.zh.md)

> An independent, bilingual, and continuously maintained plugin directory for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`).

Explore **242 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 30, 2026**.
Explore **243 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **September 1, 2026**.

## Start here

Expand All @@ -17,7 +17,7 @@ Explore **242 plugins** across seven broad areas. Each plugin appears once, unde

### Current snapshot

This is the first published directory snapshot: **242 plugins**, grouped into **7 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md).
This is the first published directory snapshot: **243 plugins**, grouped into **7 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md).

## Browse by category

Expand Down Expand Up @@ -228,6 +228,7 @@ This is the first published directory snapshot: **242 plugins**, grouped into **
- [mcp-for-stata](https://github.com/SepineTam/mcp-for-stata) — Implements a Model Context Protocol server that enables AI agents to execute Stata commands for data analysis.
- [CloudBase-AI-Toolkit](https://github.com/TencentCloudBase/CloudBase-AI-Toolkit) — Bridges AI coding agents to CloudBase backend services such as database, storage, auth, and cloud functions via a DeepSeek Harness plugin and MCP server.
- [dsh-mcp-connector](https://github.com/duhu2000/dsh-mcp-connector) — Provides a marketplace and connection manager for MCP servers within DeepSeek Harness.
- [agent-knock-knock](https://github.com/scotthuang/agent-knock-knock) — Provides a DeepSeek Harness connector that controls local Codex and Claude Code sessions running in tmux or Herdr from chat.

## Automation & Agents

Expand Down
5 changes: 3 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。

当前整理 **242 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 830 日**。
当前整理 **243 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 91 日**。

## 从这里开始

Expand All @@ -17,7 +17,7 @@

### 当前快照

这是目录的首个公开快照:共 **242 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。
这是目录的首个公开快照:共 **243 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。

## 分类浏览

Expand Down Expand Up @@ -228,6 +228,7 @@
- [mcp-for-stata](https://github.com/SepineTam/mcp-for-stata) — 实现了一个模型上下文协议服务器,使AI代理能够执行Stata命令进行数据分析。
- [CloudBase-AI-Toolkit](https://github.com/TencentCloudBase/CloudBase-AI-Toolkit) — 通过 DeepSeek Harness 插件和 MCP 服务器,将 AI 编程代理连接到 CloudBase 后端服务,如数据库、存储、认证和云函数。
- [dsh-mcp-connector](https://github.com/duhu2000/dsh-mcp-connector) — 在 DeepSeek Harness 中提供 MCP 服务器连接市场与连接管理功能。
- [agent-knock-knock](https://github.com/scotthuang/agent-knock-knock) — 提供 DeepSeek Harness 连接器,可从聊天控制 tmux 或 Herdr 中运行的本地 Codex 和 Claude Code 会话。

## 自动化与智能体

Expand Down
9 changes: 9 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,15 @@
"source": "github-topic:dsh-plugin",
"url": "https://github.com/duhu2000/dsh-mcp-connector"
},
{
"category": "integrations",
"description_en": "Provides a DeepSeek Harness connector that controls local Codex and Claude Code sessions running in tmux or Herdr from chat.",
"description_zh": "提供 DeepSeek Harness 连接器,可从聊天控制 tmux 或 Herdr 中运行的本地 Codex 和 Claude Code 会话。",
"name": "agent-knock-knock",
"repository_id": 1240150958,
"source": "github-topic:dsh-plugin",
"url": "https://github.com/scotthuang/agent-knock-knock"
},
{
"category": "automation",
"description_en": "Provides a code review gate with deterministic severity rules, LLM-assisted findings, team approval quorum, and compliance audit trail for the DeepSeek Harness.",
Expand Down