Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

68 plugins found

V

hindsight (coding-agents)

vectorize-io/hindsight

Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.

24.1k14 hours agoMemoryMIT
Z

memsearch (dsh)

zilliztech/memsearch

Shared Markdown memory for DSH and other coding agents, with automatic capture, pre-step context injection, searchable recall, and memory-to-skill self-evolution through a review panel.

2.6kyesterdayMemoryMIT
O

dsh-mnemon

omdsh-dev/dsh-mnemon

Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.

3892 days agoMemoryMIT
D

dsh-mnemon

dsh-external/dsh-mnemon

Mnemonic layer.

3795 days agoMemoryMIT
D

dsh-memory-evolve

dsh-external/dsh-memory-evolve

Cross-session long-term memory + background self-evolution (5-track memory/git-branch awareness/skill evolution).

3126 days agoMemoryMIT
T

engramory (plugin)

tinqiao-oss/engramory

Long-term memory for DeepSeek Harness kept as plain markdown, one fact per file, readable in any editor. The `MEMORY.md` index has a hard 200-line / 25 KB cap enforced by `ctx.tools.guard()`: a write that would grow an over-cap index is denied, while a rewrite that shrinks it always passes, so an oversized index can be compacted step by step. The plugin never writes memories on its own — what is kept is decided by you and the model. The same store is also used by Claude Code, Codex, Kiro and OpenClaw.

19113 days agoMemoryMIT
S

dsh-memory

seriousz158/dsh-memory

Local Git-backed long-term memory for DeepSeek Harness with hybrid CJK/English retrieval, cited context, transactional sync, previews, and rollback.

180yesterdayMemoryMIT
G

dsh-mnemon

grivn/dsh-mnemon

Three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, smart routing, supervised agent workflows, WebUI, and headless tools.

163last monthMemoryMIT
T

engramory

tinqiao-oss/engramory

Curated file-based long-term memory for DeepSeek Harness — human-readable markdown notes, one plain-file store shared across hosts (git-ignored when it lives inside a project repo), and a deterministic index cap enforced by ctx.tools.guard()

157last monthMemoryMIT
Z

dsh-noema

zseven-w/dsh-noema

Long-term memory for DSH agents — durable, inspectable memories with recall, search, browse and knowledge-graph tools, import from ten other AI coding tools, and a settings page.

1289 days agoMemoryMIT
D

StrataGate-AgentMemory

diqierjia/stratagate-agentmemory

Recent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs with you—no need to start over.

9512 hours agoMemoryMIT
J

causal-memory (dsh-plugin)

jingxuanc/causal-memory

Causal memory for dsh: a zero-dependency MCP stdio bridge that mounts the 17 tools of the causal-memory server under clean names (no mcp__ prefix) — decision → outcome edges with typed relations (caused / enabled / prevented) in a local SQLite store that survives compaction — plus a pinned system-prompt section. Requires the causal-memory server binary on PATH (pip install causal-memory, or a prebuilt release).

7911 days agoMemoryApache-2.0
A

dsh-liketavern

amakurai/dsh-liketavern

A DeepSeek Harness (dsh) plugin — turns dsh web into a SillyTavern-style roleplay frontend: character cards, prompt presets, lorebooks, personas, BM25 long-term memory, world-state deltas, and rollback-able floor operations, all on the dsh agent runtime.

3215 days agoJust for FunMIT
H

dsh-memory

hr98w/dsh-memory

Claude Code-inspired Auto Memory meets Codex-inspired Session consolidation, bringing simple, transparent, and context-efficient long-term memory to DeepSeek Harness.

2511 days agoMemoryMIT
Q

dsh-memgas

quqxui/dsh-memgas

Long-term memory for DeepSeek Harness: multi-channel retrieval and an evolving memory store.

2316 days agoMemoryMIT
D

StrataGate-AgentMemory (deepseek-harness)

diqierjia/stratagate-agentmemory

StrataGate gives DeepSeek Harness evolving, local-first long-term memory for user preferences, project decisions, conversations, and tool results across sessions; it layers history with user-tunable time decay, reinforces memories through real answer use, shows workspace-aware usage counts, and keeps recalled evidence traceable to its original messages.

1922 days agoMemoryMIT
J

dsh-layered-memory

junnanlys/dsh-layered-memory

Long-term memory for DSH: conversations auto-distilled into atomic facts, scene summaries and a persona profile, with relevant memories injected before every model step. Zero-config out of the box — hybrid BM25 + vector retrieval, optional offline local embeddings, chat/work family separation.

1614 days agoMemoryMIT
F

sgme

freehul/sgme

ShiGuang Memory Engine (SGME) bridge: multi-agent shared long-term memory via HTTP — L0/L1/L1.5/L2 distillation, scenario-based injection, unified search, and proactive care signals (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installable as `dsh-sgme`.

122 days agoMemoryMIT
M

dsh-self-improved

madage/dsh-self-improved

Long-term memory & self-evolving plugin for DSH: L0 capture → L1 memory extraction → L2 scene grouping → L3 user persona, auto recall injection, skill synthesis, fully local (SQLite FTS5 + jieba, optional vector recall).

11last monthMemoryMIT
C

dsh-evolve

chenzheshushi-commits/dsh-evolve

Cross-session memory with zero-token deterministic recall (bigram-Jaccard fused with FTS5 BM25 via RRF, Chinese-aware tokenization), reinforcement that strengthens repeated observations, and procedures crystallized into SKILL.md files refined in place through an active-stale-archived lifecycle with reversible archive and rollback. Ingest and disposal each expose a user-chosen autonomy tier; conflicts and high-importance writes always go to human review, and nothing is ever auto-deleted. Requires Node 22.5+.

8yesterdayMemoryMIT
K

neatmem

kanhaoning/neatmem

NeatMem long-term memory plugin for DeepSeek Harness — thin REST client against a neatmem server

74 days agoMemoryMIT
I

dsh-hermes-memory

isheng-eqi/dsh-hermes-memory

Faithful port of the hermes-agent MEMORY.md / USER.md mechanism for DSH: bounded dual-bank memory (2200/1375 chars), a single `memory` tool (add/replace/remove/batch), frozen-snapshot injection per session, nudge reminders, DSH-native JSON storage — zero external dependencies, zero LLM cost.

718 days agoMemoryMIT
S

dsh-soul-md

scorp1o117/dsh-soul-md

Manage soul.md persona cards and long-term memory, with workspace and session persona selection and tools to read and update them.

715 hours agoTools & CapabilitiesMIT
S

dsh-engram

skepsun/dsh-engram

Zero-LLM auto-capture and a symbolic \[ENGRAM\] index with progressive disclosure, an ESR-lite task/evidence protocol (esr_task / esr_node / esr_close / esr_link), and per-workspace usage telemetry with an offline recall benchmark (npm run eval).

67 days agoMemoryMIT