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:33186071736 -->
- Automatically added [MisakaNet](https://github.com/Ikalus1988/MisakaNet) to Knowledge & Memory from the `dsh-plugin` topic.

<!-- topic-sync:32960108099 -->
- Automatically added [dsh-theme-eink-retro](https://github.com/exoticknight/dsh-theme-eink-retro) to Interaction & Experience 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 **238 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 26, 2026**.
Explore **239 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 28, 2026**.

## Start here

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

### Current snapshot

This is the first published directory snapshot: **238 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: **239 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 @@ -174,6 +174,7 @@ This is the first published directory snapshot: **238 plugins**, grouped into **
- [session-export](https://github.com/JohnXu22786/session-export) — Adds session export, redaction, and compliance archiving to DeepSeek Harness via new tools and slash commands.
- [dsh-ecc](https://github.com/gongyijie85/dsh-ecc) — Registers curated ECC-derived agent skills with DeepSeek Harness's Cordis host layer.
- [ReMe](https://github.com/agentscope-ai/ReMe) — Provides a local-first, self-evolving personal knowledge base for AI agents using Markdown memory files.
- [MisakaNet](https://github.com/Ikalus1988/MisakaNet) — Provides a git-backed searchable library of debugging lessons for AI agents.

## Content & Creation

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

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

## 从这里开始

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

### 当前快照

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

## 分类浏览

Expand Down Expand Up @@ -174,6 +174,7 @@
- [session-export](https://github.com/JohnXu22786/session-export) — 通过新的工具和斜杠命令为DeepSeek Harness添加会话导出、脱敏和合规归档功能。
- [dsh-ecc](https://github.com/gongyijie85/dsh-ecc) — 向 DeepSeek Harness 的 Cordis host 层注册来自 ECC 的精选代理技能。
- [ReMe](https://github.com/agentscope-ai/ReMe) — 为 AI 代理提供本地优先、自演进的个人知识库,使用 Markdown 记忆文件。
- [MisakaNet](https://github.com/Ikalus1988/MisakaNet) — 为AI代理提供基于Git的可搜索调试经验库。

## 内容与创作

Expand Down
9 changes: 9 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,15 @@
"source": "github-topic:dsh-plugin",
"url": "https://github.com/agentscope-ai/ReMe"
},
{
"category": "knowledge",
"description_en": "Provides a git-backed searchable library of debugging lessons for AI agents.",
"description_zh": "为AI代理提供基于Git的可搜索调试经验库。",
"name": "MisakaNet",
"repository_id": 1224734286,
"source": "github-topic:dsh-plugin",
"url": "https://github.com/Ikalus1988/MisakaNet"
},
{
"category": "content",
"description_en": "Equips text-only models for image Q&A, long-screenshot OCR, UI reconstruction, grounding, and pixel comparison.",
Expand Down