Pular para o conteúdo principal

Plugins

Navegue, filtre e instale plugins do DeepSeek-Harness.

78 plugins encontrados

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.

2há 12 horasSessões e mensagensMIT
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.

2há 7 diasMelhorias de UIMIT
J

dsh-memoria

jiayan-xu/dsh-memoria

Backend de memória vetorial + em grafo: ferramentas observe/remember/search/recall contra um servidor memoria local, combinando recuperação semântica HNSW, busca por palavras-chave FTS5 e sinais de grafo de conhecimento via ranking RRF, com persistência automática ao final do turno e isolamento de namespace por agente

2há 8 diasMemóriaBSD-3-Clause
E

dsh-memory-eternal

eternalnight996/dsh-memory-eternal

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

1anteontemMemóriaMIT
Q

dsh-trivium

qwqcool/dsh-trivium

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

1anteontemMemóriaMIT
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.

1anteontemFerramentas e funçõesMIT
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.

1há 5 diasSessões e mensagensMIT
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.

1há 5 diasMelhorias de UIMIT
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.

1anteontemGit e revisão de códigoMIT
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.

1há 7 diasHabilidadesMIT
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.

1há 5 diasFerramentas e funçõesMIT
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.

1há 7 diasSessões e mensagensMIT
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.

0há 23 horasGit e revisão de códigoMIT
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.

0há 14 horasMelhorias de UIMIT
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

0ontemFerramentas e funções
M

dsh-graph

miuzel/dsh-graph

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

0ontemFerramentas e funções
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.

0há 3 diasMelhorias de UIMIT
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.

0há 7 diasGit e revisão de códigoApache-2.0
K

BigSeedSkill

kobenfang/bigseedskill

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

0há 13 horasHabilidadesMIT
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.

0há 4 diasFerramentas e funçõesMIT
E

dsh-plugin-graph

eavebounty/dsh-plugin-graph

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

0há 3 diasFerramentas e funçõesMIT
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.

0há 6 diasFerramentas e funçõesMIT
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.

0há 6 diasFerramentas e funçõesMIT
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.

0há 4 diasFerramentas e funçõesMIT