DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-skill-search

d

dsh-skill-search

Manifest valid

On-demand skill search for DSH: keyword-search a shared skill library (e.g. ~/.codex/skills) with zero preloading. The AI reads only the matched SKILL.md.

hasBundlePatch

dsh-skill-search · 按需技能搜索器 🔍

DeepSeek Harness 插件:让海量技能库「零预加载、按需搜索」。

解决的问题

dsh 默认在启动时把每个技能的 name/description 注入模型上下文——几百个技能就是数万 token 的固定开销,装一万个技能直接爆上下文。本插件换一种架构:启动时什么都不注入,需要时用关键词搜索磁盘上的 SKILL.md(rg 快路径 + Node 兜底),AI 只读命中的那份全文并执行。

用法

  • 工具:skill_search
  • 参数:query(必填,中英文关键词;匹配目录名 / frontmatter 的 name 与 description / 正文开头)、limit(默认 10)

示例(用户说「搜技能:去AI味」):

{ "query": "去AI味", "libraries": ["C:\\Users\\…\\.codex\\skills"], "count": 1,
  "skills": [ { "name": "humanizer", "description": "去掉 AI 味…", "path": "…\\去AI味\\SKILL.md" } ] }

AI 随后只 read 该 path 的全文并照做——上下文成本恒为「一份 SKILL.md」,与技能库规模无关。

配置

在 profile 的 cordis.patch.yml 给插件行加 config 可指向多个技能库:

- insert:
    - id: dsh-skill-search
      name: dsh-skill-search
      config:
        dirs:
          - C:\\Users\\Equinox\\.codex\\skills

可靠性

  • 纯只读;零运行时依赖;无自定义会话事件;无 HTTP 路由;
  • rg 不可用时自动降级纯 Node 遍历;
  • 共享同一份文件:技能库在别处(如 Codex)更新,本插件即刻看到新内容,无需复制同步。

License

MIT

Comments

Loading…

From the same category

archify

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesManifest valid

67.1k

4.3k/wk

MIT

JavaScript

Sep 19, 2026

dsh plugin --profile web add @tt-a1i/archify-dsh

DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP.

Tools & CapabilitiesManifest valid

41.7k

332/wk

MIT

Aug 24, 2026

dsh plugin --profile web add dsh-plugin-reactive-resume

by anywhere-labs

为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。

Tools & CapabilitiesManifest valid

27.7k

281/wk

MIT

TypeScript

Sep 19, 2026

dsh plugin --profile web add dsh-plugin-desktop

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

27.2k

811/wk

NOASSERTION

Go

Sep 19, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by titanwings

Distilly — Distill how they think into reusable Skills for any Agent or Bot. Formerly Colleague Skill(原同事 Skill).

Tools & Capabilities

24.9k

MIT

TypeScript

Sep 16, 2026

Index only — not installable

by Nagi-ovo

Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any websites, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;其中的提示词管理器可用于任意网站,如 DeepSeek

Tools & Capabilities

20.1k

GPL-3.0

TypeScript

Sep 18, 2026

Index only — not installable