ACEMaravilla/dsh-plugin-market0

@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插件能力的用户。

パッケージ
@ace-xu/dsh-plugin-market
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Usage (as an agent)

Say to your agent: "I want a plugin that ". The marketplace flow then runs plugin_searchplugin_vetplugin_report (which asks you to choose) → plugin_install.

Configuration

KeyDefaultMeaning
search / vet / report / installtrueRegister the corresponding tool.
maxCandidates3Cap on candidates returned by one plugin_search.
searchTimeoutMs / vetTimeoutMs60000Cooperative tool-call budget per tool.
installTimeoutMs300000Budget for one dsh plugin add run.
perRequestTimeoutMs15000Per-request deadline for marketplace API fetches.
maxVetFiles / maxVetFileBytes40 / 100000Bounds on the per-candidate source scan.
maxVetCandidates5Cap on candidates per plugin_vet call.
defaultProfile"web"Profile name used by install commands when none is given.
installOutputMaxBytes100000Cap on captured installer output.