uluckystar/dsh-plugin-market ↗★ 0
dsh-plugin-market
插件市场:在 DSH 设置页浏览 mydsh.dev 插件大全,支持分类、本地/AI 搜索、安全评估、安装、启用、停用、卸载和生命周期状态;只展示可直接启用的 DSH 插件。非官方社区 mydsh.dev 出品
AI Analysis
核心用途是提供便捷的图形化插件市场。适合不希望使用命令行、想直接在设置界面浏览、搜索和管理DSH插件的普通用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uluckystar/dsh-plugin-marketREADME
Read the full README ↗配置(cordis.patch.yml)
- id: plugin-market
name: dsh-plugin-market
config:
marketBaseUrl: 'https://mydsh.dev' # 数据源
profileName: 'web' # 安装目标 profile
pnpmCommand: 'npx -y pnpm@11.7.0' # pnpm 版本(匹配 profile packageManager)
proxyUrl: 'http://127.0.0.1:7897' # 本机代理(加速 GitHub 下载),可置空
catalogCacheMs: 21600000 # 插件大全缓存 TTL(6 小时)
installTimeoutMs: 300000 # 安装超时