Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
145 plugin trovati
dsh-github-router
angeloszou/dsh-github-router
Accesso GitHub in sola lettura per gli agenti, che racchiude diversi strumenti. All'interno dello strumento, rileva e seleziona automaticamente il metodo di accesso a GitHub che funziona localmente, e tenta autonomamente proxy di rete. Ciò riduce i problemi di rete e di analisi che un agente può incontrare accedendo a GitHub, e l'overhead di provare ripetutamente approcci diversi.
dsh-astock-research
tiantianlaolao/dsh-astock-research
Ricerca sulle azioni A cinesi: ricerca per ticker, annunci per qualsiasi intervallo di date, schede di report finanziari, profili di valutazione e spiegazioni dei fattori di segnale (~5.000 azioni dal 2011, servizio dati pubblici in sola lettura), oltre a uno strumento di collegamento a un prodotto esterno di sandbox per il trading.
dsh-trading-toolkit
kentleenot/dsh-trading-toolkit
Toolkit di trading per azioni A e statunitensi per agenti DSH: quotazioni in tempo reale, klines OHLCV, segnali di regime ADX a tre stati e anteprime di backtest semplici tramite EastMoney. Sola lettura, non invia mai ordini.
dsh-weekly-digest
lucky8197/dsh-weekly-digest
Generatore di riepiloghi settimanali: aggrega commit git, attività delle sessioni DSH e voci della memoria giornaliera in un report settimanale Markdown, in sola lettura.
dsh-skill-manager
aks1st/dsh-skill-manager
Pagina Skill Manager nel pannello impostazioni DSH: esplora skill di sistema / utente / workspace / predefinite, espandi una skill per visualizzarne l'albero dei file, visualizza e modifica file, importa skill da uno zip ed esportale o eliminale (le skill di sistema sono in sola lettura).
dsh-git-graph
whiteplusms/dsh-git-graph
Vista Git Graph dedicata in sola lettura accanto a Chat e Trajectory: topologia dei commit, riferimenti locali/remoti/tag, stato di HEAD e dell'albero di lavoro, ricerca, filtri, modalità first-parent, aggiornamento e caricamento di altri elementi.
dsh-git-hygiene
lucky8197/dsh-git-hygiene
Controllore di igiene Git: scansione in sola lettura di branch uniti e obsoleti, file tracciati sovradimensionati, file non tracciati e lavoro non committato, con suggerimenti per la pulizia (non elimina mai nulla).
dsh-repo-setup
gongyijie85/dsh-repo-setup
Scanner di bootstrap del repository in sola lettura (strumento repo_setup_scan): rileva stack/test/docs/git/db e consiglia plugin, server MCP e file di hygiene.
dsh-share
zljr/dsh-share
Condividi la sessione corrente sulla LAN come snapshot HTML in sola lettura, protetto da token, con statistiche della sessione e rendering Markdown.
dsh-ops-kit
lesliewylie/dsh-ops-kit
Kit operativo basato sulle prove: sei strumenti in sola lettura (catalogo delle capacità, piani di workflow a stadi, lettore di skill impacchettate, ricerca limitata nella memoria locale, audit delle release del repository, checklist di release) e cinque skill impacchettate — pianifica e verifica, senza mai scrivere da remoto.
dsh-composition-doctor
lemonxiny55/dsh-composition-doctor
Read-only DSH/Cordis composition doctor for plugin conflicts and upgrade rehearsal: scan profile manifests and patches, find duplicate rows, hook-order and UI ownership conflicts, compare redacted snapshots, diff plugin/row/hook changes, and preflight target DSH releases with explicit evidence boundaries — without mutating a real profile.
dsh-trilogy
todayjin/dsh-trilogy
Per-project memory for DeepSeek Harness. Three Markdown files per workspace — PROJECT.md, DECISIONS.md and SESSIONS.md — are auto-created on the first step of any session in that workspace, re-read from disk and re-injected only when they change (and re-injected if compaction dropped them), and written back by classification through a memory_checkpoint tool, with a bounded end-of-turn nudge when a turn did work but recorded nothing. memory_read and memory_search read the live log and the archive, the latter over a zero-dependency BM25 index. The session log is capped at 200 entries with the overflow moved to SESSIONS-archive.md — never injected, but visible, readable and searchable, and restorable one entry at a time. Settings page: a workspace list with a path filter, read-only tabs for the three memory files plus the archive, reload, export/import of one workspace's memory as a JSON bundle, a two-step clear, a panel that rewrites or removes the AGENTS.md instruction block, and a PROJECT.md staleness reminder. A composer status chip shows that workspace's sync state and creates the files on click. Zero dependencies — no vector store, no embeddings, and no model calls.
dsh-update-status
idoall/dsh-update-status
Read-only DeepSeek Harness Web sidebar version chip that shows the running DSH version, npm latest/next/alpha channels, compatibility labels, and a copy-only upgrade command.
dsh-webdav-server
weibaohui/dsh-webdav-server
WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page.
dsh-reading-pad
shengyvself/dsh-reading-pad
Immersive read-only reading panel for DSH — the model delivers pre-formatted Markdown to a native right-sidebar tab via `reading_pad_send`, with three low-blue-light themes and 30em measure typography; also browse manuscript chapters read-only.
dsh-process
weibaohui/dsh-process
Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI — browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage.
dsh-perm-gate
drscrewdriver/dsh-perm-gate
P0–P4 deterministic-first permission gate with permissive tier, learning sedimentation and approval-history UI; hard-deny credentials and protected paths, auto-allow internal read-only tools.
dsh-deskwork (senguo-query)
guomonth/dsh-deskwork
Native Skill and read-only category query tool for Senguo wholesale PC pages; requires the DSH Deskwork task browser bridge and a user login.
dsh-wsl-wslconfig
173787247/dsh-wsl-wslconfig
Gives read-only advice for Windows .wslconfig memory and mirrored networking.
dsh-lan-share
wode25500/dsh-lan-share
Share the DSH workspace over the local network: phones, tablets and other computers browse, download and upload files via browser with no DSH login. Token gate, path boundary, read-only mode and rate limit. Zero-dependency (node:http).
dsh-ma-plugins (dsh-oracle)
margbug01/dsh-ma-plugins
Strongly read-only, secret-aware Oracle second-opinion subagent.
dsh-cad
roymina/dsh-cad
Read-only CAD tools that inspect, extract and export DWG/DXF drawings, including SVG and PNG previews and DXF conversion.
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.
dsh-github
moxingovo/dsh-github
DeepSeek Harness plugin: GitHub repository/issue search, repo and issue details, and file reading tools (github_search / github_get). Anonymous by default; an optional read-only fine-grained token unlocks code search and raises the rate limit.