DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

AIsa-plugins /

easy-dsh-plugin

仅 Topic 仓库

这个仓库还没有填写简介。

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@2fdadf92

Easy DSH Plugins

A curated collection of native plugins for DeepSeek Harness. Each plugin is independently installable and owns its runtime code, configuration, tests, and package boundary. The repository root is a catalog and pnpm workspace, not an installable DSH bundle.

Catalog

Search & Data Extraction

Plugin Description Status
Easy Search AIsa One Key or BYOK search across Web, X, YouTube, and Scholar Preview

Machine-readable category, tag, package, and source-path metadata lives in catalog.json. Categories organize discovery without becoming part of a plugin's stable installation path.

Repository layout

easy-dsh-plugin/
├── catalog.json
├── plugins/
│   └── easy-search/
│       ├── src/
│       ├── tests/
│       ├── package.json
│       └── cordis.patch.yml
├── pnpm-workspace.yaml
└── README.md

Each directory under plugins is a complete DSH bundle with its own package manifest, dependencies, tests, build output, and documentation. Adding one plugin does not install or activate the others.

Collection conventions

  • plugins/<id> is the stable install boundary and does not encode mutable categorization.
  • Every plugin is a complete, independently testable DSH bundle.
  • catalog.json owns primary categories, discovery tags, and source paths.
  • A plugin has one primary category and may have multiple tags.

Development

pnpm install --frozen-lockfile
node scripts/validate-catalog.mjs
pnpm --filter './plugins/**' --if-present run check

The recursive check runs each plugin's own typecheck, tests, and build.

Discovery

GitHub's /topics/dsh-plugin page is populated from the repository's GitHub topics, not from package.json keywords. This repository should use the dsh-plugin, deepseek-harness, and web-search topics.

License

MIT

—/ 5

暂无评分

需要先验证清单

Commit 2fdadf922f8b

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于