Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
24 Plugins gefunden
dsh-suite (plugin-team-board)
whyihaveyou/dsh-suite
Gemeinsames Multi-Agent-Task-Board (Erstellen/Beanspruchen/Statuswechsel/Abfrage) über einen Cordis-Service-Key.
graphlint (dsh)
angeloszou/graphlint
Erkennung von totem Code in KI-generierten Codebasen: graphlint erstellt einen Abhängigkeitsgraphen, findet von keinem Einstiegspunkt aus erreichbaren Code, um die Codebasis zu bereinigen und die funktionale Wirksamkeit zu verstehen, und stellt DSH-Agenten die Tools graphlint_query / graphlint_build / graphlint_config sowie einen graphlint-Skill bereit.
dsh-opencode-usage
vinyumao/dsh-opencode-usage
OpenCode Go plan usage display for the DSH web GUI: a persistent badge under the composer shows rolling/weekly/monthly usage percents with reset countdowns; click to expand a card; agents can query the balance via the `opencode_go_usage` tool.
graphlint
angeloszou/graphlint
DeepSeek-Harness-Plugin-Bundle: graphlint-Tools zur Dead-Code-Erkennung für Agenten (graphlint_query / graphlint_build / graphlint_config + graphlint-Skill).
dsh-tool-csv
omdsh-dev/dsh-tool-csv
CSV (RFC 4180) parsen/abfragen/aggregieren/konvertieren mit einem State-Machine-Parser ohne Abhängigkeiten.
dsh-tool-json
omdsh-dev/dsh-tool-json
JSON-Abfragen mit einer JMESPath-Teilmenge.
dsh-sql
stardustlc666/dsh-sql
Database tools for agents: list/query/exec/schema across SQLite/MySQL/PostgreSQL, with lexer-grade read-only protection, row caps and an approval-gated write path.
dsh-exam-countdown
zimai233/dsh-exam-countdown
Fragt 64 chinesische Prüfungen (Gaokao/Aufnahmeprüfung für den Master/CET-4/6/CPA/Rechtsanwaltsprüfung …) mit regelbewusster Datumsberechnung (2. Samstag, 1. Sonntag) und Countdowns ab.
dsh-library
perrylink/dsh-library
Turns local markdown and text documents into a queryable knowledge base with hybrid semantic and keyword search, citation verification, and source injection.
dsh-query-jump
socfeng/dsh-query-jump
DSH WebUI session query navigation with a faint conversation-edge rail, a hover list of real user queries, and click-to-jump back to the matching bubble.
dsh-plugin-kit (search)
hyzyn/dsh-plugin-kit
Full-text global search for the DSH Web GUI: a sidebar search box that searches history sessions (via the sessionQuery index, with a per-session scan fallback) and settings panels, highlights matches, and jumps to the matching session or settings card.
ai-monitor
winterone-hub/ai-monitor
DeepSeek-Harness-Plugin: fragt AI-Monitor-Guthaben/-Nutzung aus lokalem SQLite ab — kostenbewusster Agent, automatische Buchführung über den AI-Monitor-Proxy.
dsh-deepseek-usage
ben7am1n/dsh-deepseek-usage
DeepSeek-Nutzungsmonitor für DeepSeek Harness: Kontostandsabfrage und Zusammenfassung des Token-Verbrauchs als vom Modell aufrufbare Tools.
dsh-claude-mem
bleed00/dsh-claude-mem
Ein DeepSeek-Harness-Plugin, das claude-mem integriert: Abfragen, Kontext-Injektion, manuelles Speichern und Sitzungslebenszyklus über die HTTP-API eines lokalen claude-mem-Workers
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
Durchsucht, listet und liest vergangene und aktuelle Sitzungen über den harness-eigenen `sessionQuery`-Dienst: nutzt den SQLite-FTS5-Index, wo eine Installation ihn aktiviert, und weicht sonst auf einen begrenzten Scan von den neuesten Einträgen aus.
dsh-ontology
tancheng33/dsh-ontology
A typed, inference-capable ontology (TBox + ABox) plugin for DeepSeek Harness — durable domain knowledge the agent can define, assert against, and query under schema constraints.
dsh-plugin-wiki-skills
lion-1209/dsh-plugin-wiki-skills
The claude-obsidian-derived knowledge-suite skills (wiki, wiki-ingest, wiki-query, wiki-lint, save) as a DeepSeek Harness plugin, with attribution.
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Native DeepSeek Harness tools for an Obsidian wiki vault: wiki_query, wiki_write, and wiki_lint implement the mechanical core (path routing, delta tracking, index/log bookkeeping, health checks) of the wiki skill suite.
dsh-plugin-call-trace
huang-zhishi/dsh-plugin-call-trace
Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.
dsh-notion-connector
zhengjy01/dsh-notion-connector
Notion connector for DeepSeek Harness: search, read, query, create, update, and append Notion pages and databases via six agent tools, with a Web settings page — configured once with an Integration Token.
dsh-native-memory
highland0971/dsh-native-memory
Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with `(sessionId, seq)` citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite.
dsh-humanized-deepseek-maid
loonai321/dsh-humanized-deepseek-maid
Adds a configurable humanized whale-girl maid persona with immersive roleplay, speaking modes, and a lightweight layered memory with query-triggered recall.
dsh-context-proxy
evilirving/dsh-context-proxy
Schlanker, bedarfsgesteuerter Kontextabruf: Tools context_query / context_slice / context_grep, die bereits gespeicherten Verlauf mit replay-sicheren Zitaten zurücklesen.
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
Sitzungsübergreifendes Gedächtnis für das Modell: durchsucht alle vergangenen Sitzungen per Volltext (SQLite FTS5 über ctx.sessionQuery) und bringt die am besten passenden Auszüge zurück in den aktuellen Kontext.