Skip to content
Open
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 @@ -6,6 +6,9 @@ All meaningful directory changes are recorded here. Dates use `YYYY-MM-DD`.

### Added

<!-- topic-sync:32364749724 -->
- Automatically added [session-export](https://github.com/JohnXu22786/session-export) to Tools & Capabilities from the `dsh-plugin` topic.

<!-- topic-sync:32360335505 -->
- Automatically added [net-debug](https://github.com/JohnXu22786/net-debug) to Tools & Capabilities 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 **171 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 20, 2026**.
Explore **172 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 20, 2026**.

## Start here

Expand All @@ -17,7 +17,7 @@ Explore **171 plugins** across four broad areas. Each plugin appears once, under

### Current snapshot

This is the first published directory snapshot: **171 plugins**, grouped into **4 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: **172 plugins**, grouped into **4 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 @@ -152,6 +152,7 @@ This is the first published directory snapshot: **171 plugins**, grouped into **
- [rss-digest](https://github.com/JohnXu22786/rss-digest) — RSS/Atom plugin with scheduled fetching, deduplication, LLM summarization, and daily Markdown digest delivery.
- [docindex](https://github.com/JohnXu22786/docindex) — Provides a local semantic index over workspace documents with hybrid lexical-semantic retrieval and line-numbered citations.
- [net-debug](https://github.com/JohnXu22786/net-debug) — Adds HTTP debugging tools to DeepSeek Harness, including a general-purpose HTTP client, request history with replay, and response inspection.
- [session-export](https://github.com/JohnXu22786/session-export) — Provides session export, redaction, and archiving capabilities for DeepSeek Harness.

## 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`)插件目录。

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

## 从这里开始

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

### 当前快照

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

## 分类浏览

Expand Down Expand Up @@ -152,6 +152,7 @@
- [rss-digest](https://github.com/JohnXu22786/rss-digest) — 提供RSS/Atom订阅、定时抓取、去重、LLM摘要和每日Markdown简报功能。
- [docindex](https://github.com/JohnXu22786/docindex) — 提供工作区文档的本地语义索引,支持词法和语义混合检索及行号引用。
- [net-debug](https://github.com/JohnXu22786/net-debug) — 为 DeepSeek Harness 提供 HTTP 调试工具,包括通用 HTTP 客户端、带重放功能的请求历史以及响应检查。
- [session-export](https://github.com/JohnXu22786/session-export) — 为 DeepSeek Harness 提供会话导出、脱敏和归档功能。

## 自动化与智能体

Expand Down
9 changes: 9 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,15 @@
"source": "github-topic:dsh-plugin",
"url": "https://github.com/JohnXu22786/net-debug"
},
{
"category": "tools",
"description_en": "Provides session export, redaction, and archiving capabilities for DeepSeek Harness.",
"description_zh": "为 DeepSeek Harness 提供会话导出、脱敏和归档功能。",
"name": "session-export",
"repository_id": 1340353591,
"source": "github-topic:dsh-plugin",
"url": "https://github.com/JohnXu22786/session-export"
},
{
"category": "automation",
"description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",
Expand Down