Skip to content

zp-home/dsh-recommend

111Last commit Aug 16, 2026

dsh-recommend DSH plugin

dsh-recommend automatically crawls all GitHub repositories tagged with `dsh-plugin`, scores them using a transparent formula, and provides a leaderboard accessible via web or DSH plugin. It includes model tools for querying, searching, and recommending plugins, as well as a settings tab with a compact ranking list that supports one-click installation.

How to install the dsh-recommend DSH plugin

dsh plugin --profile web add dsh-recommend

Copying does not run this command. Review the repository and version before installing the dsh-recommend DSH plugin.

dsh-recommend DSH plugin data source

dsh-recommend DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-recommend DSH plugin can do

  • Query the plugin leaderboard with filtering by category and dimension
  • Search plugins by name or description
  • Recommend plugins based on user goals with keyword expansion in Chinese and English
  • View trending plugins by star growth, rank increase, npm downloads, new entries, and certified badges
  • Refresh local registry data manually and check hub/scan health status
  • One-click install and copy install command from the settings tab

Where the dsh-recommend DSH plugin fits

  • Discover top-rated DSH plugins for a specific task
  • Compare plugin quality using transparent, publicly verifiable scores
  • Track plugin popularity trends over time (7/30/90 days)
  • Quickly install a plugin directly from the ranking list
  • Identify new and rising plugins in the ecosystem

Who the dsh-recommend DSH plugin is for

  • DSH plugin users looking for reliable and transparent rankings
  • Plugin developers who want to monitor their plugin's performance and get certified badges

dsh-recommend DSH plugin limitations

  • Data is fetched from GitHub and third-party CDN; users in China may need to configure a mirror URL for `dataUrl`
  • Ranking depends on public metadata (stars, updates, etc.) and may not reflect actual usage or quality perfectly
  • The plugin does not execute code from ranked plugins, but security review is recommended before installation

dsh-recommend DSH plugin: from the repository README

Quoted from the zp-home/dsh-recommend README, the upstream source of the dsh-recommend DSH plugin. Copyright remains with the original authors.

> DSH 插件生态的**透明排行与推荐**:每 2 小时自动抓取全 GitHub 的 `dsh-plugin` 话题仓库,按公开的评分模型打分排序;DSH 插件与静态站消费同一份数据。 <p> <a href="https://github.com/zp-home/dsh-recommend"><img src="https://img.shields.io/github/stars/zp-home/dsh-recommend?style=flat-square" alt="stars"></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/zp-home/dsh-recommend?style=flat-square" alt="license"></a> <a href="https://github.com/zp-home/dsh-recommend/actions/workflows/sync.yml"><img src="https://img.shields.io/github/actions/workflow/status/zp-home/dsh-recommend/sync.yml?style=flat-square&label=data%20sync" alt="data sync"></a> <a href="https://github.com/zp-home/dsh-recommend/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/zp-home/dsh-recommend/validate.yml?style=flat-square&label=validate" alt="validate"></a> <a href="https://zp-home.github.io/dsh-recommend/site/"><img src="https://img.shields.io/website?url=https%3A%2F%2Fzp-home.github.io%2Fdsh-recommend%2Fsite%2F&style=flat-square&label=leaderboard" alt="leaderboard site"></a> <a href="https://zp-home.github.io/dsh-recommend/site/rankings.html"><img src="https://img.shields.io/website?url=http

Read the full READMERepository license: MIT

dsh-recommend DSH plugin questions

How do I install the dsh-recommend plugin?

You can install it via npm: `dsh plugin --profile web add dsh-recommend`. Alternatively, use GitHub direct install: `dsh plugin --profile web add github:zp-home/dsh-recommend`. After installation, restart DSH web to see the tools and settings tab.

How often is the ranking data updated?

The data pipeline runs every 2 hours via GitHub Actions. It fetches all `dsh-plugin` repositories, scores them, and updates the registry. The historical data is stored daily.

How is the plugin score calculated?

The score is a weighted combination: 0.35 × maintenance, 0.30 × popularity, 0.20 × quality, 0.15 × ecosystem. The exact formula, weights, and all raw data are public in the repository. You can clone and run `node scripts/sync.mjs` to reproduce the ranking.

Can I add my own plugin to the ranking?

If your plugin is tagged with `dsh-plugin` on GitHub, it will be automatically discovered and included in the next sync cycle. You can also submit an issue using the template to request certification and a badge.

What does the 'Certified' badge mean?

The 'Certified' badge is a display-layer incentive for plugin authors who have passed a review. It does not affect the score. To get certified, submit an issue and your plugin will be checked for proper installation, functionality, and active maintenance.