anjaymi/dsh-plugin-store
anjaymi★ 0JavaScriptLast synced: 2026-08-15
Native plugin store for DeepSeek Harness Web
README excerpt
dsh-plugin-store An in-harness plugin store for the DeepSeek Harness (dsh) Web GUI ( dsh web ), surfaced as a compact 插件市场 / Plugin Store tab under Settings → Plugins . It delivers a curated catalog plus live GitHub discovery, and lets you structurally verify and install a community plugin into the web profile without leaving the GUI. What it does - Curated catalog from the awesome-dsh-plugin ecosystem (bundled snapshot, offline-first) plus live GitHub topic:dsh-plugin discovery (top 30, no forks). - Structural verification : a repo is only installable when its current root package.json declares name , version and dsh.bundle.patch . Catalog/snapshot inclusion is not verification — every entry loads verified: null and must pass live re-verification. On refresh, only the bounded topic:dsh-plugin batch is verified; curated entries are verified at install time. - Real GitHub star counts : stars shown are the real GitHub counts. Topic entries source stargazers count ; for curated entries that ship null , the Host backs them up from the Shields badge ( GET /api/dsh-plugin-store?method=stars&repos=... ) and the client merges the real count into the first 120 visible cards in batches of 40…
View full README on GitHub →