用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/evil7/deepSea --skill dsh-plugin-discovery命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | dsh-plugin-discovery |
| description | 在 GitHub 上搜索与聚合 DeepSeek Harness (dsh) 插件生态。Use when: 需要发现 dsh 插件、搜索插件仓库、聚合生态动态、插件排行榜、按 topic/关键词筛选、抓取插件元数据。 |
| argument-hint | 要发现/搜索的插件方向或关键词,例如 "代码生成插件" 或 "topic:dsh-plugin" |
| user-invocable | true |
在 GitHub 上按官方与社区 topic/关键词搜索所有 deepseek-harness 相关插件,汇聚生态动态,输出结构化的插件列表。
deepseek-ai/deepseek-harness("Everything is a Plugin")dsh、dsh-plugin、cordis、ai-agentshas_issues: false),但开启了 discussions(has_discussions: true)dsh-plugin。
deepc-list 等自定义 topic 暂不收录,等 deepc 插件开发完成后再敲定与增补。cordis / cordis-plugin:Koishi 框架通用插件机制,引入 shikitor 编辑器、SILI-agent 聊天机器人、inpageedit wiki 编辑器等纯 cordis 项目,与 dsh 无关。plugin-marketplace / plugin-store:Claude/通用插件生态仓库大量混入。"dsh":子串匹配撞上 Box2DSharp / DShot / DShield / 3DShape / DShimmer / d2dsharp 等海量含 "dsh" 字母的无关项目(NOT 无法枚举干净)。"harness plugin":太宽,命中各种 AI agent harness 插件。集中维护关键词集合(建议 src/lib/github/topics.ts),搜索时对每个 topic 查询:
const queries = PLUGIN_TOPICS.map((t) => `topic:${t}`)
可选附加条件:stars:>5、pushed:>2025-01-01、language:typescript 等。
import { octokit } from "@/lib/github/client"
const res = await octokit.paginate(octokit.search.repos, {
q: `topic:dsh-plugin stars:>10`,
sort: "updated",
per_page: 100,
})
full_name 去重full_name、description、stargazers_count、pushed_at、topics、html_urlscripts/search-deepseek-repos.mjs 默认):star ≥ 10、创建距今 ≥ 5 天、
limit 1000/类型。dsh-issue-bridge)