awesome-dsh-plugin.com

AwesomeDeepSeek Harness(DSH) Plugin

A curated list of DeepSeek Harness (dsh) plugins.

0 / 0
  1. Memory 11

  2. distillLoserFox

    Automatic conversation distillation: background subagent reflection + skill create/update.

  3. dsh-mnemonomdsh-dev

    Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).

  4. dsh-mnememodusensus

    Cross-session memory: SQLite with a human-editable Markdown mirror, background consolidation (dedup, merge, conflict resolution), and six memory tools.

  5. nowledge-mem-deepseek-harnessnowledge-co

    One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.

  6. dsh-memoryJesse-njx

    Cited memory over DSH's lossless session log: distilled facts carry `(sessionId, eventRange)` citations that expand back to the exact original log excerpt.

  7. dsh-memory-vaultflymysql

    Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.

  8. dsh-plugin-asmemoryXplore-LAB

    Action-state time memory: record typed states and actions, then analyze trends, anomalies, and causality.

  9. dsh-mementoPerryLink

    Bounded, layered, approval-gated, auditable cross-session memory: a typed `ctx.memory` seam with a zero-dependency SQLite provider, a `memory` tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.

  10. dsh-file-memoryICCuse

    File-backed working memory: memorize/recall key premises verbatim in a session notes file so they survive context compaction losslessly.

  11. dsh-knowledgeICCuse

    Bridge into a global Markdown knowledge base shared with the Codex kb.cmd CLI: kb_add/kb_search/kb_show/kb_timeline tools with byte-compatible frontmatter.

  12. dsh-premise-guardICCuse

    Post-compaction premise-drift guard: injects a one-shot notice when a compaction summary drops a critical literal anchor.

No plugins match.

Installing

# from npm (prebuilt)
dsh plugin --profile web add <npm-package>

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:<owner>/<repo>

GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

Get your plugin listed

Open a PR against awesome-dsh-plugin — one line each in every README language file; the site syncs automatically. Add the dsh-plugin topic to your repo too.