Pular para o conteúdo principal

Plugins

Navegue, filtre e instale plugins do DeepSeek-Harness.

322 plugins encontrados

I

dsh-imbot

it-lu/dsh-imbot

Two-way agent bridge for Feishu (Lark) and DingTalk groups: chat with a DeepSeek Harness agent from IM groups via long-connection / Stream Mode — no public port needed. Workspace selection/creation, session switching, archiving (synced with DSH GUI), configurable from the DSH settings page. Feishu uses interactive cards, DingTalk uses text commands.

0há 29 diasIntegrações e acesso remotoMIT
K

dsh-startup-command

kagurazakayashi/dsh-startup-command

A DeepSeek Harness Web plugin that runs a user-defined command after the web profile has started successfully.

0há 16 diasFluxos e automaçãoMIT
H

oh-my-dsh

hawk2048/oh-my-dsh

OMC-style multi-agent orchestration for DeepSeek Harness: 29 omd-* skills and 12 /omd-* slash commands over the plan-execute-review-verify pipeline and team/autopilot/ralph modes.

0há 5 diasFluxos e automaçãoMIT
P

dsh-session-snapshot

po-et/dsh-session-snapshot

Rolling, integrity-verified backups of each session at turn boundaries: verifies the log still loads before promoting a snapshot, never overwrites the last good one when a turn ends corrupt, and restores in one command even when dsh will not boot.

0há 11 diasSessões e mensagensMIT
C

dsh-zh-more

como44/dsh-zh-more

Chinese-first UI enhancement: translates slash-command names and plugin-inventory cards with three display modes (Chinese only / Chinese + English / off), switching instantly without losing English.

0mês passadoMelhorias de UIMIT
D

dsh-logbook

d3vmeh/dsh-logbook

Makes ctx.logger output visible: a /logs chat command over a full-capture ring (level, name, grep, since filters) plus a default-on stderr exporter for warnings and errors, configurable per plugin; works headless. Also documents that dsh's default log buffer silently drops warn and debug records.

0há 21 diasDesenvolvimento e ferramentas de pluginsMIT
D

dsh-turn-doctor

d3vmeh/dsh-turn-doctor

Explains which layer killed a failed turn: times every model request (first byte, longest silence, total) and combines that with the error to name the culprit (dsh idle watchdog vs Node undici timers vs SDK timer vs server crash, context overflow, gate queue, tool timeouts, failed compactions) and the exact setting to change; verdicts in the DSH terminal plus a /why command, subagents included.

0há 18 diasSegurança e permissõesMIT
E

dsh-agent-toolkit

esonxie/dsh-agent-toolkit

DeepSeek Harness plugin: per-day token usage statistics — 13-week heatmap, stacked daily chart, /token-usage command

0há 18 diasUso e cobrança
X

dsh-netshell

xgone/dsh-netshell

Local and remote SSH terminals for DeepSeek Harness Web with three permission levels, human approval for risky AI commands, and encrypted credential storage.

0há 12 diasIntegrações e acesso remotoMIT
N

dsh-safe-delete

nattocb/dsh-safe-delete

Tools guard that moves agent-issued `rm` targets to the macOS Trash instead of deleting, with a shell-aware lexer covering compound and disguised commands; a switch in Settings → General turns it off.

0há 18 diasSegurança e permissõesMIT
G

dsh-shadow-auditor

goodandready/dsh-shadow-auditor

Background security auditor for DeepSeek Harness: scans agent outputs for secret leakage, checks command safety before execution, and surfaces findings in a persistent audit log.

0ontemSegurança e permissõesMIT
W

dsh-wsl

wode25500/dsh-wsl

WSL (Windows Subsystem for Linux) bridge for DeepSeek Harness: run Linux commands, manage distros, convert paths, and copy across the Windows/Linux boundary.

0mês passadoDesenvolvimento e ferramentas de pluginsMIT
A

dsh-qa-suite-N23

all3ncn/dsh-qa-suite-n23

