Plugins
Browse, filter, and install DeepSeek-Harness plugins.
596 plugins found
dsh-workspace-files-explorer
yzz-s/dsh-workspace-files-explorer
Floating workspace file-tree browser for the Web GUI with line-numbered syntax highlighting and Markdown preview.
dsh-result-only-view
yeyeyeyeshifu/dsh-result-only-view
Results-only conversation toggle for the Web GUI: hides thinking and tool-call process rows, keeps one live status line while the agent works, restores working animations under prefers-reduced-motion, zh-CN/en localized.
dsh-agfs
openagfs/dsh-agfs
File-browser web app for DSH: React frontend and REST API served by the host webserver, a /dsh-agfs command that opens at the current session workspace, and a browse_files model tool.
dsh-tui-app
kouyichi/dsh-tui-app
Interactive terminal chat app for dsh: streaming conversation, tool cards, jobs panel, full-text search, trajectory replay, multi-session tabs, and A2A dispatch (Ink-based).
dsh-prompt
featherhunter/dsh-prompt
Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the selected prompt into the composer.
pbr-render
dhb861832993-star/pbr-render
PBR 3D model preview for game art: GLB/GLTF with textures, IBL environment lighting, orbit controls, and a material channel inspector (baseColor/normal/roughness/metallic/AO/emissive/wireframe); scalar channels shown as grayscale per PBR spec, via the pbr3d fence and pbr_render tool.
dsh-focus-overlay
boogoo619/dsh-focus-overlay
Focus mode with a full-screen reading overlay that hides the header and composer and folds AI tool calls into summaries.
dsh-test-runner
suimi8/dsh-test-runner
Structured test runner tool (test_run): auto-detect Vitest/Jest/pytest/node:test, run tests, parse failure summaries for the model.
dsh-pi-tui
lqhl/dsh-pi-tui
Pi TUI (differential-rendering terminal framework) front end: streaming markdown, thinking collapse, tool cards, slash commands, approval/question overlays, shared dsh session store.
dsh-crw
us/dsh-crw
fastCRW-backed web search and fetch providers for DeepSeek Harness (ctx.web)
dsh-gpu
zytsyj/dsh-gpu
GPU-aware execution layer for DeepSeek Harness: gpu_status / gpu_exec / gpu_run_bg tools, per-step GPU context injection, automatic CUDA_VISIBLE_DEVICES card selection
LiuHe
wulun811/liuhe
Bridges the LiuHe MCP code toolkit (44 tools) into dsh web: repo_map, symbol search, edit_batch with tolerant matching, transactional edits with undo journal, and deterministic quality gates — backed by a crash-isolated Rust tree-sitter parse daemon and SQLite index.
dsh-hub
coderperseus/dsh-hub
DeepSeek Harness tools for finding and inspecting plugins in the dshhub catalog
dsh-session-import
devmom/dsh-session-import
Cross-tool session migration plugin for the DeepSeek Harness (dsh): high-fidelity ingest, continue, knowledge extraction, bidirectional export, privacy redaction.
dsh-polling
cnyac/dsh-polling
Recurring/scheduled tasks (轮询任务/定时任务) plugin for DeepSeek Harness: cron-driven polling jobs as real sessions, natural-language creation, model tools (polling_create/list/edit/delete/trigger) and a web UI. Install-and-go via `dsh plugin add`.
dsh-deepseek-usage
ben7am1n/dsh-deepseek-usage
DeepSeek usage monitor for DeepSeek Harness: account balance query and token usage summary as model-callable tools.
dsh-plugin-reload
reina4xa/dsh-plugin-reload
A DeepSeek Harness plugin: model-facing reload_plugin tool that restarts one Cordis Loader entry (by entry id, module name, or MCP serverName) without touching sibling entries — respawns mcp-client server processes
multimodal-bridge
spirit4471/multimodal-bridge
DeepSeek Harness plugin bundle: qwen_vision (Qwen-VL image understanding) and qwen_generate (Qwen-Image text-to-image) tools for text-only models
amber-protocol
bandersnatch0x/amber-protocol
DeepSeek Harness bundle for Amber Protocol governance tools and skills
dsh-persona-memory
quophic/dsh-persona-memory
Persistent long-term persona memory for DeepSeek Harness: MEMORY.md/USER.md storage, memory + memory_search tools, per-request context injection, and secret scanning. Ported in spirit from pi-hermes-memory.
dsh-browser
ben7am1n/dsh-browser
Browser automation for DeepSeek Harness: Playwright-powered open/click/type/screenshot/eval tools so the agent can drive real web pages.
dsh-plugin-vision-toolkit
yytbit/dsh-plugin-vision-toolkit
Vision toolkit for DeepSeek Harness -- glance, ground, detect, crop CLI tools for text-only agents to understand images
dsh-governance
tappass/dsh-governance
The authority layer for agentic AI, as a DeepSeek Harness plugin. Governs every tool call against your business rules via the TapPass /v1/govern policy decision point.
dsh-inspector
cocosgt/dsh-inspector
Inspect and manage the live instruction chain and project skills for the current dsh session, with in-place creation and editing — what you see is what the model gets