Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
2485 Plugins gefunden
dsh-memory-director
ljsysfurryace/dsh-memory-director
LLM-driven remember/forget memory: after each turn a model decides what to keep (MemoryDirector), injects relevant memories before each step, dedups, and persists cross-session.
dsh-compaction
ljsysfurryace/dsh-compaction
Compaction backend replacing LLM summarization with a deterministic semantic extractor (keeps code/paths/commands, drops chatter) plus 28.4x KV-compression accounting.
dsh-project
lanyun077/dsh-project
Organize folders and sessions into projects with shared PROJECT.md memory and AGENTS.md instructions injected into every session, plus a project tree sidebar.
context-pruner
johnxu22786/context-pruner
Session context triage for long DeepSeek Harness sessions: deterministic screeners trim stale, duplicate, failed, and oversized content through the official ctx.compaction seam.
dsh-cue-bank
itr-del/dsh-cue-bank
Cross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context on topic-switch detection (keyword or vector matching).
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-plugins (dsh-memories)
damonkoy/dsh-plugins
Project-scoped persistent key-value memories with set/get/list/delete/search model tools and JSON-file storage.
dsh-memory-protocol
baaai123/dsh-memory-protocol
Memory protocol enforcement plugin: bridges the opencode-memory MCP server, forces memory_weave before tool calls, auto-ingests turns, and injects memory context into agent steps.
dsh-butler-memory
andyyang12345/dsh-butler-memory
PostgreSQL-backed durable memory for DSH agents: MCP memory tools plus a Web panel for reviewing memories and candidates.
dsh-plugin-focus
863683348/dsh-plugin-focus
Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic context injection, archive on clear, and an optional web panel.
dsh-shelf
zoahdev/dsh-shelf
Session lifecycle CLI: export (md/json/jsonl), archive/restore, trash, search, and stats. Read-only by default; nothing is ever deleted by the engine.
dsh-period-report
zhengjy01/dsh-period-report
Free-interval session reports with AI-narrated daily/weekly digests over any date range, plus every-N-days scheduled reminders with system notifications (macOS / Linux).
dsh-whale-companion
xianshu-virtuous/dsh-whale-companion
Automatically starts a fresh Web session near the context limit with the last complete turn, and adds an editable additive whale-maid persona with on-demand reload.
dsh-session-manager
wuxiangru915/dsh-session-manager
Session manager for the DSH Web UI: browse all and archived sessions, restore/unarchive, delete with two-step confirmation, and preview conversation content from the Settings panel.
dsh-plugin-hub (dsh-idle-archive)
wingsky-1/dsh-plugin-hub
Idle session reminder: prompts to archive sessions untouched for N hours, with a snooze window after each refusal, using the official archiveSession API.
dsh-session-nav
tuogusa/dsh-session-nav
A floating button beside the chat that opens a searchable list of all questions in the session for quick jumps.
dsh-linked-folders
sttrevens/dsh-linked-folders
Multi-folder workspace: a durable global linked-folders list plus per-session on-the-fly linking (link_folder/unlink_folder), managed from the Web sidebar with a native folder picker.
dsh-session-move
reinocheong/dsh-session-move
Move a session to another folder from the Web UI via drag & drop or a menu picker, permanently delete a session with a risk-consent dialog, and AI-rename a session by summarizing the whole conversation (typo-aware). Each action also ships as an agent tool.
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.
session-titler
johnxu22786/session-titler
Two-phase session captioning: instant keyword titles while the conversation is busy, then cheapest-budget-model refinement plus a one-line summary once it goes idle.
dsh-rolehub-bridge
ishuowang/dsh-rolehub-bridge
Discover and verify portable RoleHub roles, pin each exact bundle, then launch its prompt and bundled skills in an isolated, continuable DSH Session with Host-approved tool bindings and optional Agent Team Room attachment.
dsh-session-unarchive
dylan121322/dsh-session-unarchive
Restore archived sessions to their original workspace from the Web GUI sidebar.
dsh-projection-guard
damonkoy/dsh-projection-guard
Guards the persisted session-projection cache: per-row JSON degradation so one misbehaving projection unit (e.g. a third-party plugin storing a Map) can never stall session titles or the whole cache again, plus a startup self-heal that backfills missing titles.
dsh-local-share
chuantianml/dsh-local-share
Export complete Web Sessions to local Markdown or self-contained HTML, with stable rendered previews, default redaction, and opt-in bounded tool-call details.