ACEMaravilla/dsh-plugin-market ↗★ 0
@ace-xu/dsh-plugin-market
Model-facing plugin marketplace tools for DeepSeek Harness: plugin_search, plugin_vet, plugin_report, and plugin_install — discover, vet, report on, and install community plugins
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. |