kedoupi/xiaotaozi-dsh--plugins-market1

dsh-market

小桃子 DSH 插件市场:浏览插件和工作流包,管理源,并为桌面外壳规划安装队列。

AI 分析

核心用途是提供可视化的插件与工作流应用市场,支持一键安装和源管理。适合不习惯命令行操作、希望直观发现和安装 DSH 扩展生态的用户。

套件
dsh-market
版本
0.1.0
授權
MIT
最近更新
2026年8月26日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kedoupi/xiaotaozi-dsh#27564cbe6c5f08b7d77e783b6e1540bab0a80f94&path:plugins/market

English · 中文

dsh-market

dsh-market icon

Xiaotaozi DSH market: browse plugins and workflow packs, queue installs for the desktop shell

English · 中文 · xiaotaozi-dsh

MIT dsh-plugin

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

FieldDefaultMeaning
indexUrlhttps://s.xiaotaozi.cc/dsh/packs/market.jsonConfigured official index URL / source identity; not fetched here
officialLabel小桃子市场Display name of the official source
allowThirdPartySourcestrueAllow 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

DocRead it when
WorkflowCreate, install, simplify, commit
ConventionsPackage identity and two homes

License

MIT