# Marketplace Submission The plugin is packaged for the DeepSeek Harness community market. Public listing requires a public GitHub repository that is at least one day old. ## Repository checklist - Keep `package.json.repository` aligned with `https://github.com/hustforever/dsh-status-hub`. - Add the `dsh-plugin` GitHub topic. - Publish the prebuilt package to npm as `dsh-status-hub`, or attach `dsh-status-hub.tgz` to a GitHub Release. - Add one or more screenshots through a repository-root `screenshots.json` file. - Confirm a clean install with `dsh plugin --profile web add dsh-status-hub`. ## Catalog entry Submit one file named `data/plugins/hustforever__dsh-status-hub.yml` to `awesome-dsh-plugin/awesome-dsh-plugin`: ```yaml url: https://github.com/hustforever/dsh-status-hub name: hustforever/dsh-status-hub category: ui tarball: https://github.com/HUSTforever/dsh-status-hub/releases/download/v0.1.0/dsh-status-hub-0.1.0.tgz description: en: Adds a bilingual Web UI status hub for Harness sessions, MCP plugin lifecycle, skills, plugins, and connection health. zh: 为 Harness Web UI 添加双语状态中心,集中查看会话、MCP 插件生命周期、Skills、插件与连接状态。 ``` Do not add an `npm` field. The catalog discovers the npm package automatically from its `repository` metadata.