Zum Hauptinhalt springen

Plugins

Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.

3510 Plugins gefunden

C

dsh-better-sidebar-onlyoffice

chendefine/dsh-better-sidebar-onlyoffice

DSH web plugin: open .docx/.xlsx/.pptx in the better-sidebar editor through a self-hosted ONLYOFFICE Document Server (JWT-signed config, in-network document/callback routes, save-back to disk).

2vor 8 StundenTools & FunktionenMIT
Z

evo-subagent

zekaishi/evo-subagent

Unified DeepSeek Harness plugin: role-based subagent routing + per-agent evolution — prefercmd/memory as knowledge allow/deny lists, so repeated tasks start from proven commands and save tokens

2vor 15 StundenWorkflow-AutomatisierungMIT
F

dsh-tray-launcher

fancr-code/dsh-tray-launcher

DeepSeek Harness 的 Windows 桌面托盘启动器:无窗口运行 dsh web,托盘右键切换图标、开机自启、重启 Harness,并内置用量/费用仪表插件(dsh-plugin-usage-meter)的一键安装与更新。同时以 dsh 插件形式提供(dsh plugin add 后托盘随 Harness 自动启动)。

2vor 13 StundenEntwicklung & Plugin-ToolsMIT
C

dsh-plugins (to-english)

creait-nl/dsh-plugins

Rewrites the Chinese copy of a market-installed plugin into English using a model already configured in the harness — automatically when the plugin is installed, then live-reloaded. Each file is translated in one whole-file pass, validated by a real parser where one exists (node --check for JavaScript, JSON and YAML parsers otherwise) and handed back to the model with the error for up to three repair attempts; files above 48 KB, or that never parse, fall back to a line-range pass that checks every returned line against the original for structure. Trigger phrases and locale tables can optionally be preserved rather than translated, and the untouched original is kept beside the file as a .zh.bak.

2vor 7 StundenEntwicklung & Plugin-ToolsMIT
S

dsh-swarmdrop

swarm-apps/dsh-swarmdrop

Device channel between the agent and your own phone: it sends files it just produced, and you @-reference what your phone sent back. End-to-end encrypted P2P through the SwarmDrop CLI, with no account and no public IP; node status, paired devices and QR pairing sit in a sidebar panel.

2gesternIntegrationen & Fernzugriff
C

clutch-dsh (clutch-dsh-worktree)

cerbur/clutch-dsh

Adds a Worktree view to DSH Web UI that groups Sessions by Git worktree while keeping DSH as the source of truth.

2vor 9 StundenGit & Code-ReviewMIT
C

dsh-plugins (research-mode)

creait-nl/dsh-plugins

Deep research as an agent mode: one reviewed loop that plans, researches in adaptive parallel rounds driven by the gaps the researchers themselves declare, synthesises a cited report and then reviews it adversarially, instead of a script the model rewrites per call. Questions the round budget never reached are named in the report rather than dropped.

2vor 7 StundenWorkflow-AutomatisierungMIT
C

dsh-plugins (hookkit)

creait-nl/dsh-plugins

Config-driven lifecycle hooks, including context injection: declare event, handler and outcome in YAML, where the handler is an in-harness tool (MCP included), a shell command or an HTTP endpoint, and the outcome is model-visible context, a denied tool call, or fire-and-forget.

2vor 7 StundenWorkflow-AutomatisierungMIT
A

agent-useful-skills

azzygoatcoder/agent-useful-skills

Modular AI research/engineering skill pack, installable via dsh plugin add — registers 27 skills (security audit, paper reading/writing, figure drawing, dev workflow, storage analysis) on ctx.skills.

2vor 9 StundenSkillsMIT
Y

phone-lens (lens-mate)

yxqfg/phone-lens

Turn a phone camera into a live viewfinder and photo input for your dsh session, over LAN or USB.

2vor 9 StundenVision, Sprache & MultimodalMIT
C

dsh-plugins (web-search-searxng)

creait-nl/dsh-plugins

Points web_search at a self-hosted SearXNG instance instead of the native route: pages until maxResults is satisfied, and reports degraded coverage when engines fail so a thin result set is not read as a thin web.

2vor 7 StundenTools & FunktionenMIT
C

