Zum Hauptinhalt springen

Plugins

Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.

24 Plugins gefunden

T

DSH-FormatForge (dsh-formatforge)

tianbuyu-wwx/dsh-formatforge

FormatForge: schmiedet 30+ Dateiformate (PDF, DOCX, PPTX, XLSX, EML, EPUB, TOML, Archive) über einen Drag-and-Drop-Eingang, die Tools ff_translate/ff_formats/ff_result und eine CLI in KI-lesbaren Text; gescannte PDFs greifen auf lokales OCR zurück oder auf einen Enhance-Hinweis für das Sitzungsmodell.

9vor 19 TagenTools & FunktionenMIT
H

dsh-agent-messaging

happyren/dsh-agent-messaging

Sitzungsübergreifendes Agent-zu-Agent-Messaging für DeepSeek Harness — eine andere Sitzung per Namen adressieren und eine Nachricht in ihren Posteingang zustellen.

4letzten MonatSitzungen & NachrichtenMIT
J

dsh-crosstalk

jesse-njx/dsh-crosstalk

Sitzungsübergreifendes Messaging für DSH: Jede Sitzung auf dem Rechner kann jede andere auflisten und ihr Nachrichten senden, im Stil von Claude Code, über ein lokales Heartbeat-Register und einen Posteingang.

4vor 24 TagenSitzungen & NachrichtenMIT
M

dsh-session-doctor

mayf3/dsh-session-doctor

Diagnostiziert, entblockiert und liest DSH-Sitzungen: listet Sitzungen mit Agentenstatus auf, liest Unterhaltungen, diagnostiziert festhängende Agenten, stellt sie mit cancel+keepInbox wieder her und sendet Nachrichten an andere Sitzungen.

3letzten MonatSitzungen & NachrichtenMIT
S

dsh-slack

stardustlc666/dsh-slack

Bidirektionales Slack-Messaging (notify/channels/inbox/reply/health) über Socket Mode, kein öffentlicher Callback erforderlich.

3vor 3 TagenIntegrationen & FernzugriffMIT
X

dsh-branch-inbox-guard

xine2009cn/dsh-branch-inbox-guard

Removes the queued prompts a DSH fork child inherits from its parent, so the first turn in a new branch runs the prompt typed there instead of the parent's next one.

2vor 9 TagenSitzungen & NachrichtenMIT
D

dsh-pr-board

delock/dsh-pr-board

PR-Board für Maintainer und Entwickler in der DSH-Seitenleiste: eine Prüf-Warteschlange mit fünf Zuständen (wartet auf mich / wartet auf den Autor / bereit zum Zusammenführen / zusammengeführt / Posteingang), ein Board für Issues mit drei Spalten und eine globale Ansicht der von dir erstellten PRs (ich bin dran / wartet auf andere / zusammengeführt), mit CI-Sammelabzeichen, einem Filter für Inaktivität und einem Klick je Karte, um die passende Unterhaltung zur Prüfung zu öffnen oder zu starten.

2vor 18 StundenGit & Code-ReviewMIT
W

dsh-phone (client)

wwumit/dsh-phone

Telefon für Agenten im iPhone-Stil: Anrufe und SMS in zwei Bereichen, RCS-Gruppenchat mit Vertrauensschranken, Nachrichten zwischen Agenten über die Brücke des Registry-Posteingangs, Vertrauensabzeichen L0–L4 und Prüfung der Nachweise. Experimentell: Zusammenfassungen des Vertrauens sind keine Sicherheitsgarantie, und SMS/Signalisierung werden über den Posteingang des Betreibers weitergeleitet (für ihn sichtbar); Ende-zu-Ende-Verschlüsselung ist geplant.

2vor 20 TagenUI-ErweiterungenMIT
J

dsh-action-outbox

jimchengchina/dsh-action-outbox

Stellt exakte DSH-Tool-Aufrufe ohne Versand bereit, präsentiert vollständige kanonische Argumente in einer dauerhaften Batch-Review-Inbox, erklärt Genehmigungen nach Bearbeitungen oder Neustarts für ungültig und committet nur einen übereinstimmenden SHA-256-Digest sowie eine einmalige Nonce über die normale DSH-Tool-Pipeline.

2letzten MonatSicherheit & BerechtigungenMIT
A

dsh-monitor

abnerai/dsh-monitor

Persistente Hintergrundwächter, die den Agenten bei neuen Nachrichten (Datei-Posteingang oder Delta der Befehlsausgabe) aufwecken — das Harness-Äquivalent zu Claude Codes Monitor-Tool.

2letzten MonatTools & FunktionenMIT
A

dsh-plugin-acn

acnlabs/dsh-plugin-acn

Tritt ACN aus DeepSeek Harness bei: diesen Agenten registrieren, andere entdecken, Nachrichten senden, den Posteingang lesen. Standardmäßig Region China.

