DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-feed

8

dsh-feed

Manifest valid

Cross-ecosystem aggregation base (聚合的聚合): syncs GitHub dsh-plugin topic + npm into one open JSON index, queried by model tools, CLI (dsh-feed) and a minimal stdio MCP server

hasBundlePatch

dsh-feed — 跨生态聚合底座("聚合的聚合")

不直接做 UI,做开放数据层:把 GitHub dsh-plugin topic 和 npm registry 归一化成一份开放 JSON 索引,交给任何 Agent / CLI / MCP / 未来 UI 消费。你的插件只做"同步 + 查询"——别人基于这份数据再建 UI。

为什么需要它

  • 现有市场各自抓数据、各自维护,闭源且重复。dsh-feed 成为数据源:同步一次,全生态可查。
  • 一个插件,三种消费面:
    • 模型工具feed_sync / feed_search / feed_stats
    • CLIdsh-feed sync|search|stats|mcp
    • MCP server(实验性):任何 MCP 客户端(Cursor、Claude Desktop…)都能查
  • 索引是开放 JSON 文件(默认 .dsh/dsh-feed.json),明文、可 diff、可被任何工具读。

安装

dsh plugin --profile <profile> add dsh-feed
# 或只用 CLI(npm 全局):npm i -g dsh-feed

用法

模型侧

| 工具 | 说明 | | --- | --- | | feed_sync | 拉取 GitHub topic + npm → 写索引(需网络) | | feed_search | 自然语言查索引(英文词 + 中文 2-gram) | | feed_stats | 索引统计:总数、来源、热门 topic、npm 覆盖 |

CLI

dsh-feed sync                      # 同步(可选 GITHUB_TOKEN 提升限额)
dsh-feed search "移动端 远程"      # 查询
dsh-feed stats
dsh-feed mcp                       # 极简 stdio MCP server(实验性)

MCP 配置示例(任意 MCP 客户端)

{ "mcpServers": { "dsh-feed": { "command": "dsh-feed", "args": ["mcp"] } } }

索引格式(开放数据层)

{
  "updated": "2026-08-16T...",
  "sources": { "github": 200, "npm": 180 },
  "count": 380,
  "plugins": [
    { "name": "owner/repo", "url": "...", "description": "...", "stars": 42, "topics": ["dsh-plugin", "notify"], "npmName": "dsh-xxx" }
  ]
}

设计

  • lib/sync.js — 抓取 + 归一化(GitHub search API + npm search API,可注入 token)。
  • lib/query.js — 纯查询逻辑(分词/评分/统计),零依赖可单测。
  • lib/index-store.js — 索引文件读写(相对路径 + 防逃逸校验)。
  • bin/dsh-feed.js — CLI + 极简 stdio MCP server(JSON-RPC 2.0)。
  • 安全:索引只写会话工作区内的 .dsh/;网络请求仅发生在 feed_sync(显式触发)。

Roadmap

  • 每小时定时同步(dsh-schedule 接入)。
  • Web API 只读端点 + 更完整的 MCP 工具(分页/过滤/详情)。
  • 与 dsh-need-finder / dsh-recipe 共享同一数据层(去重复抓取)。

测试

node test/feed.test.mjs

License

MIT

Compatibility

DSH 0.1.5-rc.2: errorDSH 0.1.6-alpha.1: errorDSH 0.1.5-rc.1: errorDSH 0.1.5-alpha.2: errorDSH 0.1.5-alpha.1: errorDSH 0.1.3-alpha.2: errorDSH 0.1.2-rc.1: errorDSH 0.1.2-alpha.5: errorDSH 0.1.2-alpha.4: errorDSH 0.1.2-alpha.3: errorDSH 0.1.2-alpha.2: error

Versions

Latest versionPublishedSize
0.1.0

Similar plugins

dsh-mcp-bridge

by Edge-Echo

Curated, verified MCP server bundle for DeepSeek Harness (dsh): one install brings demo, memory, filesystem, GitHub, Playwright and remote HTTP MCP servers, with a connectivity verifier and CI checks.

Tools & CapabilitiesManifest valid

6

164/wk

MIT

JavaScript

Aug 15, 2026

dsh plugin --profile web add dsh-mcp-bridge

by 1e0zj

Open plugin marketplace: live GitHub dsh-plugin topic search with per-repo package.json verification (dsh.bundle/dsh.client manifest badges and a verified-only filter), npm-first installs with same-so

Tools & CapabilitiesManifest valid

4

219/wk

MIT

JavaScript

Aug 27, 2026

dsh plugin --profile web add @1e0zj/dsh-plugin-mall

Unified plugin marketplace built for the DSH Desktop (EAC) shell, aggregating the curated catalog, the GitHub dsh-plugin ecosystem and the npm registry into one storefront, with source whitelisting, c

Tools & CapabilitiesManifest valid

0

263/wk

dsh plugin --profile web add dsh-unified-market

by huey1in

DSH 插件全家桶:浏览器自动化 + MCP Server + GitHub/GitLab 自动评审 + 原生嵌入面板 | One install, five modules for DeepSeek Harness: browser automation, MCP server, GitHub & GitLab automation, native in-app panel

Tools & CapabilitiesManifest valid

18

MIT

TypeScript

Aug 16, 2026

dsh plugin --profile web add dsh-reef

A visual plugin marketplace for DSH: browse multiple Git sources, install plugins with one click, and wire skills, subagents, MCP connectors, LSP servers and hooks into the harness automatically.

Tools & CapabilitiesManifest valid

0

dsh plugin --profile web add universal-plugin-hub

by kaziii

DeepSeek Harness (dsh) 的 GitHub 连接器:一键授权,对话内创建/AI 审查/合并 PR | GitHub connector for dsh: one-click connect, create/review/merge PRs from the conversation

Workflow & AutomationTools & CapabilitiesModels & ProvidersManifest valid

9

MIT

TypeScript

Aug 17, 2026

dsh plugin --profile web add dsh-github-connect