Tools & Capabilities
98 curated Tools & Capabilities plugins for DeepSeek-Harness
219 plugins found
dsh-subagent-tools
lynx-gt/dsh-subagent-tools
Per-call model, provider, persona, and toolFilter overrides for subagent delegation, with @preset: references and provider/model composite ids.
dsh-plugin-suite (dsh-plugin-updater)
crtnt/dsh-plugin-suite
Update manager for installed plugins: check for updates, back up, and roll back.
dsh-plugin-suite (dsh-plugin-center)
crtnt/dsh-plugin-suite
Plugin center: discover, install, and manage DSH plugins from Settings.
dsh-tool-search
vibeinging/dsh-tool-search
Per-agent on-demand tool discovery and progressive schema disclosure.
pack-agent
sakikotgw/pack-agent
Project .pack.json/.pack.zip into .agent-pack/modpacks/ and expose skills via a workspace allow-list.
dsh-skillport
jesse-njx/dsh-skillport
Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.
dsh-kb-sieve
omdsh-dev/dsh-kb-sieve
Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.
dsh-codex-tools
spyqwer1/dsh-codex-tools
Codex-backed `web_search`, `image_gen`, and `image_vision` tools for DeepSeek Harness, reusing ChatGPT OAuth login state.
dsh-llm-vision-bridge
einskyle/dsh-llm-vision-bridge
Native LLM-provider vision bridge: images pasted in the chat are described by a vision model (Qwen3-VL via pi-ai/llama.cpp) and the text description is fed to text-only DeepSeek for the reply — image admission, routing and compaction all run through harness-native mechanisms, with an LRU description cache and 503 retry.
dsh-vision-bridge
ximengxiaolan/dsh-vision-bridge
Composer-attached images are transcribed to text by an OpenAI-compatible vision model before reaching text-only DeepSeek models.
dsh-ask-guard
q1hangl/dsh-ask-guard
Cooperative timeout guard for ask_user_question: lost or unanswered questions resolve as a structured ASK_TIMEOUT instead of hanging the turn forever.
dsh-download-progress
fro2en12/dsh-download-progress
Download progress panel: URL downloader, agent shell/SSH transfer tracking and workspace black-box file-growth monitoring, shown in a draggable floating panel with live bytes, speed, percentage and ETA.
dsh-pin-recall
kerwin2046/dsh-pin-recall
Pin assistant replies from the Web action strip and recall them into the next model turn (`/pin` `/recall`, with optional wake).
dsh-shift-router
green-dalii/dsh-shift-router
Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration (DSH adaptation of pi-shift-router)
dsh-voice
zhuiyueya/dsh-voice
Voice for DeepSeek Harness(dsh) — speech-to-text input + read-aloud TTS for text-only DeepSeek, zero API key.
dsh-approval-comment
mayifei1995/dsh-approval-comment
DSHWeb 审批增强插件:无感替代内置审批窗口,支持「拒绝并附言」,并在拒绝后终止当前回合、让模型重新结合附言思考
dsh-better-deepseek
edgetype/dsh-better-deepseek
DeepSeek Harness bridge plugin for Better DeepSeek Chrome extension.
dsh-plugin-description
mysadc/dsh-plugin-description
mount one row in the composition and every plugin card on the Web Settings plugin list page gets a bilingual (zh/en) description; it also publishes the pluginDescriptions service so other plugins can register their own descriptions.
dshmath-manim
phelpsyacht/dshmath-manim
deepseek harness manim数学插件
dsh-attachments
cocosgt/dsh-attachments
Bring any file into the conversation — stashed to the workspace and referenced by path; zero type rejection
dsh-hub
coderperseus/dsh-hub
DeepSeek Harness tools for finding and inspecting plugins in the dshhub catalog
dsh-plugin-thinking-mode
lovedheart/dsh-plugin-thinking-mode
DeepSeek Harness plugin: per-request thinking-mode switch (enable_thinking) for Qwen3-family models on OpenAI-compatible endpoints
dsh-multi-folder
angeloszou/dsh-multi-folder
DeepSeek Harness plugin: secondary working directories for a project. The agent keeps the primary workspace as cwd, gains equal write/exec permissions on configured secondary directories under workspace-write mode, and is notified of configuration changes
dsh-git-guard
bibibala/dsh-git-guard
Git-aware write guard plugin for DeepSeek Harness: blocks whole-file writes that would overwrite the user's uncommitted changes, and reports what happened to protected files at turn end