跳到正文
dsh-market 浏览插件 GitHub EN

zoahdev/dsh-subscribe#plugin

Steam 风格的插件商店:在 DSH 里浏览插件注册表,一键安装、卸载与更新,另有零依赖 CLI 与可供 agent 调用的市场工具。

Star 数 ★ 1 分类 插件市场与管理 收录于 2026-08-15 npm dsh-subscribe

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add dsh-subscribe

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

Agent-native plugin marketplace for DeepSeek Harness: search 536+ community plugins, read market stats, and get exact install commands — right from the chat. This is the in-harness companion to the web storefront and the zero-dependency CLI.

Install

dsh plugin --profile web add github:zoahdev/dsh-subscribe#path:/plugin

Or from a local build:

cd plugin
pnpm install
pnpm pack
dsh plugin --profile web add ./dsh-subscribe-0.3.1.tgz

Restart dsh web (or the profile serving your UI). The three tools then appear in the agent's tool registry:

Tool What it does
market_search Search plugins by query/category/verified flag, sorted by stars
market_stats Total plugins, verified count, per-category breakdown
market_install_command Returns the exact dsh plugin --profile <p> add <spec> commands to run

market_install_command never installs anything by itself — commands are returned for the user to review and run in a terminal.

In-harness storefront (browser UI)

When the host exposes a webServer (web profiles), the plugin also mounts a full storefront at http://localhost:<dsh-web-port>/dsh-subscribe/:

  • browse/search the 536-plugin registry (bilingual, star/verified sorting)
  • one-click install / uninstall / update
  • build-script approval for git plugins blocked by pnpm allowBuilds
  • Steam-style subscribe list (export subscriptions.json, copy sync command)
  • live install progress + sanitized log export

Install/uninstall/update require a same-origin POST; install specs must come from the curated registry or be explicit file:/link: specs. The agent tools keep working in headless profiles without a webServer.

Offline behavior

The plugin ships a bundled snapshot of the full registry. If the live registry cannot be fetched, all tools automatically fall back to the snapshot, so search/stats/commands keep working without network access.

中文

把插件市场装进 DeepSeek Harness:在对话里直接搜索 536+ 社区插件、查看 市场统计、拿到准确的安装命令。与网页商店和零依赖 CLI 配套使用。

dsh plugin --profile web add github:zoahdev/dsh-subscribe#path:/plugin

三个工具:market_search(搜索)、market_stats(统计)、 market_install_command(生成安装命令,需用户确认后在终端执行)。 离线时自动使用内置注册表快照。

License

MIT

内容来自项目 README(GitHub)↗