Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
322 plugins encontrados
dsh-rollback
domitor-syh/dsh-rollback
TRAE-style conversation rollback — per-turn checkpoints (10-turn sliding window) roll back touched files and truncate model context in place, keeping the same session id. Human-initiated only: a /rollback command or a per-turn Web button (works on interrupted turns too), with a preview listing each affected file and its action — restore, recover, delete, or skip.
dsh-web-search-button
swenbo1-web/dsh-web-search-button
Direct web search button and /search slash command plugin for DeepSeek Harness.
dsh-remote-workspaces
januory/dsh-remote-workspaces
Open folders on remote hosts over SSH as Harness workspaces: file tools (read/write/edit/grep/glob) and shell commands run directly on the remote host over SFTP, ripgrep, and ssh2 exec, with no local mirroring, an encrypted multi-host registry, and the local sandbox policy still enforced.
lightroom-py
drshy-org/lightroom-py
Adobe Lightroom Classic as native dsh tools through the lightroom-py MCP server: read the catalog, apply develop settings and presets, export JPEG/TIFF/PSD/DNG, and write ratings, labels, keywords and IPTC — 15 tools driving the Lightroom Classic installed on the local machine, no cloud round-trip; the Python package is on PyPI and the Lightroom plugin installs with one command.
dsh-session-bridge
heartmove/dsh-session-bridge
Session bridge for DeepSeek Harness: drive other real DSH sessions straight from your prompt — create top-level sessions in any workspace, message or steer any session, wait for replies and stream them segment-by-segment (chain-of-thought included), resume offline sessions, find sessions across workspaces, run a background watchdog that monitors and schedules a main task (nudge when stalled, correct drift, cancel when stuck), and archive sessions with one command.
dsh-commandcode-usage-inline
345420242/dsh-commandcode-usage-inline
Inline Command Code plan usage badge in the DSH composer toolbar beside the model selector: 5h and weekly window usage plus remaining credits, clicking the badge opens an upward detail popover with reset countdowns; reuses the commandcode/report remote from @mars-sea/dsh-commandcode-provider.
dsh-v-skill-links
victor10035445/dsh-v-skill-links
let dsh use your skills.quick command and diy buttons.
dsh-wsl
xiny11451/dsh-wsl
WSL tools for DSH: run Linux commands, convert Windows/WSL paths, and summarize the WSL environment.
maa-dsh-skill
trueriscoacnt/maa-dsh-skill
A DeepSeek Harness Skill built on the official command-line tool maa-cli for MaaAssistantArknights (MAA), enabling direct control of MaaCore to automate daily tasks in Arknights.
dsh-chat-share
chrisx9z/dsh-chat-share
Share a selected chat segment as Markdown, HTML, or plain text; Header button, sidebar ... menu, and /share command.
dsh-commandcode
wjf1/dsh-commandcode
Command Code LLM provider plugin adapted for DSH-Desktop 0.7.1: registers a commandcode route, with a live model catalog, reasoning-effort support, and real-time plan usage display.
dsh-shell-card-plus
antnesswcm/dsh-shell-card-plus
Replaces the stock bash/pwsh terminal rows in the DSH web UI with shell command cards: long commands soft-wrap with line numbers instead of truncating, plus separate copy-command and copy-output buttons.
dsh-bridge
beartackler/dsh-bridge
Slash commands ported from other coding agents (setup, connect, install, trust, browse, doctor, status, model, memory, compact, resume, review, mcp, init, suggest, improve, refactor), a zero-dependency static scanner for plugin source, and an in-repo catalog of audited plugin report cards that cite file-and-line evidence.
dsh-opencli
ikeasven69/dsh-opencli
Drive your real logged-in browser through OpenCLI — browser primitives plus 170+ site adapters as deterministic one-shot commands, with in-session adapter authoring, a write-approval gate and a settings management panel.
dsh-gui-hanhua
xizrsams/dsh-gui-hanhua
Localizes the DeepSeek Harness interface — tool call cards, plugin list, command menu and permission selector display Chinese text while keeping the English originals.
dsh-model-palette
jensen-yao/dsh-model-palette
Global Alt+M model command palette for DeepSeek Harness Web: fuzzy search over models and providers, favorites and recents, per-model reasoning effort, provider and model configuration, request retries, capacity presets, and optional OpenRouter image/video generation tools.
dsh-sm-version-display
hjj345/dsh-sm-version-display
Shows the installed DeepSeek Harness version in the sidebar, checks npm and GitHub Releases for updates, and provides manual or confirmed update commands.
dsh-hiss-plugins
hilariouhiss/dsh-hiss-plugins
OpenSpec — spec-driven development workflow ported to DeepSeek Harness (12 workflow skills + /opsx-* slash commands). Agree on what to build before any code is written.
agents-plugins
lxp731/agents-plugins
DSH 服务控制:给 dsh 命令一对翅膀——`dsh --profile ctl` 管理服务的 systemd 生命周期、配置与诊断。 / DSH service control: wings for the dsh command — manage the service's systemd lifecycle, config and diagnostics via `dsh --profile ctl`.
dsh-ssh-logs
452926826/dsh-ssh-logs
Read and search bounded log output from allowlisted SSH servers and log roots without exposing arbitrary remote commands.
dsh-claude-plugin-loader
patrick1099/dsh-claude-plugin-loader
Loads Claude-style plugins into DeepSeek Harness (dsh): discovers skills, commands and optional SessionStart hooks from Claude plugin directories, with hot command reload and uninstall cleanup.
dao-zang-skill
godners-code/dao-zang-skill
Daoist Canon (DaoZang) retrieval skill: keyword or semantic search over 285,117 scripture chunks with exact original-text extraction (line numbers, hit markers), and one-command workspace setup from the Godners/DaoZang dataset.
dsh-cli-store
harzva/dsh-cli-store
64-entry external CLI catalog with bounded public discovery and guarded package-manager or manual official installation, exposed through DSH tools and a standalone command.
dsh-plugin-background-tasks
yaopushen/dsh-plugin-background-tasks
Antigravity-style run_command for DSH: short commands return inline within a configurable wait window (default 10s) while longer ones auto-promote into ctx.jobs for later collection and completion notices — executed via ctx.shell under the session sandbox and approval pipeline.