NanmiCoder/dsh-plugin-market5

@nanmicoder/dsh-plugin-market

经过验证的 DeepSeek Harness 插件市场:可在 Web UI 中发现、检查、安装和移除 DSH 插件。

AI 分析

核心用途是提供一个安全、经过人工审核的插件商店。适合希望在网页界面内一键安全安装或卸载第三方插件的用户。

套件
@nanmicoder/dsh-plugin-market
版本
0.2.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-plugin-market

Configuration

FieldDefaultPurpose
registryUrl''Catalog source. Falls back through repository data/v1/catalog.json, local cache, then the packaged seed snapshot. npm installs normally begin with the seed until a remote URL is configured.
refreshIntervalHours6Background refresh interval. Use 0 to disable scheduled refreshes.
allowInstalltrueSet to false to reject all install/uninstall mutations and keep browsing only.
profileDirinferred from ctx.baseUrlEscape hatch for non-standard profile layouts; normally leave unset.
- insert:
    - id: plugin-hub
      name: '@nanmicoder/dsh-plugin-market'
      config:
        registryUrl: ''
        refreshIntervalHours: 6
        allowInstall: true