본문으로 건너뛰기

플러그인

DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.

플러그인 1000개 찾음

B

dsh-verification (dsh-verification)

bpc-oss/dsh-verification

Verification gate for DSH agents: every acceptance criterion must be backed by server-stamped real tool evidence before the completion gate lets a goal through (advisory audit, enforce gate, durable permits).

015시간 전워크플로 및 자동화Apache-2.0
Y

dsh-human-task (dsh-human-task)

ywgatustcbbs/dsh-human-task

Human-in-the-loop tools (`human_task` / `human_task_ready_check`): pause the agent until the user performs a real-world action or returns an observation (GUI operation, game testing, visual verification, hardware checks), gated by session consent and an AFK presence check, returning a structured JSON result via a web task dialog.

05일 전도구 및 기능MIT
L

dsh-mcp-lazy

leaforbook/dsh-mcp-lazy

An MCP lazy-loading, dynamic tool-loading, and Tool Router plugin for DSH. It addresses context bloat, wasted tokens, oversized tool catalogs, and persistent tool schemas when many MCP servers are configured. The plugin searches, routes, and loads MCP tools on demand only when the current task needs them, then unloads idle tool schemas at turn end to reduce context usage and save tokens while keeping connections warm for fast reuse. Supports explicit activation, automatic routing, paginated tool-catalog refresh, bounded reconnection, and both stdio and Streamable HTTP MCP transports.

0어제도구 및 기능MIT
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.

0어제도구 및 기능MIT
S

dsh-llm-proxy

superfish058/dsh-llm-proxy

Per-model proxy routing for LLM requests: selected models go through a proxy (Clash etc.) while the rest stay direct, with automatic retry on transport errors, 429 and 5xx, configured live from the settings page.

022시간 전모델 및 제공업체MIT
L

oh-my-dsh

llmpolska/oh-my-dsh

Tiered model routing for DeepSeek Harness: think/build model tiers, vision delegation (the vision model only describes images; the working model acts), image generation, and a high-impact guard.

03일 전모델 및 제공업체MIT
X

dsh-turn-nav

xiaheng1/dsh-turn-nav

Turn histogram navigation rail for DeepSeek Harness Web with mixed, DeepSeek, and Codex visual variants.

0어제UI 확장MIT
W

dsh-deep-verbs

winter-and-you-gone/dsh-deep-verbs

Rotates the model status line through a 53-phrase English/Chinese deep-theme pool: a random pick at turn start, event-driven switching on new thinking segments or tool calls (3s throttle), and a click on the status line toggles the language.

016시간 전UI 확장MIT
F

dsh-input-rewriter

feiertu/dsh-input-rewriter

Auto-rewrites the composer draft into a clearer, more executable prompt after you stop typing, using scene-aware playbooks, preserving long attachments verbatim, and numbering multi-part questions.

0그저께UI 확장
D

dsh-conversation-rail

dingyi580/dsh-conversation-rail

Left-edge conversation rail for the Web UI: one bar per turn, length scaled to the turn text, hover for a question and answer preview, click to jump; bars come from a host-side outline of the whole session log, so turns outside the loaded window are drawn too and history is paged in on click.

015시간 전UI 확장BSD-3-Clause
B

dsh-github-picker

bitxeno/dsh-github-picker

Composer GitHub picker: click the GitHub icon at the bottom-right of the input box to search the workspace repository's issues and pull requests via the gh CLI, and insert the reference as a URL or @owner/repo#number mention.

020시간 전UI 확장MIT
A

dsh-multi-lang-ui

asd13006/dsh-multi-lang-ui

Add six languages (繁體中文, 日本語, 한국어, Français, Deutsch, Español) to the DeepSeek Harness Web UI language options, with hand-polished per-language translations and automatic fallbacks (Simplified-to-Traditional conversion for zh-TW, English for the others) covering upstream updates and third-party plugins.

0어제UI 확장MIT
J

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.

03일 전MCP 및 커넥터MIT
Z

dsh-jwt

zhijiangtang/dsh-jwt

Decodes a JWT for debugging without verifying its signature, and flags expiry.

04일 전개발 및 플러그인 도구MIT
Z

dsh-handoff

zhijiangtang/dsh-handoff

Exports the current session as a deterministic Markdown handoff document.

04일 전세션 및 메시지MIT
Z

dsh-fmt

zhijiangtang/dsh-fmt

Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.

04일 전도구 및 기능MIT
K

dsh-trading-toolkit

kentleenot/dsh-trading-toolkit

A-share and US stock trading toolkit for DSH agents: realtime quotes, OHLCV klines, ADX regime signals and simple backtest previews via EastMoney. Read-only, never places orders.

0그저께개발 및 플러그인 도구MIT
O

dsh-env-switcher

oyama-mahiro-f/dsh-env-switcher

One-click Windows/WSL2 environment switcher for DSH (coexistence mode): both environments run simultaneously on separate ports and switch from the web UI without killing any process.

04일 전UI 확장MIT
S

dsh-token-usage-dashboard

solstice621/dsh-token-usage-dashboard

Codex-style token usage dashboard: five stat cards, GitHub-style activity heatmap (daily/weekly views), insights & model ranking; persisted snapshot with incremental sync, survives session deletion.

04일 전세션 및 메시지MIT
S

dsh-settings-tuner

semidia/dsh-settings-tuner

System parameter adjustment UI: grouped settings page for timeouts, parallelism, LLM retry policy, model params, web search, permissions and presets; safe profile-config editing with line-level YAML matching and post-write validation.

03일 전UI 확장MIT
S

dsh-i18n

semidia/dsh-i18n

Chinese localization for tool results: intercepts tool execution output and translates English markers (`[exit code]`, `[timed out]`, `[sandbox: ...]`, etc.) into Chinese, with a settings toggle.

03일 전도구 및 기능MIT
K

dsh-better-model-selector

khellendros97/dsh-better-model-selector

Splits the composer model selector into a searchable, favorite-marking dropdown and a reasoning-effort slider, with Ctrl+P / Ctrl+T quick-switch shortcuts.

05일 전UI 확장MIT
N

gewu-tools

nyantused-cpun/gewu-tools

Model-agnostic visual-inspection pipeline for text-only agents: page-by-page HTML screenshots plus a ready-made vision-subagent briefing contract (gewu_prep), then source-code truth verification of every finding (gewu_locate); validated on mimo-v2.5 & qwen3.7-plus.

0그저께워크플로 및 자동화MIT
F

dsh-sound-notify

flayteas/dsh-sound-notify

用于DSH的对话框任务音效,以及个性化聊天背景||Dialog box sound effects for DSH, as well as personalized chat backgrounds.

0그저께통합 및 원격MIT