DeepSeek Harness plugin

dsh-plugin-catalog-wemio

DSH 插件目录速查 (dsh-plugin catalog): periodically fetches repositories tagged topic:dsh-plugin from GitHub, categorizes them, stores Chinese descriptions locally, and exposes agent tools (plugin_query /

Jump to install

Source facts

Repository
wemio/dsh-plugin-catalog
Latest update
Aug 19, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/wemio/dsh-plugin-catalog
Plugin: dsh-plugin-catalog-wemio
Author: wemio

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-plugin-catalog · DSH 插件目录速查

一个 DSH 插件工具:定期从 GitHub topic:dsh-plugin 抓取相关仓库,按分类组织并附中文简述存储到本地,并提供快速查询能力(agent 工具 + Web GUI 面板)。

功能

  • 定期抓取:通过 GitHub Search API(topic:dsh-plugin,按 star 排序)抓取插件仓库列表;默认每 12 小时自动更新一次。
  • 本地存储:数据写入 ~/.dsh/dsh-plugin-catalog.json(原子写入)。
  • 分类:自动将插件归入 核心/框架、界面/皮肤、智能体/Agent、开发/工具、集成/连接、自动化、其他 等分类。
  • 中文简述:每个插件附带 zh 字段的中文概述(保留英文原文 description 作为权威描述)。
  • 快速查询:agent 工具 + GUI 面板按关键词/分类实时检索。

Agent 工具

工具说明
plugin_query按关键词/分类查询插件,支持 stars/name/recent 排序,返回中文简述
plugin_categories列出已有分类及各分类数量
plugin_catalog_update手动抓取刷新最新插件列表

GUI 面板

侧边栏「插件目录」入口 → 中部面板:分类筛选、关键词搜索、一键刷新。数据来自 /api/dsh-plugin-catalog/* 路由。

约束

  • 抓取依赖 GitHub 公共 API 未认证限额(约 60 次/小时),控制手动刷新频率即可。
  • 首次启动时若目录为空会自动抓取一次;随后按 refreshIntervalHours(默认 12)定时刷新。

结构

lib/index.js       宿主端:挂载抓取/存储/定时/工具/路由/系统提示
lib/fetcher.js     GitHub Search API 抓取
lib/categorize.js  分类 + 中文简述生成
lib/catalog.js     刷新编排 + 查询逻辑
lib/store.js       本地 JSON 存储
lib/tools.js       agent 工具
lib/routes.js      /api/dsh-plugin-catalog 路由
lib/client.js      浏览器端:侧边栏入口 + 目录面板