NanmiCoder/dsh-plugin-market5

@nanmicoder/dsh-plugin-market

Verified plugin marketplace for DeepSeek Harness: discover, inspect, install, and remove DSH plugins from the Web UI

AI 分析

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

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

インストール

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

ドキュメント

README 全文を読む ↗

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