@cyber-moshen/dsh-plugin-market: Open-source plugin marketplace for DSH web GUI

`@cyber-moshen/dsh-plugin-market` is an open-source plugin marketplace designed for the DSH web GUI, aimed at centralizing the management of plugin discovery, installation, updates, and uninstallation. It provides a `Settings → Plugin Workshop` page that displays community plugin tags, GitHub stars, maintenance status, and version information in a card grid layout, with support for searching, filtering, and sorting by popularity or maintenance status. Users can perform plugin installation, updates, or uninstallation with a single click, while the system backend invokes the `dsh plugin` CLI for processing; pure JavaScript plugins support hot reload, while those with native modules require a restart. This plugin emphasizes security by performing dependency audits before installation and startup composition checks after installation, with automatic rollback on failure to prevent the DSH process from crashing due to bad plugins.

Read More
DSH-Plugin-Market: Browse, Search, and Install Community Plugins within DeepSeek Harness

dsh-plugin-market is a community plugin marketplace running within the DeepSeek Harness (DSH) web interface, designed to address the scattered nature of plugin discovery, installation, and inspection. This tool allows users to browse community plugins under the GitHub `dsh-plugin` tag, supports sorting by stars or time, and provides LLM-based real-time bidirectional Chinese-English translation search to facilitate Chinese users in finding English plugins. Its core feature includes static security auditing before installation, with a focus on detecting dynamic execution, sensitive credential paths, and malicious installation scripts. If the audit blocks the installation, users can choose to force-install or cancel. Additionally, the marketplace supports one-click installation, updates, uninstallation, hot enabling/disabling, personal favorites, and embedded README viewing (with multilingual switching and garbled text repair). This plugin is authored by nansh.

Read More
dsh-plugin-market: Adding a Plugin Market Entry to the dsh Web UI

dsh-plugin-market is a DeepSeek Harness (DSH) bundle plugin maintained by TheYoungChen, designed to solve the tedious problem of manually finding and installing third-party plugins in the Web UI. This plugin is not an official app store, but rather provides a "Plugin Market" entry integrated into the Web UI sidebar and settings page. Its core features include: fast browsing of plugins, keyword searching, and sorting by stars through a static index generated by GitHub Action (distributed via CDN and updated every 2 hours), with automatic fallback to API search when the index is unavailable. The plugin supports one-click installation, executing `pnpm add github:<owner/repo>` and automatically coordinating dependencies. The installation process

Read More