Quality suite: background tsc --noEmit diagnostics fed back after the agent edits TypeScript, plus a /code-review command running five parallel review lenses with confidence scoring; absorbs dsh-code-check and dsh-command-code-review.

0há 20 diasDesenvolvimento e ferramentas de plugins
S

dsh-suite

stardustlc666/dsh-suite

All-in-one combo patch for STARDUSTLC's 18 DSH plugins: one command injects shared default configs across office, media, DevOps and notification presets; each component installs directly via a one-line add command (flat design, no git subdependencies).

0ontemFluxos e automaçãoMIT
E

dsh-init

evanfang0054/dsh-init

Claude Code style /init command and tool that writes a minimal CLAUDE.md and symlinks AGENTS.md to it.

0há 20 diasFluxos e automaçãoMIT
T

dsh-realtimeavatar

theinfluencecompany/dsh-realtimeavatar

Realtime Avatar (realtimeavatar.ai) for agents: the developer API key held by the harness credentials store, the public docs as five on-demand skills, rta_* tools over the public REST API (balance, avatars, clips, sessions, usage) with approval-gated credit spending, and a /rta command that walks a developer from no key to a live avatar call.

0há 17 diasFerramentas e funçõesMIT
B

dsh-bgjobs

bitsmug/dsh-bgjobs

Runs commands as background jobs that keep executing when DSH exits, with an optional sandbox to constrain file effects, plus a live web panel and offline CLI/GUI management. Windows only for now.

0há 8 diasFerramentas e funçõesMIT
B

dsh-codex-harness

bainianlaoyao/dsh-codex-harness

Codex-shaped coding tools and agent presets for GPT models on DeepSeek Harness: exec_command, write_stdin, apply_patch and view_image, plus OpenAI Chat Completions and Responses API routes, bridged to DSH-native plan, ask, approval and compaction. Long-running commands become DSH background jobs with bounded head/tail output readable through job_output, and each subagent type can be pinned to its own preset, provider, model and reasoning effort.

0ontemModelos e provedores
D

dsh-plugins (dsh-memory)

dennisrongo/dsh-plugins

A /remember command that writes facts into the AGENTS.md instruction hierarchy dsh already loads, plus a Memory tab showing which instructions the loader kept within its byte budget.

0há 4 diasMemóriaMIT
1

dsh-side-session

123dbl/dsh-side-session

Launches a fresh, continuable parallel session from the composer command menu (/side-chat) while the main session keeps running.

0há 18 diasSessões e mensagensMIT
Z

dsh-commandcode-usage

zouxiaoyang/dsh-commandcode-usage

CommandCode usage & balance panel for DeepSeek Harness: API usage, credit balance, 5-hour/weekly windows from the sidebar footer.

0há 14 diasUso e cobrançaMIT
V

dsh-tool-highlight

vollegrewar/dsh-tool-highlight

Layered syntax highlighting for bash/pwsh command and read code output in the DSH web GUI (VS Code Dark+ palette: keywords/strings/numbers/functions/comments each get a color); colors only what it recognizes, keeps tables/logs plain; pure frontend, zero token overhead.

0há 20 diasMelhorias de UIMIT
I

dsh-workspace-kit

ice5kysl/dsh-workspace-kit

Workspace-first enhanced sidebar for dsh Web that shadows the built-in workspace browser at low priority (one-click toggle back to the official one) and adds soft workspace archive/restore, per-workspace SVG icons and accent colors, drag reorder and title/path/session-content search, plus a ⌘K Spotlight palette fuzzy-searching workspaces and sessions; the host half ships read-only workspace_find/workspace_list model tools and /workspace-find /workspace-list slash commands. Bilingual zh/en.

0há 7 diasMelhorias de UIMIT
Y

dsh-cc-haha-dream

yihefeikong-rgb/dsh-cc-haha-dream

Background memory consolidation (auto dream) for DeepSeek Harness: periodically reviews recent sessions and existing memories to dedupe, refresh stale entries, remove contradictions and rebuild the MEMORY.md index, with hybrid/volume auto triggers, /dream command and a settings-panel config card.

0há 7 diasMemóriaMIT