2letzten MonatSitzungen & NachrichtenMIT
C

dsh-inbox

chance722/dsh-inbox

Personal paste inbox for DeepSeek Harness (dsh): capture, classify, browse and retrieve.

1vor 10 StundenTools & FunktionenMIT
L

dsh-todo-inbox

lumoping/dsh-todo-inbox

Global cross-session todo inbox for DSH web: any session's agent records human-action todos (merge MRs, approve work orders, reviews) via inbox_add/inbox_done/inbox_list; a sidebar entry shows a count badge and an expandable list to open and complete them, persisted to ~/.dsh/todo-inbox.json.

1vor 12 TagenUI-Erweiterungen
J

dsh_upload_file

jarszmlovesai/dsh_upload_file

DeepSeek Harness(DSH) web plugin: paste files into the composer, inbox storage, thumbnails. Text via read_inbox; image understanding needs your vision skill (bundled image-reader + ARK_API_KEY).

1letzten MonatTools & FunktionenMIT
G

dsh-mobile-remote

good-boy4069/dsh-mobile-remote

Drive your dsh agent from WeChat over the iLink gateway: two-way encrypted media transfer (auto-decrypt inbox + /send), proactive weixin_send tool, completion notifications, multi-session switching, and a health panel with file logging.

1letzten MonatIntegrationen & FernzugriffMIT
A

dsh-agentmail

agentmail-to/dsh-agentmail

Gives an agent its own email inbox through AgentMail — eleven tools for sending, reading and labelling mail, plus inbound mail delivered into one harness session per email thread, with an approval gate and recipient allowlist on everything outbound.

1letzten MonatTools & FunktionenMIT
L

dsh-memory-delta

lpf20200901/dsh-memory-delta

Layered cross-session memory for DSH that pushes only what changed. The first round injects every active entry, later rounds push only added / updated / removed ones, and nothing at all is injected when nothing changed. Facts and decisions carry semantic keys (one active truth per key), the model may only write to an inbox that a human promotes, an entry can carry a review date that raises a one-time reminder when it comes due, search is relevance-ranked with Chinese matched by bigram, and a sidebar tab tells the lifecycle story instead of just listing files — entries are grouped into awaiting confirmation / in use / archived, viewable by type, tag or date, and the tab can promote a candidate, withdraw or archive a standing entry, restore an archived one and delete a candidate, alongside the global and workspace instruction files and the current injection size. A zero-dependency CLI ships with it, so the store is usable without DSH.

0vorgesternGedächtnisMIT
V

dsh-mama-cheer

vvilliam-qwq/dsh-mama-cheer

Keyboard shortcut that injects an encouraging message into the running dsh-TUI conversation: steer when a tool is in flight, interrupt-and-deliver when the model is only streaming text

0vor 6 TagenSitzungen & NachrichtenMIT
D

dsh-queue-reorder

damlys99/dsh-queue-reorder

Reorder the messages queued while a DSH agent is busy, from inside the official queue dock: a drag handle and per-row ↑ / ↓ buttons on the dock's own rows, applied on the host as one concurrency-checked inbox splice. The dock is decorated rather than replaced, so previews, inline editing, steering, removal and attachments stay as shipped. A move is refused when the queue has changed since the caller last saw it, when the row is not a user prompt (a goal round prompt, for example), or when the queue belongs to a subagent session.

0vor 7 TagenUI-ErweiterungenMIT
H

dsh-pr-guardian

harzva/dsh-pr-guardian

Authored pull request feedback inbox with paginated GitHub collection, priority favorites, and version-bound local progress shared by the DSH panel and CLI.

0vor 16 TagenGit & Code-ReviewMIT
O

dsh-deepcanary

oscar-williams/dsh-deepcanary

Evidence-first attention supervision for DeepSeek Harness with C0–C3 policy, deduplicated Inbox alerts, quiet hours, and redacted outcome records.

0vor 15 TagenIntegrationen & FernzugriffMIT
L

dsh-obsidian-inbox

leo3-7/dsh-obsidian-inbox

Obsidian knowledge-base ingest workflow as a DeepSeek Harness plugin: a bundled skill provider + an obsidian_validate_vault model tool, all declarative and composable.

0vor 25 TagenSkillsMIT
Z

dsh-capybara-notify

zzx-dear/dsh-capybara-notify

Capybara secretary for DSH: desktop pet notifications with ding sound, alert inbox API, session-aware alerts (turn done / approval needed / turn blocked), check scripts, and daily high-star plugin recommendations.

0letzten MonatIntegrationen & FernzugriffMIT
O

connectors

openagentnetwork/connectors

DeepSeek Harness (dsh) connector for OpenAgentNetwork (OAN): Gofer messages land in a connector-managed inbox and the agent answers them with oan_* tools. Join with one command.

0letzten MonatIntegrationen & FernzugriffMIT