본문으로 건너뛰기

플러그인

DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.

플러그인 103개 찾음

T

dsh-model-picker

ttmouse/dsh-model-picker

Model picker for the DSH web composer that replaces the model seat: a search-first popup whose left column indexes the suppliers and scrolls the grouped list, with a favorites group pinned at the top, image icons separating native from bridged vision input, and a reasoning-effort panel opened from the right zone of the trigger.

17일 전UI 확장
S

llm-wiki (dsh)

sidleo/llm-wiki

Portable agent knowledge base in plain OKF v0.2 Markdown: 13 wiki_* read/write tools, progressive disclosure, backlinks, gated writes via AGENTS.md rules, auto index/log maintenance, linting, and named multi-bundle switching (session-level or global).

114시간 전메모리MIT
K

dsh-chat-index

kk112222/dsh-chat-index

Per-session question index for the DSH Web UI: a time-proportional dot rail on the right edge and an expandable chain panel showing every user question with its time, including branch/subagent sessions; clicking a node jumps to that message and highlights it.

18일 전UI 확장MIT
R

dsh-better-at

ruiming-cn/dsh-better-at

Fast `@` file/session reference caching for the DSH Web GUI: preloaded indexes, browser-local keystroke filtering and native mention serialization.

121일 전UI 확장MIT
A

code-rag (dsh-code-rag-index-panel)

ankali-aylina/code-rag

Code RAG semantic index panel and settings card: live index bar with start/rebuild/cancel, plus one-click detection and configuration.

123일 전개발 및 플러그인 도구MIT
A

dsh-ca-ref

ansonfishing/dsh-ca-ref

