The curated bilingual directory for DeepSeek Harness plugins: dsh-plugin.top.
Browse 500+ DSH plugins, read the DeepSeek Harness install guide, or track the GitHub star-growth ranking.
This is a dependency-free static site. Serve the repository root with any static server:
python3 -m http.server 4173The plugin snapshot is curated from the GitHub dsh-plugin topic. Stars and repository previews reflect the snapshot date shown in the site.
Run the public GitHub topic synchronizer to refresh the static catalogue:
node scripts/fetch-dsh-data.mjsThe synchronizer is incremental. It first fetches the ranked repository list and writes current star counts to the independent plugin-stars.js snapshot. Changed values are also stored as compact dated deltas in plugin-star-history.js, which powers the public Trending page without rewriting project content. A stars-only refresh does not rewrite plugins-data.js, README files, translations, summaries, display names, or static detail pages. Newly discovered repositories must contain repository-level DeepSeek Harness or DSH evidence beyond the bare topic label; accepted repositories receive full metadata, README cleaning, Chinese discovery or translation, summaries, display names and detail files. A separate English editorial pass creates product-style English names and summaries, preferring clean repository descriptions and rejecting README slogans, release labels, warnings, markup and mixed-language copy. Repositories that fall outside the current ranked list remain in the catalogue. A new-project run manifest is written to logs/last-sync.json only when new IDs need editorial processing.
After curation, scripts/generate-seo-pages.mjs generates bilingual, crawlable plugin landing pages under plugin/ and en/plugin/, plus sitemap.xml, llms.txt, and llms-full.txt for search and AI discovery. scripts/generate-discovery-pages.mjs builds independent Chinese and English homepages, static popular-plugin links, a bilingual DeepSeek Harness install guide, and bilingual Trending pages.
The synchronizer stores stable repository metadata in plugins-data.js, current GitHub star counts in plugin-stars.js, incremental history in plugin-star-history.js, keeps the original README in readmes/, and writes a user-facing cleaned version to readmes-clean/. The homepage and generated detail pages load the current star snapshot at runtime. The cleaned version removes badges, GitHub workflow/contribution boilerplate and noisy navigation blocks. README files are loaded only when a plugin detail is opened, then rendered with the site's safe Markdown subset. This keeps the homepage fast while preserving project introductions, headings, links, images, lists, quotes and code blocks in the detail view.
- Chinese homepage:
https://dsh-plugin.top/ - English homepage:
https://dsh-plugin.top/en/ - DeepSeek Harness guide:
/guide/deepseek-harness/and/en/guide/deepseek-harness/ - GitHub star-growth ranking:
/trending/and/en/trending/ - XML sitemap:
/sitemap.xml