dsh-plugins (web-fetch)

creait-nl/dsh-plugins

A guarded local fetch provider for the ctx.web seam — the backend dsh does not ship for its own web_fetch tool. Every redirect hop is re-resolved and checked against the non-routable ranges, with a streamed size cap and a content-type allowlist.

2vor 7 StundenTools & FunktionenMIT
Z

dsh-milvus

zilliztech/dsh-milvus

Read-only DSH Web plugin for inspecting and searching Milvus or Zilliz Cloud collections from chat, including scalar, BM25, dense, and hybrid queries.

2vorgesternTools & FunktionenApache-2.0
W

dsh-logcat

windypro-rourou/dsh-logcat

Android real-device debugging workbench for the DSH Web GUI: auto-attached logcat with severity/keyword filters and crash snapshots, live on-device screen casting with remote tap/swipe/text control, memory/proc/frida reverse-engineering toolset, 30 agent tools.

2gesternTools & FunktionenApache-2.0
F

dsh-polymarket-knowhow

fashionmascherine-svg/dsh-polymarket-knowhow

Polymarket toolkit for DeepSeek Harness and Claude Code: market-data tools for Gamma/CLOB/Data-API (31 model tools in DSH; read-only subset exposed over MCP), opt-in authenticated trading tools, WebSocket stream service, and an embedded Polymarket knowhow skill.

2gesternTools & Funktionen
C

dsh-plugins (tool-disclosure)

creait-nl/dsh-plugins

Progressive tool disclosure: a deferred tool group costs one catalog line instead of its full schemas until the model loads it with tool_search, with one switch per group in Settings and each group measured against the live registry.

2vor 7 StundenTools & FunktionenMIT
H

dsh-session-toolkit

han-yao94/dsh-session-toolkit

Consolidated toolkit for session identity, global & workspace prompts with referenced files, session auto-resume, UAC-free web restart, and peer-session messaging.

2vor 14 StundenSitzungen & NachrichtenMIT
C

dsh-plugins (think-level)

creait-nl/dsh-plugins

A thinking level stored per provider and model, so reasoning effort outlives the session it was set in and also reaches subagents, which dsh never asks. The in-session picker still wins, and a model with no row keeps its provider default.

2vor 7 StundenModelle & AnbieterMIT
C

dsh-plugins (gen-limit)

creait-nl/dsh-plugins

Per provider/model generation concurrency, with a settings card: a cap on how many sessions may stream at once, enforced at the stream and again at subagent spawn, where a fan-out past the cap waits in a FIFO queue instead of failing.

2vor 7 StundenModelle & AnbieterMIT
K

dsh-goal-mode-enhance

karloflaw/dsh-goal-mode-enhance

Visual goal lifecycle for the DSH web UI: a composer dock to create, multiline-edit, pause, resume, complete and clear session goals with live round progress, plus a phase-dot composer entry and a settings-page goal overview.

2vor 11 StundenUI-ErweiterungenMIT
Z

dsh-weixin-clawbot

zp-home/dsh-weixin-clawbot

Connects Tencent's official Weixin ClawBot/iLink channel to a persistent DSH Host for phone task control and session management.

2vor 3 TagenIntegrationen & FernzugriffMIT
B

personal_mcp

bingoagenttouch/personal_mcp

Layered long-term memory MCP server: raw turns → task fragments → daily summaries → topic indexes, local MiniLM 384-dim embeddings or OpenAI-compatible API backend, semantic + Jaccard-fallback search, one-command DSH plugin install.

2gesternMCP & KonnektorenAGPL-3.0
1

dsh-context-lens

1014029855/dsh-context-lens

Inspect, measure, search, and compare the exact provider-neutral context assembled by DeepSeek Harness.

2vorgesternEntwicklung & Plugin-ToolsMIT
X

dsh-solution-explorer

xiaoksio/dsh-solution-explorer

DSH Web GUI right sidebar: VS Code-style file explorer plus source control (git status, stage/unstage/discard, commit, diff, commit graph, sync fetch/pull/push, branch management, remote management, git init, multi-repo switch) with an editable full-file diff view, a syntax-highlighted editor (15 languages), file operations (new/move/copy/delete), and save.

2vor 9 StundenGit & Code-ReviewMIT