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:31959201017 -->
- Automatically added [pty-runner](https://github.com/JohnXu22786/pty-runner) to Tools & Capabilities from the `dsh-plugin` topic.

<!-- topic-sync:31926252293 -->
- Automatically added [agent-jit](https://github.com/sybolization/agent-jit) to Tools & Capabilities from the `dsh-plugin` topic.
- Automatically added [clawock](https://github.com/KCNyu/clawock) 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 **133 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 16, 2026**.
Explore **134 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 16, 2026**.

## Start here

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

### Current snapshot

This is the first published directory snapshot: **133 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: **134 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 @@ -121,6 +121,7 @@ This is the first published directory snapshot: **133 plugins**, grouped into **
- [sandbase-harness](https://github.com/sandbaseai/sandbase-harness) — Provides a DeepSeek Harness plugin bundle that exposes agent runtime management tools through MCP.
- [sidesight](https://github.com/ZhuXinAI/sidesight) — Provides CLI commands for analyzing screenshots, diagrams, charts, UI diffs, and videos with multimodal models.
- [write-chinese-long-screenplay](https://github.com/mudden2380078550-creator/write-chinese-long-screenplay) — Provides a Chinese long-screenplay writing skill with project initialization, context building, validation, and review scripts for SKILL.md-compatible agents.
- [pty-runner](https://github.com/JohnXu22786/pty-runner) — Provides background terminal job management for DeepSeek Harness, including launching processes, sending input, reading output, and stopping jobs.

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

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

## 从这里开始

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

### 当前快照

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

## 分类浏览

Expand Down Expand Up @@ -121,6 +121,7 @@
- [sandbase-harness](https://github.com/sandbaseai/sandbase-harness) — 提供 DeepSeek Harness 插件包,通过 MCP 暴露代理运行时管理工具。
- [sidesight](https://github.com/ZhuXinAI/sidesight) — 提供CLI命令,使用多模态模型分析截图、示意图、图表、UI差异和视频。
- [write-chinese-long-screenplay](https://github.com/mudden2380078550-creator/write-chinese-long-screenplay) — 提供中文长剧本创作技能,包含项目初始化、上下文构建、校验与审查脚本,适用于兼容 SKILL.md 的智能体。
- [pty-runner](https://github.com/JohnXu22786/pty-runner) — 为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 @@ -810,6 +810,15 @@
"source": "github-topic:dsh-plugin",
"url": "https://github.com/mudden2380078550-creator/write-chinese-long-screenplay"
},
{
"category": "tools",
"description_en": "Provides background terminal job management for DeepSeek Harness, including launching processes, sending input, reading output, and stopping jobs.",
"description_zh": "为DeepSeek Harness提供后台终端作业管理,包括启动进程、发送输入、读取输出和停止作业。",
"name": "pty-runner",
"repository_id": 1335842344,
"source": "github-topic:dsh-plugin",
"url": "https://github.com/JohnXu22786/pty-runner"
},
{
"category": "automation",
"description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",
Expand Down