alexchenzl/dsh-plugin-directory 预览 preview

alexchenzl/dsh-plugin-directory

DSH Plugin Directory is a community-driven catalog of plugins for DeepSeek Harness. This repository handles the submission and verification process — plugin authors open an issue to submit their plugin, and automated checks validate its structure. The accepted-record files here are exported snapshots for reference. This repository does not host plugin source code or binaries.

catalog 简介 / catalog descriptioncatalog description:Community-driven DeekSeek Harness Plugin Directory

项目介绍Project Overview

DSH Plugin Directory 是 DeepSeek Harness 的社区驱动插件目录,托管在 GitHub 上。它通过 GitHub Issue 接收插件提交,并自动校验包结构、包清单、补丁文件及分类、描述、安装命令等字段,从而生成导出快照供 dsh.directory 引用;接受后可获更显眼展示。适用作者公开提交符合 dsh.bundle.patch 规范的 Profile Bundle。注意:目录仅做结构与字段校验,不审计安全性、兼容性或运行时行为,列出不代表认可或背书,安装前需自行审查源码、依赖与许可证。

DSH Plugin Directory is a community-driven catalog for DeepSeek Harness plugins, hosted on GitHub. It accepts plugin submissions via GitHub Issues and runs automated checks on package structure, manifest, patch file, category, description, and install command, producing exported snapshots referenced by dsh.directory; accepted plugins gain more prominent placement. Use it to publicly submit Profile Bundles declaring dsh.bundle.patch. Note that checks verify structure and listing details only, not security, compatibility, or runtime behavior; a listing is not an endorsement, so review source, dependencies, and licenses before installation.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:alexchenzl/dsh-plugin-directory

alexchenzl/dsh-plugin-directory 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH Directory — Discover DeepSeek Harness plugins

DSH Hero Banner

Browse DSH Directory · Submit a plugin · Contributing guide

About

DSH Plugin Directory is a community-driven catalog of plugins for DeepSeek Harness. This repository handles the submission and verification process — plugin authors open an issue to submit their plugin, and automated checks validate its structure. The accepted-record files here are exported snapshots for reference. This repository does not host plugin source code or binaries.

Accepted plugins get more prominent placement in the directory, making them easier for users to find.

How it works

Plugin authors and community members submit one plugin package per issue using the GitHub issue form.

Required field What to provide
Package URL A GitHub URL pointing to the package directory on the default branch — either the repo root or a path like /tree/main/my-plugin.
Primary category One category from the Harness category list.
Description A single factual sentence describing what the plugin does.
Install command A one-line install command copied from the plugin's own documentation.

Plugin submission verification workflow

Automated checks read the issue fields and validate the submitted information and package structure. The upstream repository remains the source of truth for the plugin itself.

What can pass verification

Verification is intended for publicly accessible, installable DSH Profile Bundles — packages that declare dsh.bundle.patch in their package.json.

Rule Passes Does not pass
Repository access The repository is public. The repository is private or inaccessible.
Package URL Points to the exact package directory on the current default branch. Points to a file, a wrong directory, or a non-default branch.
Package manifest package.json is directly inside the submitted directory. package.json is missing or located elsewhere.
Bundle declaration package.json declares dsh.bundle.patch. The package declares only dsh.client or no bundle patch.
Patch file The declared patch file exists in the package directory. The declared patch file is missing or outside the package directory.
Listing details Includes a valid category, factual one-line description, and documented single-line install command. Any required value is missing, invalid, promotional, or undocumented.

Packages that only declare dsh.client (without dsh.bundle.patch) are not installable Profile Bundles and won't pass verification. These checks only verify structure and listing details — they don't test runtime behavior, quality, compatibility, or security. See CONTRIBUTING.md for the complete submission requirements.

Trust and safety

The directory checks only verify that a submission has the expected structure. They do not run the plugin or execute its install command — install commands are stored as plain text only.

Being listed in the directory is not a security audit, endorsement, or guarantee of any kind. A listing does not imply that the plugin is safe, compatible, or approved. Submitting a repository does not establish ownership of it.

Before installing any third-party plugin, review its source code, permissions, dependencies, license, and documentation.

Submit your plugin

Built a plugin for DeepSeek Harness? Submit it here to share it with the community and help more users discover your work.

Review the contributing guide for eligibility rules, submission requirements, corrections, and pull request guidance.

License

Repository code and documentation are available under the Apache License 2.0. Third-party plugins remain subject to their own licenses.

上一个 Prev dsh-focus-chat 下一个 Next dsh-memoir