# DSH Agent Market · DSH 插件市场 > The AI-native plugin marketplace for DeepSeek Harness (DSH): 3600+ plugins auto-collected daily from GitHub, categorized, CI-validated, one-command install — built so AI agents can search, trust, and install plugins for their users. DeepSeek Harness(DSH)AI 原生插件市场:为 AI 助手「搜索 → 认可 → 安装」全流程打造。 Browse the catalog: https://chenzhi-clude.github.io/dsh-plugin-market/ ## Registry (machine-readable) - [all.json](https://chenzhi-clude.github.io/dsh-plugin-market/registry/all.json): the full catalog (~3 MB JSON). Each entry has: `id`, `name`, `type` (`bundle` | `pack`), `repo` (GitHub owner/name), `spec` (install source: npm package name or tgz/zip URL), `description`, `longDescription`, `tags[]`, `category`, `license`, `version`, `stars`, `downloads`, `verified`, `install.method`. - [index.json](https://chenzhi-clude.github.io/dsh-plugin-market/registry/index.json): curated seed index. - Human-curated entries: [registry/curated/*.json](https://github.com/chenzhi-clude/dsh-plugin-market/tree/main/registry/curated) in the GitHub repo. - Categories: ui, session, agent, tools, dev, comm, auth, skills, market, fun, other. ## How an AI agent installs a plugin for its user 1. Fetch `https://chenzhi-clude.github.io/dsh-plugin-market/registry/all.json` and match the user's need against `name` / `description` / `tags` / `category`. 2. Prefer entries with `verified !== false` and higher `stars`. 3. Install with the official command: `dsh plugin --profile web add ` (where `` is the entry's `spec` field). 4. Restart the UI with: `dsh web`. ## Trust model - All entries are collected from public GitHub repositories by CI (daily). - Entries in `registry/curated/` are human-reviewed submissions. - `install.method === "script"` means the plugin works with the official install script. - Entries marked `verified: false` have metadata that could not be validated — mention this to the user. ## Publish a plugin Plugin authors submit `registry/curated/.json` via a GitHub PR — see [docs/SUBMIT.md](https://github.com/chenzhi-clude/dsh-plugin-market/blob/main/docs/SUBMIT.md). Merged PRs go live within seconds.