xrj / dsh-plugin-registry

Listed

An open registry snapshot for DeepSeek Harness plugins, skills, and related tools

mainToolSkill View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:xrj/dsh-plugin-registry

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit cc0ee72Synced Aug 18, 2026

DSH Plugin Registry

这是一个面向 DeepSeek Harness 生态的公开插件目录快照,方便开发者检索插件、技能、插件合集和相关工具。

完整的可视化目录和按场景筛选入口位于 DSH 插件集市。仓库中的 catalog/plugins.json 适合脚本、数据分析和其他目录项目复用。

仓库内容

  • catalog/plugins.json:公开目录快照,包含项目地址、描述、标签、语言、Stars、分类和站内详情页地址;
  • catalog/schema.json:目录条目的 JSON Schema;
  • scripts/export_snapshot.py:从 DSH 集市的 site/data.json 生成精简快照;
  • CONTRIBUTING.md:新增项目和修正信息的规则;
  • UPDATE.md:数据来源、更新时间和限制说明。

快速使用

import json

with open("catalog/plugins.json", encoding="utf-8") as file:
    registry = json.load(file)

for item in registry["items"]:
    print(item["name"], item["url"])

数据说明

目录来自公开 GitHub 项目元数据。项目原始代码、名称、图标和许可证仍归各自作者所有;本仓库不代表 DeepSeek 官方,也不替代项目原始文档。站内可视化浏览入口统一放在本 README 顶部,避免在数据快照中重复堆叠外链。

发现项目后,建议先查看仓库 README 和贡献规范,再从项目原始地址安装或提交问题。

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

Contributing guideDetected

Repository information

Language
Python
License
Not reported
Last updated
Aug 17, 2026, 1:14 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.