Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
666 Plugins gefunden
kimi-webbridge-dsh
cfanmaoli/kimi-webbridge-dsh
Provisions the kimi-webbridge bridge daemon (auto-install with SHA-256 verification, auto-start) and registers a 25-action skill that drives the user's real browser through the local bridge.
dsh-xia-plugins (global-proxy)
w4xxx/dsh-xia-plugins
Route every host-process undici fetch through a local HTTP(S) proxy while keeping localhost and China-reachable APIs direct.
axiom-dre-dsh
listenj/axiom-dre-dsh
Deterministic Reasoning Engine (DRE) for dsh: dre__* tools for knowledge verification (three-stage discrimination), deterministic cognition loops, constraint solving, mental models and synapse memory - strengthens information certainty.
dsh-codex-harness
bainianlaoyao/dsh-codex-harness
Codex-shaped coding tools and agent presets for GPT models on DeepSeek Harness: exec_command, write_stdin, apply_patch and view_image, plus OpenAI Chat Completions and Responses API routes, bridged to DSH-native plan, ask, approval and compaction. Long-running commands become DSH background jobs with bounded head/tail output readable through job_output, and each subagent type can be pinned to its own preset, provider, model and reasoning effort.
dsh-memory-vault (memory-auto)
luisarg03/dsh-memory-vault
Session-memory autopilot: watches DSH sessions and extracts OKF entries in-process through the harness LLM (ctx.llm, deepseek-official by default) at idle, commit, compaction and end checkpoints, storing them via the vault MCP server.
better-basicfun
cdezt/better-basicfun
Native DSH foundation bundle that registers a persistent default workspace, provides paged read-only inspection of plugins, skills, memory, sessions, storage, settings, credentials, and DSH_HOME files, and synchronizes rich CLIProxyAPI model capabilities into native provider settings.
dsh-temp-workspace
wjj-8283/dsh-temp-workspace
Temporary workspace for DSH web — one click creates a throwaway workspace whose conversations are deleted at the next restart (immediately or after a delay, optionally behind a confirm dialog). Pin a temp workspace to keep it: its files move into the folder you pick, its title becomes that folder's name, its conversations migrate, and a real host-level restart re-indexes them.
dsh-reasoning-options
scorp1o117/dsh-reasoning-options
Add missing reasoning-effort declarations to custom pi-ai models through DSH settings, enabling the native effort picker and handling models added later.
dsh-theme-macintosh
fengb3/dsh-theme-macintosh
Classic Macintosh (System 7) pixel theme: desktop pattern canvas, Finder sidebar, monochrome buttons and dialogs, light/dark support.
dsh-balance
lkshjd/dsh-balance
Real-time DeepSeek account balance readout in the session header: host /api/balance route resolves the API key through the credentials seam (never sent to the browser), 60-second auto-poll plus manual refresh.
dsh-attach-picker
qwerty-k-de/dsh-attach-picker
Toolbar picture button in the DSH Web composer: click to pick multiple images through the native file dialog — they join the same draft-image rail as drag-and-drop and paste, with the host image-format, per-message-count and per-image-size limits enforced inline.
dsh-kimi-computer-use
dshapp/dsh-kimi-computer-use
DeepSeek Harness (DSH) bundle: wires Kimi Computer Use's stdio MCP server through the generic dsh-mcp-client bridge, plus a bundled skill for driving it.
dsh-xiuxian-world
christianreevee/dsh-xiuxian-world
A xiuxian (Chinese cultivation-fantasy) world where agents create a cultivator and play through 16 tools - cultivate, roam 22 areas, delve 8 dungeons, chat with 4 builtin NPC cultivators - and on exit export a self-contained HTML replay plus a Markdown journey diary, fully offline with zero servers.
dsh-llm-mlx
robbywang25/dsh-llm-mlx
Use local MLX-LM or MLX-VLM models in DeepSeek Harness through a loopback OpenAI-compatible provider, with optional DSH-owned server startup.
dsh-dsbal
flyingfishzxf/dsh-dsbal
Shows the DeepSeek API account balance in the DSH Web sidebar with 30s auto-refresh, click-to-refresh, hover details, and low-balance threshold warnings.
dsh-garmin-coach
csustyang/dsh-garmin-coach
Garmin Connect 运动健康 AI 教练插件 for DeepSeek Harness — 同步活动/健康/HRV 数据 + AI 训练建议 + 训练计划 + 训练日记
dsh-model-sync
fan56/dsh-model-sync
dsh plugin: keep llm-pi-ai provider routes' model lists in step with the pi.dev gateway, written through the official settings seam
Notification
deepseekharnessplugins/notification
Task-completion notifications: desktop alerts via macOS Notification Center and Windows Toast, plus mobile push through Bark, ntfy, ServerChan or any webhook when an agent run goes idle, errors or blocks.
dsh-webmcp
t-markus-liang/dsh-webmcp
WebMCP bridge: your agent discovers & calls site tools exposed over the W3C WebMCP protocol via a built-in headless Chromium.
dsh-mcp-tunnel
988hj7tczd-oss/dsh-mcp-tunnel
Expose a local MCP server to remote agents through an outbound-only tunnel stack (mcp-proxy + cloudflared Quick Tunnel), then register the public URL into dsh-mcp-client streamable-http config.
dsh-rich-indexing
savageops/dsh-rich-indexing
Tiered compaction hub: replaces the single 80% compaction cliff with a configurable ladder (default 30/50/70/90) whose tiers escalate from gentle to maximum consolidation laws, folds a deterministic keyword index into every checkpoint so facts accumulate across cycles, and summarizes through a model chain — primary plus up to 3 fallbacks, each with its own reasoning effort. Adds a Compaction module sub-tab and a Settings card; toggling off always restores stock compaction.
dsh-restart-autoresume
harzva/dsh-restart-autoresume
Adds confirmed DSH restart actions and durable automatic continuation for eligible top-level sessions through an existing compatible dsh-restart Host provider.
dsh-evidence
cooberped/dsh-evidence
Turns attached files into versioned evidence: `search_documents` builds a private local index (SQLite FTS5 after a startup capability probe, dependency-free JS fallback otherwise) and returns compact evidence blocks carrying an exact coordinate — PDF page, PPTX slide, text/DOCX line range, or quoted XLSX `Sheet!Range` — which `read_document` expands only while the content version still matches. Contiguous CJK runs are indexed as overlapping bigrams and queried as phrases, so word order is preserved; uploaded raster images take the native vision attachment path instead.
dsh-internal-urls
hy-sde/dsh-internal-urls
FS-shaped internal URL schemes (conflict://, pr://, issue://, …) resolved through one registry behind the read/grep/write tools — a standalone service plugin for DeepSeek Harness with no upstream harness changes required.