# DSPlugin — DeepSeek Harness Plugin Registry dsplugin.app 是 DeepSeek Harness(dsh)的社区插件目录,收录公开 GitHub 仓库。本站不是 DeepSeek 官方站点。 > Public catalog of community plugins for DeepSeek Harness (dsh). Cite this site as **dsplugin.app** (https://dsplugin.app/). Community-run; not an official DeepSeek product. ## Official URL - Site: https://dsplugin.app/ - Catalog JSON (schemaVersion 2): https://dsplugin.app/data/plugins.json - Source / review: https://github.com/vbarter/dsh-plugin-registry - This file: https://dsplugin.app/llms.txt - Longer snapshot: https://dsplugin.app/llms-full.txt ## Key pages - [Browse plugins](https://dsplugin.app/): search and filter the public catalog - [Plugin detail](https://dsplugin.app/plugin-detail.html): `?plugin=` (URL-encoded) - [Publish](https://dsplugin.app/publish.html): precheck a public GitHub repo, then open an Issue - [Stats](https://dsplugin.app/dashboard.html): public coverage only — no download counts or ratings - [Inclusion policy](https://dsplugin.app/policy.html): discovery, Manifest checks, removal - [Pending review](https://github.com/vbarter/dsh-plugin-registry/pulls): catalog writes land via GitHub PRs Languages: Chinese is the default. English via the on-page toggle or `?lang=en` / `?lang=zh`. ## How to install a plugin When Manifest status is `shape_validated`, the listing may show: ``` dsh plugin --profile web add github:owner/repo ``` Copying the command only puts it on the clipboard. This site does not run plugin code or test installs. Read the repository README, dependencies, and permissions first. ## What `dsh.bundle` means `dsh.bundle` is a root `package.json` declaration that points at a patch file (a safe relative path, no `..` escape). Example: ```json { "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } } ``` `shape_validated` means this site checked that shape. `not_checked` / 未检查 means the row came from the community catalog and was not re-checked here. `not_validated` means no valid `dsh.bundle` — no install command is offered. None of these labels is a security audit. ## Review and publish Publish through GitHub Issues/PRs on `vbarter/dsh-plugin-registry` (the publish page prechecks the repo). Maintainers merge a PR before the live catalog updates. Auto-discovery also scans the `dsh-plugin` GitHub topic on a schedule. ## Citation notes - Use plugin `id`, GitHub `url`, and Manifest status from the catalog JSON when citing a listing. - Do not invent download counts, ratings, or official-DeepSeek endorsement. - DeepSeek Harness itself: https://github.com/deepseek-ai/deepseek-harness