dsh-plugins-market
开发工具 活跃维护

dsh-plugins-market

Luaphes/dsh-plugins-market

全量嗅探900+官方插件仓库过滤蹭标噪音,保留人工精选插件,支持按总星/最新发布/最近推送排序、即时搜索与语言过滤,安装前校验插件声明拒绝无效安装,零依赖轻量化运行。

3
Stars 标星
0
Forks 分支
3
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
108 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Luaphes/dsh-plugins-market
git clone https://github.com/Luaphes/dsh-plugins-market.git
git clone git@github.com:Luaphes/dsh-plugins-market.git
README.md main

English | 简体中文

dsh-market · Creative Marketplace for DeepSeek Harness Plugins

Discover DeepSeek Harness plugins from the official dsh-plugin topic — noise-filtered, trust-badged, one-click install into your profile.

Status: beta, installable. A persistent npm bundle: install once into your profile, restart the Web UI, and it stays. The src/ directory holds the equivalent dynamic-plugin reference implementation.

What it does

  • Discovery: crawls every repo under GitHub topic dsh-plugin (600+) and filters topic-squatting noise
  • Trust signals: badges for 精选 (human-curated) and community compatibility verdicts (兼容 / 需适配 / 已删除 / 关注)
  • Ranking & filtering: by stars / newest / last push (asc/desc toggle), instant search, language filter
  • Install funnel: click Install → verify the repo declares dsh.bundle.patch in package.json (non-bundles are rejected) → show the exact command with an allowBuilds security warning → confirm → run dsh plugin --profile <p> add github:owner/repo

Install

dsh plugin --profile web add github:Luaphes/dsh-plugins-market

Restart the Web UI afterwards; a "Discover plugins" tab appears under Settings → Plugins. Zero build step, no install scripts, no allowBuilds prompt.

Once published to npm: dsh plugin --profile web add dsh-plugins-market

Architecture

  • Host half: full GitHub Search API crawl (rate-limit friendly, 10-minute in-memory cache), merges curated/compatibility source data, install verification & execution (approval-gated)
  • Client half: registers the official settings.plugins.tab extension point, React card list
  • Zero LLM, zero backend, zero user quota: rules + public APIs only

Source credits

Roadmap

  • [x] Persistent npm bundle (installable from GitHub)
  • [ ] npm publish + CI auto-release (Trusted Publishing)
  • [ ] Weekly trending (daily star snapshots)
  • [ ] Standalone web site form (public discovery entry)

License

MIT