[简体中文](README.md) · [**English**](README.en.md) # Oh-My-DSH > Aggregating the DeepSeek Harness plugin ecosystem into an authoritative, comprehensive and continuously updated directory, guided by the official philosophy "Everything is a Plugin." [![Awesome](https://awesome.re/badge.svg)](https://github.com/like-study1/Oh-My-DSH) ![plugins](https://img.shields.io/badge/plugins-auto--synced-blue) ![sync](https://img.shields.io/badge/auto--maintained-every%204%20hours-green) ![license](https://img.shields.io/badge/license-MIT-blue) ![pages](https://img.shields.io/badge/community%20site-GitHub%20Pages-4d6bfe) ## 1. Project Overview DeepSeek Harness (DSH) is an open-source AI agent framework developed by DeepSeek AI, whose core architectural philosophy is "Everything is a Plugin." As the ecosystem expands rapidly and the number of community plugins continues to grow, the cost of discovering, evaluating and selecting plugins has increased accordingly. This repository sources data from the GitHub `dsh-plugin` topic, performs periodic automated monitoring of the full ecosystem, and applies human curation, classification and verification on top of the raw data, resulting in a plugin aggregation directory that is comprehensive, up-to-date and practical. The results are published simultaneously in three forms: a categorized catalog, machine-readable data files, and a searchable web directory. ## 2. Navigation | Category | Entry | Description | |---|---|---| | Catalog | [PLUGINS.md](PLUGINS.md) | Categorized listing of curated entries | | Plugin Community | [Oh-My-DSH Plugin Community](https://like-study1.github.io/Oh-My-DSH/) | Searchable and filterable web directory | ## 3. Ecosystem Statistics As of 2026-08-16 18:30 (Beijing Time, UTC+8), this directory curates **1319** plugins across **1666** ecosystem repositories, with **448,463** cumulative stars. ### Top 10 Curated Plugins | # | Plugin | Stars | Type | Description | |---|---|---|---|---| | 1 | [deepseek-ai/deepseek-harness](https://github.com/deepseek-ai/deepseek-harness) | 123861 | Project | DeepSeek Harness 官方仓库:Everything is a Plugin. | | 2 | [nexu-io/open-design](https://github.com/nexu-io/open-design) | 87214 | Channel | 🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Desig… | | 3 | [amruthpillai/reactive-resume](https://github.com/amruthpillai/reactive-resume) | 40483 | Plugin | A one-of-a-kind resume builder that keeps your privacy in mind. Com… | | 4 | [volcengine/OpenViking](https://github.com/volcengine/OpenViking) | 28575 | Plugin | Self-evolving Context Database for AI Agents. Unify Agent Memory, K… | | 5 | [titanwings/colleague-skill](https://github.com/titanwings/colleague-skill) | 22670 | Project | 「同事」Skill:将离别化为温暖的数字生命 1.0 | | 6 | [Nagi-ovo/voyager](https://github.com/Nagi-ovo/voyager) | 19452 | Plugin | Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a … | | 7 | [tt-a1i/archify](https://github.com/tt-a1i/archify) | 13098 | Plugin | Agent skill for beautiful, verifiable architecture, workflow, seque… | | 8 | [freestylefly/awesome-gpt-image-2](https://github.com/freestylefly/awesome-gpt-image-2) | 10431 | Plugin | Prompt as Code \| GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并… | | 9 | [anywhere-labs/deepseek-harness-desktop](https://github.com/anywhere-labs/deepseek-harness-desktop) | 7743 | Tool | 为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案 | | 10 | [YaoApp/yao](https://github.com/YaoApp/yao) | 7602 | Plugin | ✨ All your agents and workspaces in one place, on every device you … | ### Category Breakdown `Messaging 150` · `Vision & Multimodal 82` · `Browser & Web 78` · `Web UI Enhancement 318` · `Themes & Fun 110` · `Agent Capabilities 354` · `Coding & Development 90` · `Files & Data 35` · `Dev Tools & Tutorials 51` · `Collections & Distros 26` · `Ecosystem Projects 25` ## 4. Capabilities **01 Full-Scale Monitoring** — Automated snapshots of the entire GitHub `dsh-plugin` topic are taken every 4 hours, tracking the addition, renaming and archiving of ecosystem repositories in real time, covering the full set of topic repositories. **02 Human Curation** — On top of automated collection, candidate plugins are individually reviewed, assigned to precise categories and described in concise entries, ensuring the directory is accurate and well organized. **03 Categorized Catalog** — Entries are organized into eleven functional categories, covering Web UI enhancement, agent capabilities, coding & development, messaging, vision & multimodality, themes & fun, collections & distros, among others, with bilingual descriptions where applicable. **04 Activity Signals** — Each entry carries an activity signal — active, watch, slow, stale — derived from the repository's latest commit, helping users assess maintenance status and update cadence. **05 Community Web Directory** — A GitHub Pages–based web directory supports keyword search and category filtering for rapid discovery. **06 Automated Maintenance** — Sync scripts and continuous integration run in concert; the catalog, data files, web directory and changelog are updated together without manual intervention. ## 5. Quick Start ```bash # Launch the DeepSeek Harness Web UI (official developer preview) npx @deepseek-ai/dsh web # default: http://127.0.0.1:3080 # Plugin installation: follow each plugin's README or the official plugin marketplace ``` ## 6. Contributing Plugin authors may apply for inclusion in either of the following ways: 1. **Topic Registration** — Add the `dsh-plugin` topic to the plugin repository; automated sync completes pre-screening within 4 hours, and entries are admitted after human curation review. 2. **Direct Submission** — Register via [Issue](https://github.com/like-study1/Oh-My-DSH/issues), or modify [`data/curated.json`](data/curated.json) and submit a Pull Request. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. ## 7. Disclaimer This directory is built voluntarily by the community. Inclusion does not constitute endorsement by DSH. Listing status reflects public data only and does not imply compatibility; activity signals do not imply security. Before installing third-party plugins, users should verify the plugin's source code, permission scope, dependencies, license and recent update history. ## 8. Acknowledgments The development of this repository has benefited from the following projects and organizations: deepseek-ai/deepseek-harness (the DSH core), AdamPlatin123/awesome-dsh-plugins (ecosystem radar and cross-reference source), 0xsline/awesome-deepseek-harness and awesome-dsh-plugin/awesome-dsh-plugin (ecosystem lists), can1357/oh-my-pi (layout reference), and NoWint/Oh-My-DSH (a sibling project with the same name, maintaining an hourly multi-source DSH ecosystem directory; cross-linked). Sincere thanks are extended to all. ## License [MIT](LICENSE) © Oh-My-DSH contributors