AIsa-plugins/easy-dsh-plugin

AIsa-plugins★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

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 text 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/ is the stable install boundary and does not encode mutable categorization. - Every plugin is a complete, independently testable DSH bundle. - catalog.json owns primary categori…

在 GitHub 查看完整 README →
搜索deepseek-harnessdsh-pluginweb-searchsearch

分类