본문으로 건너뛰기

플러그인

DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.

플러그인 95개 찾음

Y

dsh-icon-theme

yzke/dsh-icon-theme

오프라인 SVG 팩과 원본 아이콘 보존 기능을 갖춘 DSH Settings 및 사이드바 작업용 자동화 및 사용자 맞춤형 Fluent 스타일 아이콘.

227일 전테마 및 외관MIT
W

dsh-plugin-hub (dsh-skill-explorer)

wingsky-1/dsh-plugin-hub

DSH 웹 GUI의 스킬 센터: 로드된 스킬을 소스별(system / project / user / custom / runtime)로 그룹 표시하고 생성, 활성화/비활성화, 삭제(.trash로 이동)를 제공합니다.

2지난달개발 및 플러그인 도구MIT
P

dsh-actions

pure-craft/dsh-actions

Deterministic project actions shared by people and agents: one layered actions.json (global/workspace/session) served as a right-sidebar run panel and six agent tools, with parameter inputs, approval gates (never/agent/always) and `@actions:` references.

1어제워크플로 및 자동화MIT
G

dsh-bigfish

gosomea/dsh-bigfish

Animated DSH Web pet with model-adaptive output pacing, tool-state reactions, replaceable character packs, and a bundled skill for creating or extending pet animations.

18일 전재미로 즐기기
J

dsh-simulated-life

john-walks-slow/dsh-simulated-life

Simulated life context for DeepSeek Harness: every turn injects the past 24h of simulated life events from the workspace .life/ directory (sliding-window filter, session-level deduplication with delta updates, world summary) as a collapsed context notice, and the life_react tool lets the agent record feelings, thoughts and actions back into its life log for the next round of world evolution — turning a DSH agent into a roleplay character with a persistent daily life.

1그저께메모리MIT
J

dsh-tool-lsp

jaylor-wang/dsh-tool-lsp

LSP action surface for DeepSeek Harness providing diagnostics, formatting, rename, code actions, and symbols over real language servers.

115시간 전도구 및 기능MIT
L

fitmeet-dsh-plugin

liudejua27-blip/fitmeet-dsh-plugin

Connects DeepSeek Harness to FitMeet through per-user OAuth with 17 tools for people search, gatherings, notifications, personal items, connection feedback, Hall publishing, and direct messages, with preview-and-confirm guards for write actions.

16일 전도구 및 기능MIT
1

dsh-wsl-github

173787247/dsh-wsl-github

Uses a GitHub App to report open PRs and the latest Actions run for the current repo without returning secrets.

1그저께Git 및 코드 리뷰MIT
Y

dsh-mobile-ui

yuanzhenqi/dsh-mobile-ui

Phone-first drawer shell for DSH Web. Collapses the session list into a tap-to-open drawer, keeps header plugin actions, and turns Settings into a full-width sheet.

125일 전UI 확장MIT
L

dsh-model-visibility

lzh3070/dsh-model-visibility

Model visibility manager for DeepSeek Harness: hide or show any model in the conversation model selector from a dedicated settings page. Per-model switches, search, provider-level batch actions, reset-all. Zero intrusion - writes only its own hidden list, never the provider config; hiding a model in use never interrupts a running session.

115일 전사용량 및 결제MIT
J

ci-runner

johnxu22786/ci-runner

Triggers GitHub Actions workflows and local test pipelines, streams their logs back, and on failure hands the log tail to the agent for diagnosis.

1지난달도구 및 기능MIT
A

dsh-Almost_Full_Access

alnita-m/dsh-almost_full_access

Permission mode between workspace-write and full access: shell commands are checked by deterministic rules and a subagent review; irreversible or system-level actions require explicit approval.

117일 전보안 및 권한MIT
X

dsh-ci

xxiaoxiong/dsh-ci

Provider-neutral CI/CD capability for DeepSeek Harness with GitHub Actions support, bounded failure evidence, source-aware diagnostics, and approval-gated rerun/cancel controls.

1지난달워크플로 및 자동화MIT
N

dsh-power-button

neptune810/dsh-power-button