Clean Architecture reference library for DSH: 8 pinned reference repos (Go, Java, C#, Python) indexed into a local FTS5 database, with assertion rules, a review ledger, and a read-only observation panel.

123일 전도구 및 기능MIT
Z

file-brief

zhiyi-zhao/file-brief

Agent-agnostic skill that turns task input files into reusable structural briefs and a per-task searchable index (OpenAI Codex, Claude Code, DeepSeek Harness)

125일 전스킬MIT
L

ds-hentai

lisongxuan/ds-hentai

ExHentai.org-inspired UI for DeepSeek Harness. DS Hentai / DeepSeek Hentai. Charcoal background, light-gray text, gray borders. The session list reads like a gallery index; the composer reads like a search bar. Live Demo: https://dshentai-demo.arkady14.site/

124일 전테마 및 외관MIT
J

docindex

johnxu22786/docindex

Local semantic index over workspace documents (MD/PDF/DOCX/TXT): FTS5 BM25 + local embedding hybrid retrieval, hit citations with line numbers, and incremental updates.

1지난달도구 및 기능MIT
L

dsh-question-index

lijinhao315/dsh-question-index

Question index: an ordered, collapsible list of your asked questions floating on the right side of the conversation; click a question to jump the session to that point. Auto-indexes each session's full history on open, persists it locally, and jumps to older questions by growing the window on demand.

120일 전UI 확장MIT
O

dsh-deepatlas

oscar-williams/dsh-deepatlas

Task-aware DSH plugin navigator: builds a local index from GitHub topics and community lists, retrieves across 28 bilingual capability classes, and provides commit-level static risk audit, consent-gated pinned installation, composition checks, and recovery.

112일 전개발 및 플러그인 도구MIT
Y

dsh-plugin-rag

yytbit/dsh-plugin-rag

Local knowledge base RAG for DeepSeek Harness -- index project files and search for relevant context

1지난달메모리MIT
J

find-dsh-plugins

jazzulu/find-dsh-plugins

Conversational DSH plugin finder: four-source unified index, BM25 pre-filter plus LLM semantic ranking, candidates carry evidence grades and local static security audit, safe install flow with post-install verification.

1지난달개발 및 플러그인 도구BSD-3-Clause
S

dsh-turn-index

simon314620/dsh-turn-index

턴 인덱스 사이드바: 사용자 턴마다 항목 하나, 클릭으로 이동, 스크롤 위치 기반 하이라이트

1지난달UI 확장MIT
W

LiuHe

wulun811/liuhe

LiuHe(六合) 도구 모음을 DeepSeek Harness(dsh) 플러그인 번들로 제공 — 동적 워크스페이스 주입을 지원하는 44개의 MCP 도구

1지난달MCP 및 커넥터MIT
L

dsh-code-intel

lonelymoon87/dsh-code-intel

Tree-sitter로 워크스페이스 심볼을 인덱싱하고 어휘 기반 또는 임베딩 보조 코드 검색을 제공(선택 사항)

1지난달도구 및 기능MIT
M

dsh-codegraph

meteor-system/dsh-codegraph

Indexes the current workspace into a relation graph and exposes one agent tool, codegraph_explore, for reachability, callers, and impact, plus a Web sidebar graph pane.

022시간 전도구 및 기능MIT
P

dsh-plugin-upgrade

perrylink/dsh-plugin-upgrade

Plugin-author upgrade skill for DeepSeek Harness: one package carrying a corridor index, which detects the caller peer band and routes to the closed corridor card that matches it (0.1.3-alpha.1 -> 0.1.5-rc.1 as legs A+B, 0.1.5-rc.2 -> 0.1.6-alpha.2 as leg C), plus a zero-dependency seam scanner shipped as a bundle skill and an npx CLI.

018시간 전스킬Apache-2.0
H

dsh-code-graph

hoyyang/dsh-code-graph

Branch-aware code knowledge graph for DSH - callers, impact, trace and architecture over 158+ languages, freshness-gated, one dispatcher tool, zero MCP sessions.

03일 전개발 및 플러그인 도구MIT
A

dsh-quick-open

asxiuxiu/dsh-quick-open

Quick-open palette for the Web GUI: Ctrl+P fuzzy-searches an in-memory index of the session workspace (about 51k entries, median query 5 ms) with per-segment path anchoring, dir: and file: prefixes, Tab directory drilling and :line jumps, opens the picked file in the native right sidebar, and drops a file reference into the conversation draft with Ctrl+Enter. Also adds in-file find (Ctrl+F) and a selection-to-reference action to the built-in file preview.

0어제UI 확장
S

dsh-mac-cua

saunato/dsh-mac-cua

Computer Use for macOS desktop applications: reads any app's accessibility tree as text with element indices, then clicks, types, pastes, scrolls, drags, selects text and sets values through it, plus screenshots read back as images. Driven by a persistent JavaScript REPL — the agent gets two tools (`js`, `js_reset`) and calls an `sky` API inside them, so state survives between calls and the tool schema stays fixed as capabilities grow. Accessibility trees come back as diffs after the first read; actions address elements by index and indices from a stale read are refused rather than misapplied; typing waits for keyboard focus and reads the field back; paste restores the clipboard. Requires macOS 14.4+, Accessibility permission (Screen Recording only for screenshots) and Node 20+; ships a prebuilt native module, so nothing compiles at install time.

05일 전도구 및 기능MIT
M

dsh-memory-lite

mihjy12138/dsh-memory-lite

On-demand memory for DeepSeek Harness: session logs are distilled into layered markdown (a summary, an index and per-topic files), and a mem_query tool returns only the matched entries rather than the whole index. Nothing is injected per turn, there are no dependencies, and every entry keeps a source pointer back to the conversation it came from.

04일 전메모리MIT
W

dsh-lost-and-found

wangzhanchao883/dsh-lost-and-found

Local file recall: indexes the folders you choose into one local SQLite database, so 'where did I put that file?' is one query instead of a disk walk. Caches, VCS and program folders are pruned per directory; each folder keeps its own incremental anchor, so a folder added later is backfilled in full. Read-only: it never modifies, moves or deletes your files.

07일 전도구 및 기능MIT
A

dsh-document-evidence

anduin9527/dsh-document-evidence

Project PDF library with background indexing and cited page highlights for DeepSeek Harness Web

013일 전도구 및 기능AGPL-3.0