본문으로 건너뛰기

플러그인

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

플러그인 145개 찾음

A

dsh-github-router

angeloszou/dsh-github-router

에이전트를 위한 읽기 전용 GitHub 액세스로, 여러 도구를 감쌉니다. 도구 내부에서 로컬에서 작동하는 GitHub 액세스 방식을 자동으로 탐지하여 선택하고 네트워크 프록시도 자체적으로 시도합니다. 이로 인해 에이전트가 GitHub에 액세스할 때 마주치는 네트워크 및 파싱 문제와 다양한 접근 방식을 반복적으로 시도하는 오버헤드가 줄어듭니다.

213일 전Git 및 코드 리뷰MIT
T

dsh-astock-research

tiantianlaolao/dsh-astock-research

중국 A주 주식 리서치: 종목 코드 검색, 모든 날짜 범위의 공시, 재무 보고서 카드, 밸류에이션 프로필 및 신호 요인 설명(2011년 이후 약 5,000개 종목, 공개 읽기 전용 데이터 서비스)을 제공하며, 외부 모의거래 제품으로 연결하는 도구도 포함합니다.

2지난달도구 및 기능MIT
K

dsh-trading-toolkit

kentleenot/dsh-trading-toolkit

DSH 에이전트용 A주 및 미국 주식 거래 도구 모음: EastMoney를 통한 실시간 시세, OHLCV 캔들, ADX 3상태 레짐 신호 및 간단한 백테스트 미리보기를 제공합니다. 읽기 전용이며 주문을 실행하지 않습니다.

223일 전도구 및 기능MIT
L

dsh-weekly-digest

lucky8197/dsh-weekly-digest

주간 다이제스트 생성기: git 커밋, DSH 세션 활동 및 일일 메모리 항목을 집계하여 Markdown 주간 보고서를 생성합니다. 읽기 전용입니다.

2지난달개발 및 플러그인 도구BSD-3-Clause
A

dsh-skill-manager

aks1st/dsh-skill-manager

DSH 설정 패널의 Skill Manager 페이지: 시스템 / 사용자 / 워크스페이스 / 프리셋 스킬을 탐색하고, 스킬을 확장해 파일 트리를 보며, 파일을 보고 편집하고, zip에서 스킬을 가져오고 내보내거나 삭제할 수 있습니다(시스템 스킬은 읽기 전용).

213일 전개발 및 플러그인 도구MIT
W

dsh-git-graph

whiteplusms/dsh-git-graph

Chat 및 Trajectory 옆에 제공되는 전용 읽기 전용 Git Graph 보기: 커밋 토폴로지, 로컬/원격/태그 ref, HEAD 및 작업 트리 상태, 검색, 필터링, first-parent 모드, 새로고침, 더 불러오기를 지원합니다.

2지난달Git 및 코드 리뷰MIT
L

dsh-git-hygiene

lucky8197/dsh-git-hygiene

Git 위생 검사기: 병합되었거나 오래된 브랜치, 지나치게 큰 추적 파일, 추적되지 않은 파일 및 커밋되지 않은 작업을 읽기 전용으로 검사하고 정리 제안을 제공합니다(어떤 것도 삭제하지 않습니다).

2지난달Git 및 코드 리뷰BSD-3-Clause
G

dsh-repo-setup

gongyijie85/dsh-repo-setup

읽기 전용 repo 초기화 스캐너(repo_setup_scan 도구): stack/테스트/문서/git/db를 감지하고 권장 플러그인, MCP 서버, 정리 파일을 제안합니다.

210일 전도구 및 기능MIT
Z

dsh-share

zljr/dsh-share

현재 세션을 LAN에서 세션 통계와 Markdown 렌더링이 포함된 읽기 전용, 토큰 보호 HTML 스냅샷으로 공유합니다.

2지난달세션 및 메시지MIT
L

dsh-ops-kit

lesliewylie/dsh-ops-kit

증거 우선 운영 키트입니다: 6가지 읽기 전용 도구(기능 카탈로그, 단계별 워크플로 계획, 패키징된 스킬 리더, 범위 제한 로컬 메모리 검색, 저장소 릴리스 감사, 릴리스 체크리스트)와 5가지 패키징된 스킬을 제공하며, 계획과 감사만 수행하고 원격 쓰기는 하지 않습니다.

2지난달워크플로 및 자동화MIT
L

dsh-composition-doctor