Adds a draggable power pill to the DeepSeek Harness Web GUI: a live status dot plus restart and stop actions, where restart is handed to a detached helper that resumes the same boot invocation once the port is released.

04일 전UI 확장MIT
N

dsh-gme-test-generator

nuaaweixinye/dsh-gme-test-generator

Drives the GME Test Agent from inside Harness: three tools list interface catalogs, start and repair autonomous test generation in a local Python backend, poll the task until review, and keep PR, skip and cleanup actions behind explicit user consent.

08일 전워크플로 및 자동화MIT
B

dsh-zcode-git

bowluna/dsh-zcode-git

Structured git tools for DeepSeek Harness agents: status, diff, log, branch, commit and stash. Output is pinned with ten `git -c` overrides so a user pager, colour or quotepath setting cannot reshape what the agent reads; every invocation is an argv array, so no shell ever parses an argument; and the mutating actions go through the harness approval service, refusing rather than proceeding when no approval service is mounted.

03일 전Git 및 코드 리뷰MIT
J

dsh-im-humanize

john-walks-slow/dsh-im-humanize

Humanized fork of @xmanrui/dsh-im (base 4.21.2): humanized message delivery with send-delay and typing two-phase, message_break + streaming coexistence, status reactions, reply quotes, per-bot humanize overrides, and a no_reply reclaim tool — across WeChat, Feishu, DingTalk, WeCom, QQ, Telegram, Slack and WhatsApp channels.

03일 전통합 및 원격MIT
S

dsh-auto-pass

sujingkpo/dsh-auto-pass

A continuation of simon300000/dsh-auto: the Auto Approve permission preset for the DSH Web UI reviews each approval with one single-shot model call instead of a reviewer subagent, auto-approves only the actions that pass and hands the rest to human approval, and remembers confirmed decisions as project- and global-scope allow/deny lists, with an approval timeline in the right sidebar.

07일 전보안 및 권한MIT
W

dsh-port-manager

wyzh0117/dsh-port-manager

Native DSH right-sidebar tab that lists the ports this machine is listening on together with the process behind each one, and offers per-port actions to open it, copy its address, reveal its working directory or end the process.

011일 전개발 및 플러그인 도구MIT
S

dsh-mac-cua

saunato/dsh-mac-cua

Computer Use for macOS desktop applications: reads any app's accessibility tree as text with element indices, then clicks, types, pastes, scrolls, drags, selects text and sets values through it, plus screenshots read back as images. Driven by a persistent JavaScript REPL — the agent gets two tools (`js`, `js_reset`) and calls an `sky` API inside them, so state survives between calls and the tool schema stays fixed as capabilities grow. Accessibility trees come back as diffs after the first read; actions address elements by index and indices from a stale read are refused rather than misapplied; typing waits for keyboard focus and reads the field back; paste restores the clipboard. Requires macOS 14.4+, Accessibility permission (Screen Recording only for screenshots) and Node 20+; ships a prebuilt native module, so nothing compiles at install time.

011일 전도구 및 기능MIT
Z

dsh-composer-keys

zlqd123/dsh-composer-keys

Composer key remap for the DeepSeek Harness web UI: bind Enter, Ctrl/Cmd+Enter, Shift+Enter or any custom chord to the Send, Newline or Interrupt actions, with cross-action migration, durable persistence and native behavior preserved by default.

0그저께UI 확장MIT
M

dsh-plugin (dsh-think-expand)

mzzsfy/dsh-plugin

Auto-expands streaming thinking: always keeps the latest thinking block expanded, manual actions take priority, only the last block expands when opening a session, and nothing remains after uninstall.

0어제UI 확장MIT
D

dsh-session-actions

duanyunlun/dsh-session-actions

Sidebar conversation actions: open the row menu on right-click, rename by double-click, copy the session id, and delete a conversation together with its storage after a confirmation.

010일 전UI 확장MIT
X

dsh-Kinich-theme

xian-jl/dsh-kinich-theme

Kinich and Ajaw theme for DeepSeek Harness Web with three visual styles, session-state feedback, companion interactions, and configurable ambient effects.

019시간 전테마 및 외관