DeepSeek Harness 插件

dsh-plugin-search-zoahdev

Plugin discoverability for DeepSeek Harness: search dsh plugins across npm and the awesome-dsh-plugin list, look up package metadata (npm with GitHub fallback), and browse the curated list — all from(英文原文)

跳到安装方式

来源信息

GitHub 仓库
zoahdev/dsh-plugin-search
最近更新
2026年8月15日
分类
插件市场与管理
GitHub stars
2
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/zoahdev/dsh-plugin-search
插件名:dsh-plugin-search-zoahdev
作者:zoahdev

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-plugin-search

![CI](https://github.com/zoahdev/dsh-plugin-search/actions) ![Release](https://github.com/zoahdev/dsh-plugin-search/releases)

[English](#english) · [中文](#中文)

English

Plugin discoverability for DeepSeek Harness: three model-facing tools that find and inspect dsh plugins from inside the agent — no more guessing which plugin exists before building your own. Answers discussion #1715.

Tools

ToolWhat it does
dsh_search_pluginsSearches npm + the awesome-dsh-plugin curated list, npm-first, deduplicated, with version + source labels.
dsh_plugin_lookupExact lookup: npm metadata (latest version, description, homepage, repository, author), with a GitHub repository search fallback for git-only plugins.
dsh_awesome_topBrowsers the current curated awesome list — a quick ecosystem snapshot.

Install

# from GitHub (this repository, after release)
dsh plugin --profile web add https://github.com/zoahdev/dsh-plugin-search/releases/download/v1.1.0/dsh-plugin-search-1.1.0.tgz
# or from a local build
dsh plugin --profile web add ./dsh-plugin-search-1.1.0.tgz

Then ask the agent inside DSH:

> 帮我找一个能监控 GitHub release 的 dsh 插件。 > Find me a dsh plugin that tracks GitHub releases.

Verification

  • Unit tests with injected fetch (parsing, merging, dedupe, caching, 404 handling).
  • Packaged integration test executes the real handlers against the real npm registry and the real awesome list.
  • CI installs the packed tarball into a fresh DSH profile, verifies the composed config, and boots dsh web.

Development

pnpm install
pnpm typecheck
pnpm build
pnpm test
pnpm pack
node scripts/integration-test.mjs

License

MIT © 2026 zoahdev

---

中文

dsh-plugin-search —— 面向 DeepSeek Harness 的插件发现工具:agent 在 DSH 里直接搜索/查看 dsh 插件,不用再凭猜。回应了官方讨论 #1715「缺 dsh-plugin-search」。

工具

工具作用
dsh_search_plugins同时搜 npm 与 awesome-dsh-plugin 精选清单,npm 优先、去重、带版本与来源标签。
dsh_plugin_lookup精确查询:npm 元数据(最新版本、描述、主页、仓库、作者),查不到时自动回退 GitHub 仓库搜索(git-only 插件也能查)。
dsh_awesome_top浏览当前精选清单,快速了解生态全貌。

安装

# 从 GitHub Release
dsh plugin --profile web add https://github.com/zoahdev/dsh-plugin-search/releases/download/v1.1.0/dsh-plugin-search-1.1.0.tgz
# 或本地构建
dsh plugin --profile web add ./dsh-plugin-search-1.1.0.tgz

然后在 DSH 里对 agent 说:

> 帮我找一个能监控 GitHub release 的 dsh 插件。

验证

  • 单元测试注入 fetch:解析、合并、去重、缓存、404 处理全覆盖。
  • 打包集成测试对真实 npm registry 与真实 awesome 清单执行真实 handler 并断言。
  • CI 把 tarball 装进全新 DSH profile、验证合成配置、并真实启动 dsh web

开发

pnpm install
pnpm typecheck
pnpm build
pnpm test
pnpm pack
node scripts/integration-test.mjs

许可证

MIT © 2026 zoahdev