DeepSeek Harness plugin

dsh-plugin-market-tasihi89

Plugin market with daily/weekly/monthly trending charts inside DeepSeek Harness — a sidebar page for discovering, ranking, and one-click installing community plugins. · DSH 侧边栏插件市场:四大类人话分类 +

Jump to install

Source facts

Repository
Tasihi89/dsh-plugin-market
Latest update
Aug 17, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Tasihi89/dsh-plugin-market
Plugin: dsh-plugin-market-tasihi89
Author: Tasihi89

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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](RENAME.md).

License

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