kimiya1010/dsh-plugin-market

kimiya1010★ 0JavaScriptLast synced: 2026-08-15

Open on GitHub

A DeepSeek Harness plugin market: search and one-click install GitHub dsh-plugin plugins straight from the web GUI

README excerpt

dsh-plugin-market English 简体中文 A DeepSeek Harness (DSH) plugin that lets users search for and install other plugins directly from the web GUI — no need to drop to a command line. It adds a "Plugin market" tab under Settings → Plugins : - 🔍 Search GitHub repositories tagged dsh-plugin (sorted by stars) - 📋 Show each plugin's name, description, and star count, with a link to its GitHub repo - ⚡ One-click install (internally runs dsh plugin --profile web add github:owner/repo ) - 🗑️ One-click uninstall of installed third-party plugins - 📦 List the plugins currently installed in the profile ( dsh.profile.bundles ) Install Install it like any other DSH bundle: Or from a local checkout: Note: this plugin is plain JavaScript with no prepare build script , so a github: install needs no allowedBuilds entry — it works out of the box. Directory layout How it works - Host half ( index.js ): injects the webServer service and registers a same-origin prefix route /api/plugin-market : - GET /api/plugin-market/search?q= — calls the GitHub Search API ( topic:dsh-plugin ) - POST /api/plugin-market/install (body { "spec": "github:owner/repo" } ) — runs dsh plugin add - GET /api/plugin-market/list …

View full README on GitHub →
Terminal / TUIdeepseek-harnessdsh-pluginpluginsearch

Category