Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
1648 Plugins gefunden
dsh-figma-to-lottie
zimai233/dsh-figma-to-lottie
Kompiliert SVG-Pfade und Keyframe-Spezifikationen zu in sich geschlossenen Lottie-JSON-Animationsdateien.
dsh-voice
jesse-njx/dsh-voice
Sprachnotizen rein, gesprochene Antworten raus: Audio diktieren, das zu Nutzernachrichten wird (Transkription), den Agenten Antworten laut vorlesen lassen (Sprachausgabe), lokal-first unter ~/.dsh/voice.
dsh-apple-mode
jihongboo/dsh-apple-mode
Xcode-KI-Integration für DSH: 26 Xcode-MCP-Tools (mcpbridge) + Apple-Plattform-Skills + Persona im Stil von Xcode Intelligence (Agent-Preset oder globales Bundle).
dsh-memory
flymysql/dsh-memory
Sitzungsübergreifender Gedächtnistresor: Tools remember / recall / forget, Prompt-Injektion pro Runde und ein Eintrags-Browser auf der Einstellungsseite.
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
Durchsucht, listet und liest vergangene und aktuelle Sitzungen über den harness-eigenen `sessionQuery`-Dienst: nutzt den SQLite-FTS5-Index, wo eine Installation ihn aktiviert, und weicht sonst auf einen begrenzten Scan von den neuesten Einträgen aus.
dsh-cost-meter
sttrevens/dsh-cost-meter
USD-Kosten-Badge pro Runde in der Web-UI: Sitzungssumme im Header und Kosten pro Runde im Footer jeder Nachricht, mit Aufschlüsselung beim Hover.
dsh-file-uploads
l541402398/dsh-file-uploads
Lädt beliebige lokale Dateien aus dem Web-Composer hoch, zeigt ausstehende Karten an und verwaltet gespeicherte Dateien in den Einstellungen.
codegraph
johnxu22786/codegraph
Code knowledge graph for dsh: indexes symbols, call sites and imports into SQLite and answers call/dependency questions via CLI or stdio MCP tool server.
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
dsh-url-tools
zhijiangtang/dsh-url-tools
URL parsing, tracking-parameter removal, encode/decode, and redirect expansion.
dsh-pkg-info
zhijiangtang/dsh-pkg-info
Queries npm/PyPI package metadata (version, license, dependencies).
dsh-password
zhijiangtang/dsh-password
Generates strong random passwords and diceware passphrases via crypto.
dsh-jwt
zhijiangtang/dsh-jwt
Decodes a JWT for debugging without verifying its signature, and flags expiry.
dsh-http
zhijiangtang/dsh-http
Structured HTTP request tool: returns status, duration, and size, with basic/bearer auth helpers.
dsh-handoff
zhijiangtang/dsh-handoff
Exports the current session as a deterministic Markdown handoff document.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-fetch-file
zhijiangtang/dsh-fetch-file
Downloads a URL into the workspace as a file, with a path fence, streaming, and a 200 MB cap.
dsh-dead-links
zhijiangtang/dsh-dead-links
Scans Markdown files for dead http(s) links.
dsh-cron-parse
zhijiangtang/dsh-cron-parse
Parses cron expressions into human-readable text and previews upcoming run times.
dsh-clipboard
zhijiangtang/dsh-clipboard
Writes text to the system clipboard, cross-platform (macOS/Windows/Linux).
dsh-case
zhijiangtang/dsh-case
Name-case conversion across 8 styles: camel, snake, kebab, Pascal, and more.
dsh-workloads
yewenyell-lang/dsh-workloads
Workspace-owned durable process supervision, readiness checks, and a Runtime Center for DeepSeek Harness.
dsh-perm-guard
a903067276-rgb/dsh-perm-guard
Auto-approval permission guard: a middle tier between workspace-write and danger-full-access — auto-allows safe operations inside trust directories, always asks a human for destructive ones, with 11 per-category switches and an audit trail.
dsh-safeguard
zhijiangtang/dsh-safeguard
Pre-execution guardrail: vetoes dangerous shell commands and blocks secret/credential leaks before they run.