kedoupi/xiaotaozi-dsh--plugins-market ↗★ 1
dsh-market
Xiaotaozi DSH market: browse plugins and workflow packs, manage sources, queue installs for the desktop shell
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kedoupi/xiaotaozi-dsh#27564cbe6c5f08b7d77e783b6e1540bab0a80f94&path:plugins/market说明文档
阅读完整 README ↗English · 中文
dsh-market

Xiaotaozi DSH market: browse plugins and workflow packs, queue installs for the desktop shell
English · 中文 · xiaotaozi-dsh
A first-class sidebar entry right below New Session opens a full-screen market overlay with Market and Sources tabs. It supports search, tag filters, detail views, and installed / queued badges. The panel only queues install / remove intents under $DSH_HOME/plugins/market/intents.json; the latest request for each entry wins, with a 100-intent bound. The 小桃子DSH desktop shell owns downloading, signature verification, and applying packs. The current catalog is mock data — shell integration lands later.
The configured indexUrl is currently used as source identity; this plugin does not fetch or verify it. The official mock catalog currently contains hello, providers, memory, im, and workflow examples, not every repository plugin.
Part of the xiaotaozi-dsh monorepo. Do not dsh plugin add the repository root.
Use it
Open the sidebar entry below New Session, browse Market or manage Sources, then queue an install or remove request. The current UI is intentionally a catalog and intent queue; the desktop shell applies packs later.
Config
| Field | Default | Meaning |
|---|---|---|
indexUrl | https://s.xiaotaozi.cc/dsh/packs/market.json | Configured official index URL / source identity; not fetched here |
officialLabel | 小桃子市场 | Display name of the official source |
allowThirdPartySources | true | Allow adding extra sources from the panel |
User-added sources persist in $DSH_HOME/plugins/market/sources.json (https only; loopback http allowed for dev).
Install
dsh plugin --profile add github:kedoupi/xiaotaozi-dsh#path:plugins/market
Documentation
| Doc | Read it when |
|---|---|
| Workflow | Create, install, simplify, commit |
| Conventions | Package identity and two homes |