The plugin universe for DeepSeek Harness
dshbase.com is the bilingual (English / 中文) community directory for DeepSeek Harness — DeepSeek's open-source agent framework ("everything is a plugin"). We've collected DSH plugins scattered across GitHub into one organized catalog: every plugin ships with its install command, verification status, and live star count — no more clicking into each repo to check.
| Highlight | What it is |
|---|---|
| 🧩 1,700+ plugins | across 15 categories — developer tools, UI & skins, knowledge, automation, networking, and more |
| 🌐 Bilingual | every page in English (/) and 中文 (/zh/), with hreflang + auto language switcher |
| 📦 Plugin detail pages | one page per plugin: install command, status, stars/forks/issues, SEO metadata |
| 📊 Ecosystem overview | live stats on the directory page: total, growth curve, category distribution, top 10 |
| 🎨 Theme center | /themes/ showcases 151 day/night skins with accent-color previews |
| ⚡ Live stars | real-time GitHub stars via a Cloudflare Pages Function — not a stale snapshot |
Sourced from the official GitHub dsh-plugin topic — not any third-party snapshot. A daily sync refreshes stars, forks, language, and archive status.
Honest note: the raw topic contains some repos that merely tag
dsh-pluginfor visibility. We keep a curated list of real plugins, while refreshing the data (stars, etc.) from the official topic.
- Astro — static site, fast builds, SEO-friendly
- Cloudflare Pages — hosting + Serverless Functions
- Plain JSON data — catalog in
src/data/plugins.json, skins insrc/data/skins.json; no database, no backend
Two GitHub Actions workflows keep the directory fresh every day:
| Bot | When | What it does |
|---|---|---|
🔄 Sync sync-topic.yml |
daily 04:17 UTC | refreshes stars/forks/language from the official topic |
🧪 Health-check compat-check.yml |
daily 03:23 UTC | installs each npm plugin and upgrades verified status (never downgrades) |
Open an issue with the "Submit your plugin" template — we verify, ingest, and reply. Minimum requirements:
- repo tagged
dsh-plugin - has a LICENSE
- ships a bundle manifest (
cordis.patch.yml/cordis.yml/dsh.bundle.patch)
Already listed but want the Verified badge? Open an issue with the "Submit verification evidence" template — attach screenshots or logs of your plugin actually running in dsh, and we'll review and mark it verified.
npm install
npm run dev # http://localhost:4321
npm run build # outputs to dist/Scripts in scripts/ (require GITHUB_TOKEN, some also DEEPSEEK_API_KEY):
# verify + ingest one plugin (global dedup by name/repo)
python scripts/ingest-plugin.py https://github.com/owner/repo --category "Tools & Capabilities"
# refresh stars from the official topic
python scripts/sync-topic.pyMIT — see LICENSE.