lemonxiny55/dsh-composition-doctor

Read-only DSH/Cordis composition doctor for plugin conflicts and upgrade rehearsal: scan profile manifests and patches, find duplicate rows, hook-order and UI ownership conflicts, compare redacted snapshots, diff plugin/row/hook changes, and preflight target DSH releases with explicit evidence boundaries — without mutating a real profile.

13일 전개발 및 플러그인 도구MIT
T

dsh-trilogy

todayjin/dsh-trilogy

Per-project memory for DeepSeek Harness. Three Markdown files per workspace — PROJECT.md, DECISIONS.md and SESSIONS.md — are auto-created on the first step of any session in that workspace, re-read from disk and re-injected only when they change (and re-injected if compaction dropped them), and written back by classification through a memory_checkpoint tool, with a bounded end-of-turn nudge when a turn did work but recorded nothing. memory_read and memory_search read the live log and the archive, the latter over a zero-dependency BM25 index. The session log is capped at 200 entries with the overflow moved to SESSIONS-archive.md — never injected, but visible, readable and searchable, and restorable one entry at a time. Settings page: a workspace list with a path filter, read-only tabs for the three memory files plus the archive, reload, export/import of one workspace's memory as a JSON bundle, a two-step clear, a panel that rewrites or removes the AGENTS.md instruction block, and a PROJECT.md staleness reminder. A composer status chip shows that workspace's sync state and creates the files on click. Zero dependencies — no vector store, no embeddings, and no model calls.

13일 전메모리MIT
I

dsh-update-status

idoall/dsh-update-status

Read-only DeepSeek Harness Web sidebar version chip that shows the running DSH version, npm latest/next/alpha channels, compatibility labels, and a copy-only upgrade command.

13일 전UI 확장MIT
W

dsh-webdav-server

weibaohui/dsh-webdav-server

WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page.

16일 전도구 및 기능MIT
S

dsh-reading-pad

shengyvself/dsh-reading-pad

Immersive read-only reading panel for DSH — the model delivers pre-formatted Markdown to a native right-sidebar tab via `reading_pad_send`, with three low-blue-light themes and 30em measure typography; also browse manuscript chapters read-only.

1그저께UI 확장Apache-2.0
W

dsh-process

weibaohui/dsh-process

Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI — browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage.

16일 전워크플로 및 자동화MIT
D

dsh-perm-gate

drscrewdriver/dsh-perm-gate

P0–P4 deterministic-first permission gate with permissive tier, learning sedimentation and approval-history UI; hard-deny credentials and protected paths, auto-allow internal read-only tools.

112시간 전보안 및 권한MIT
G

dsh-deskwork (senguo-query)

guomonth/dsh-deskwork

Native Skill and read-only category query tool for Senguo wholesale PC pages; requires the DSH Deskwork task browser bridge and a user login.

1그저께도구 및 기능MIT
1

dsh-wsl-wslconfig

173787247/dsh-wsl-wslconfig

Gives read-only advice for Windows .wslconfig memory and mirrored networking.

15일 전개발 및 플러그인 도구MIT
W

dsh-lan-share

wode25500/dsh-lan-share

Share the DSH workspace over the local network: phones, tablets and other computers browse, download and upload files via browser with no DSH login. Token gate, path boundary, read-only mode and rate limit. Zero-dependency (node:http).

126일 전도구 및 기능MIT
M

dsh-ma-plugins (dsh-oracle)

margbug01/dsh-ma-plugins

Strongly read-only, secret-aware Oracle second-opinion subagent.

1지난달도구 및 기능MIT
R

dsh-cad

roymina/dsh-cad

Read-only CAD tools that inspect, extract and export DWG/DXF drawings, including SVG and PNG previews and DXF conversion.

125일 전도구 및 기능MIT
A

dsh-ca-ref

ansonfishing/dsh-ca-ref

Clean Architecture reference library for DSH: 8 pinned reference repos (Go, Java, C#, Python) indexed into a local FTS5 database, with assertion rules, a review ledger, and a read-only observation panel.

123일 전도구 및 기능MIT
M

dsh-github

moxingovo/dsh-github

DeepSeek Harness plugin: GitHub repository/issue search, repo and issue details, and file reading tools (github_search / github_get). Anonymous by default; an optional read-only fine-grained token unlocks code search and raises the rate limit.

127일 전Git 및 코드 리뷰MIT