Skip to content
dsh-market Browse plugins GitHub 中文

zoahdev/dsh-subscribe#plugin

Steam-style plugin storefront: a plugin registry browsable inside DSH with one-click install, uninstall and update, plus a zero-dependency CLI and agent-callable market tools.

Stars ★ 1 Category Plugin Markets & Managers Listed 2026-08-15 npm dsh-subscribe

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add dsh-subscribe

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

This plugin publishes its README in Chinese only.

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

Content from the project README on GitHub ↗