Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
103 plugins encontrados
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.
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).
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.
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.
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.
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.
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)
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/
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.
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.
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.
dsh-plugin-rag
yytbit/dsh-plugin-rag
Local knowledge base RAG for DeepSeek Harness -- index project files and search for relevant context
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.
dsh-turn-index
simon314620/dsh-turn-index
Barra lateral de índice de turnos: uma entrada por turno do usuário, clique para saltar, destaque por scroll-spy
LiuHe
wulun811/liuhe
Suíte de ferramentas LiuHe (Seis Harmonias) como pacote de plugins do DeepSeek Harness (dsh) — 44 ferramentas MCP com injeção dinâmica de workspace
dsh-code-intel
lonelymoon87/dsh-code-intel
Indexa símbolos do workspace com Tree-sitter e oferece busca de código lexical ou, opcionalmente, assistida por embeddings
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.
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.
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.
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.
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.
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.
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.
dsh-document-evidence
anduin9527/dsh-document-evidence
Project PDF library with background indexing and cited page highlights for DeepSeek Harness Web