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. 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