dsh-plugin-market
其他 活跃维护

dsh-plugin-market

Tasihi89/dsh-plugin-market

提供日周月维度的插件热门榜单,支持应用内直接安装插件,配备双语操作界面,用户可快速检索筛选所需插件,无需跳转外部渠道即可完成安装部署,使用流程顺畅高效。

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

dsh-plugin-market

English | 中文

A plugin market with time-windowed trending charts, living in the DeepSeek
Harness sidebar. Four plain-language categories × daily / weekly / monthly /
rising charts, 7-day sparklines, bilingual one-line blurbs, and one-click
install / update / uninstall — all inside dsh web.

Status: v0.1 scaffold. Rankings data comes from the companion
dsh-market-data pipeline
(GitHub Actions, zero servers); until that pipeline is live the plugin
serves its bundled snapshot.

Install

dsh plugin --profile web add @changeme/dsh-plugin-market

Restart dsh web (or use hot reload) — a Plugin Market row appears in the
sidebar under New Session, next to the task board.

What it does

  • Charts, not just sorting: daily / weekly / monthly star-delta rankings
    computed from a real time series, plus a Rising chart for plugins listed
    within 7 days. Every ranked card carries a 7-day sparkline.
  • Four categories, in plain words: Do more / Look better / Less hassle /
    Connect more (hover shows the formal taxonomy).
  • Full market: search, detail view, one-click install with hot reload,
    update (with pnpm release-age handling), uninstall with confirmation,
    npm weekly downloads as a second signal.
  • Bilingual: UI copy and plugin blurbs in Chinese and English, following
    the DSH interface language.
  • Honest data: catalog covers the whole dsh-plugin GitHub topic;
    entries without a verified install target show as "listed only" with a
    copyable CLI command instead of an install button.

Security model

Ported from dsh-market's baseline: every mutating endpoint is same-origin
POST only; installs accept only catalog entries whose target re-validates
server-side; build scripts stay blocked by pnpm unless explicitly approved;
restart is limited to loopback requests.

Development

pnpm install
npm run typecheck
npm run build      # lib/ (tsc) + client/client.js (tsdown factory bundle)
npm test           # vitest

Renaming the npm scope: see RENAME.md.

License

MIT. Incorporates adapted code from
dsh-market (MIT) and
dsh-web-ui (Apache-2.0) —
see NOTICE.