kimiya1010/dsh-plugin-market
kimiya1010★ 0JavaScriptLast synced: 2026-08-15
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 →Category
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
★ 3,820
hyhmrright/brooks-lintAI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix
★ 1,338
ccch1mneyyy/dsh-TUI解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。
★ 1,141