ACEMaravilla/dsh-plugin-market ↗★ 0
@ace-xu/dsh-plugin-market
面向模型的 DeepSeek Harness 插件市场工具:包含插件搜索、审查、报告和安装,用于发现、审查、报告和安装社区插件。
AI 分析
允许AI智能体通过工具调用自主搜索、审查并安装社区插件。适合希望赋予智能体自主扩展和管理DSH插件能力的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Usage (as an agent)
Say to your agent: "I want a plugin that ". The marketplace flow then runs plugin_search → plugin_vet → plugin_report (which asks you to choose) → plugin_install.
Configuration
| Key | Default | Meaning |
|---|---|---|
search / vet / report / install | true | Register the corresponding tool. |
maxCandidates | 3 | Cap on candidates returned by one plugin_search. |
searchTimeoutMs / vetTimeoutMs | 60000 | Cooperative tool-call budget per tool. |
installTimeoutMs | 300000 | Budget for one dsh plugin add run. |
perRequestTimeoutMs | 15000 | Per-request deadline for marketplace API fetches. |
maxVetFiles / maxVetFileBytes | 40 / 100000 | Bounds on the per-candidate source scan. |
maxVetCandidates | 5 | Cap on candidates per plugin_vet call. |
defaultProfile | "web" | Profile name used by install commands when none is given. |
installOutputMaxBytes | 100000 | Cap on captured installer output. |