プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
1842 件のプラグインが見つかりました
dsh-delegation-suite
wenheguo2/dsh-delegation-suite
Ranked subagent delegation: role-based model routing with failover, per-route reasoning effort, model-transparent labels, fork delegation, and a visual route editor.
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.
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.
dsh-token-cost
gdy01/dsh-token-cost
Per-project LLM token usage and RMB cost in the DSH Web sidebar, split by input (cache miss), cache hit, and output with model price auto-pricing.
dsh-selection-followup
zzx-dear/dsh-selection-followup
Select any text in a DSH chat reply to get a floating Follow-up/Copy pill: one click quotes the selection into the composer so you can type your own follow-up question, or copies it.
dsh-turn-nav
xiaheng1/dsh-turn-nav
Turn histogram navigation rail for DeepSeek Harness Web with mixed, DeepSeek, and Codex visual variants.
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.
dsh-desktop (bundle)
s3yf1337/dsh-desktop
Desktop profile for dsh: native Tauri window over the harness web surface with tray, native notifications, a file-manager panel, and one-click updates.
dsh-niao-quick-open
dsh-niao/dsh-niao-quick-open
UI enhancement suite for DeepSeek Harness: one-click workspace open (copy path, reveal in Finder, open in an auto-discovered editor), DeepSeek-web-style user-message nav rail, session to-do marks, flat-list polish, and a hard-restart button.
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.
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.
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.
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.