Zum Hauptinhalt springen

Plugins

Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.

78 Plugins gefunden

Y

dsh-argp

yoza10635/dsh-argp

Deterministic context compaction: prunes conversation atoms in reference-graph topological order with no LLM calls during compaction, and keeps pruned atoms recallable by marker.

2vor 13 StundenSitzungen & NachrichtenMIT
C

dsh-chat-tidy

chuantianml/dsh-chat-tidy

One stylesheet that retypesets the DSH conversation to measured Codex metrics: 14/22 px body, tighter heading ladder, list and block rhythm, blockquote bar and table cells, with no settings to choose and before/after captures in the README.

2vor 7 TagenUI-ErweiterungenMIT
J

dsh-memoria

jiayan-xu/dsh-memoria

Gedächtnis-Backend aus Vektor + Graph: Tools observe/remember/search/recall gegen einen lokalen memoria-Server, das per RRF-Ranking semantischen HNSW-Abruf, FTS5-Schlüsselwortsuche und Wissensgraph-Signale kombiniert, mit automatischer Persistierung am Rundenende und Namensraum-Isolation pro Agent.

2vor 8 TagenGedächtnisBSD-3-Clause
E

dsh-memory-eternal

eternalnight996/dsh-memory-eternal

记忆核心(Memory Eternal):把 boujoy-harness 的记忆模块搬进任意 DeepSeek Harness 的独立 DSH 插件——对话结束后自动沉淀知识卡到本地 Markdown Vault(去重、可检索),设置页提供图形化知识库(统计 / 搜索 / 知识图谱),Agent 通过 memory_recall 工具按需召回历史上下文。零人工干预。

1vorgesternGedächtnisMIT
Q

dsh-trivium

qwqcool/dsh-trivium

In-process graph memory and session map for DeepSeek Harness, backed by TriviumDB.

1vorgesternGedächtnisMIT
J

dsh-codegraph

jiangzhenguo/dsh-codegraph

DSH bundle that registers 13 native codegraph_* tools wrapping the codegraph CLI, so agents bootstrap, maintain, and query a pre-indexed code knowledge graph (symbol query, explore, node trail, callers/callees, impact, affected tests) instead of grepping files.

1vorgesternTools & FunktionenMIT
L

dsh-sessiongraph

lwklbb/dsh-sessiongraph

A DSH Web plugin that turns chat sessions into editable mind maps, with Markdown, Mermaid, PlantUML, XMind text, and TODO exports.

1vor 5 TagenSitzungen & NachrichtenMIT
M

dsh-git

mojiexuan/dsh-git

Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.

1vor 5 TagenUI-ErweiterungenMIT
W

dsh-git-status

wongzexu/dsh-git-status

Specialized in Git branch and status handling: a Git status drawer on the right edge of the DSH web UI with a commit DAG lane graph, uncommitted changes and stash rows, inline diffs, right-click branch/tag actions, and one-click fetch from all remotes.

1vorgesternGit & Code-ReviewMIT
X

dsh-web-artifact-designer

xulelenlp/dsh-web-artifact-designer

Design-artifact skill adapted from Anthropic canvas-design / web-artifacts-builder: turns a design brief into a self-contained HTML/SVG artifact (posters, infographics, landing pages, charts, component mockups) with a pre-delivery quality checklist and an anti-AI-look pattern list.

1vor 7 TagenSkillsMIT
S

dsh-cite

stardustlc666/dsh-cite

Citation tools for agents: exact DOI lookup, Crossref bibliographic search, GB/T 7714 / APA / MLA / Chicago formatting, BibTeX generation and bounded-concurrency DOI validation.

1vor 5 TagenTools & FunktionenMIT
C

dsh-fork-graph

chouyong/dsh-fork-graph

Git-style conversation fork graph in the session header: colored lanes and fork curves show which session branched from which, with click-to-jump navigation.

1vor 7 TagenSitzungen & NachrichtenMIT
W

dsh-git

wanghaoyihaoyi/dsh-git

Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.

0vor 23 StundenGit & Code-ReviewMIT
A

dock-git

aks1st/dock-git

Git history visualization for the dock workbench: swimlane commit graph, branch and tag management, stage/commit/push and remote operations.

0vor 14 StundenUI-ErweiterungenMIT
1

dsh-okf

1-cellbio/dsh-okf

DeepSeek Harness plugin: ingest research PDFs into a citable OKF markdown library, then search, graph, measure coverage, and write surveys in the same conversation

0gesternTools & Funktionen
M

dsh-graph

miuzel/dsh-graph

dsh-graph 的 host 半边:把 dsh-graph 核心层包装为 DSH cordis 插件,向 agent 暴露 graph_* 目标生命周期工具(建卡/判据/迁移/派发/评审/交付)。

0gesternTools & Funktionen
S

dsh-planchart

smilebuild/dsh-planchart

Publishes a project plan the agent writes: ordered steps in a panel docked to the right of the frame, and the framework graph as an auto-laid-out diagram in its own centre tab, downloadable as SVG or PNG. Charts are rebuilt from the session log, so they survive restart and resume.

0vor 3 TagenUI-ErweiterungenMIT
D

dsh-wending-git-workbench

dd2673/dsh-wending-git-workbench

Codex-style Git workbench: workspace-scoped changes, diff, stage, commit, guarded branch operations, graph history, fetch, fast-forward pull, and upstream push through official plugin APIs.

0vor 7 TagenGit & Code-ReviewApache-2.0
K

BigSeedSkill

kobenfang/bigseedskill

Life-story skill: capture moments and fragments, build a user profile and generate novels, scripts or autobiographies.

0vor 13 StundenSkillsMIT
C

cn-linebreak

chiang21fcb/cn-linebreak

Static HTML auditor for Chinese line-breaking: checks explicit-`<br>` orphan lines, keep-all CSS coverage, CJK line-start/line-end punctuation rules, and protected-phrase splits, then inserts <wbr> at natural breakpoints; exposes a cn_linebreak_audit tool for agents.

0vor 4 TagenTools & FunktionenMIT
E

dsh-plugin-graph

eavebounty/dsh-plugin-graph

DSH 已装插件关系图谱:侧边栏展开面板,按依赖/相似/项目连线,球大小=调用频次,颜色=类型,亮暗=启用状态;含技能使用与 token 缓存成本分析。

0vor 3 TagenTools & FunktionenMIT
J

codegraph

johnxu22786/codegraph

Local code knowledge graph for agents: parse a codebase (Python/JS/TS/Go/Java/Rust) into a SQLite index and answer callers, callees, deps, dependents, impact and full-text questions over it.

0vor 6 TagenTools & FunktionenMIT
T

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.

0vor 6 TagenTools & FunktionenMIT
L

dsh-plugin-wiki-tools

lion-1209/dsh-plugin-wiki-tools

Native tools for an Obsidian wiki vault: wiki_query, wiki_write, wiki_rename, wiki_scaffold, wiki_archive, and wiki_lint cover BM25 search with link-graph context, bookkeeping writes with sha256 source tracking, vault-wide renames, mode scaffolds, source archiving, and health checks — with cross-process locks and optional git auto-commit.

0vor 4 TagenTools & FunktionenMIT