개발 및 플러그인 도구
개발 및 플러그인 도구 플러그인은 DeepSeek-Harness(dsh) 자체와 그 플러그인 생태계의 빌드, 실행, 관리를 지원합니다. 플러그인 템플릿과 상태 점검 도구, 대체 배포판과 런타임, 세션 파일 및 Git 커밋 아이덴티티 문제에 대한 진단 도구, GitHub dsh-plugin 토픽을 기반으로 한 앱 내 플러그인 마켓플레이스, 활성화/비활성화와 메모 기능을 갖춘 Settings 탭 플러그인 관리자, 필요 기반 추천기와 시나리오별 레시피, 생태계 전반의 플러그인 감사를 찾을 수 있습니다.
플러그인 195개 찾음
dsh-eval-harness
biboyang/dsh-eval-harness
DSH 플러그인용 평가 harness입니다: YAML 케이스로 실제 헤드리스 에이전트 실행을 구동하고 도구 호출, 인자, 결과, 토큰 사용량을 검증하며 CI 회귀를 위한 베이스라인 게이트를 제공합니다.
Code2Skill
leechen298/code2skill
사용자 승인을 받은 소스 코드로부터 Functions, MCP 도구, 워크플로 Skills, 오프라인 테스트 패키지를 생성
dsh-skin-manager
xiaoyangcheng84-svg/dsh-skin-manager
Skin manager for the DSH web GUI: discovers installed skins and switches the active one from a dedicated Settings page, mutually exclusive, hot-reloaded without restart.
DSH-Plugin-Market
nanshan1995/dsh-plugin-market
Alternative plugin market for DSH: curated catalog plus live GitHub browsing, zh/en cross-language search, a fail-closed pre-install static security audit with an install-hook block, and per-plugin README viewing with garbled-encoding repair.
dsh-plugin-doctor
zoahdev/dsh-plugin-doctor
Health checks for DSH plugins: manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing + BOM detection, environment diagnostics, and poison preflight.
dsh-skill-manager
tuogusa/dsh-skill-manager
Browse, search, and delete user skills from the Web settings panel.
dsh-agent-skills
minivv/dsh-agent-skills
Browse, enable, disable, and manage Agent Skills from Claude Code, Codex, OpenCode, Gemini, and custom directories in the DSH settings panel.
dsh-continual-harness
jasen215/dsh-continual-harness
Continual self-refinement loop: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback through a model-callable harness_refine tool.
dsh-plugin-toggle
damonkoy/dsh-plugin-toggle
Settings -> Plugins switchboard: every loaded plugin card shows its package description and runtime phase, with fuzzy search and start/stop toggles that never rewrite config files.
dsh-web-restart
1123762794/dsh-web-restart
One-click restart button for the DSH Web UI: a sidebar footer button that restarts the dsh web process with a single click and persists across the restart it triggers.
dsh-observation-journal
cavan-ou/dsh-observation-journal
DSH용 무개입 런타임 텔레메트리: 모든 세션이 작업, 모델 등급, 도구, 실패, 소요 시간, 상태를 통계 섹션이 포함된 사람이 읽기 쉬운 저널에 자동 기록(순수 관찰자 — 도구 없음, LLM 호출 없음, 주입 없음)
dsh-restart
anweat/dsh-restart
DSH 재시작: 재시작 방식 설정 가능(Node 네이티브 / 레거시 PowerShell), 재시작 후 계속 진행 프롬프트, 선택적 워치독 자동 재실행
dsh-store
huguangyu666/dsh-store
플러그인 스토어: npm 공식 카탈로그 + awesome 큐레이션 목록(550개 이상 플러그인, 11개 카테고리), dsh 필드 품질 검증, 공식 `dsh plugin add/remove` 원클릭 설치, 사이드바 + 설정 진입점
dsh-testgen
bujue600-arch/dsh-testgen
자동 단위 테스트 생성 기능입니다: /testgen 명령과 generate_tests 도구가 테스트를 스캐폴딩·실행·수정하며 통과할 때까지 반복합니다(LLM + 오프라인 템플릿 생성기 사용; vitest/jest/mocha/node:test 지원).
dsh-boot-guard
saisenbox/dsh-boot-guard
로더에 독립적인 DSH Web 시작 복구 기능으로, 손상된 것으로 보이는 플러그인을 감지하여 일시적으로 건너뛰고 Boot Guard가 관리하는 변경 사항만 복원합니다.
dsh-workshop
loguhan/dsh-workshop
DSH Web UI용 Steam Workshop 스타일 플러그인 스토어입니다: 커뮤니티 플러그인을 탐색, 검색, 원클릭 설치할 수 있으며 미러 가속, 진행률 UI, 보안 검사, 중국어 설명을 제공합니다.
dsh-plugin-manager
nonentity303/dsh-plugin-manager
Plugin manager with a rescue center: grouped enable/disable by necessity, multi update sources (npm / dshfind market / GitHub), browser-first downloads with an auto-install folder, P2P fallback, pre-boot self-check and broken-bundle quarantine.
plugin-switch
cynch18/plugin-switch
Toggle switches for the plugin inventory: enable/disable any plugin live from Settings → Plugins → Plugin list without restarting, with groups/filters, bulk toggle, undo, and backup.
dsh-plugin-template
kun2-5code/dsh-plugin-template
A starter template for dsh plugins covering config, tools, events, services, hooks, browser UI slots, and slash commands.
deepseek-harness-forge-plugins (evidence-first)
jinguanghai/deepseek-harness-forge-plugins
Evidence-first guard: warns the agent when it claims success without a matching tool-execution record in recent context.
dsh-llm-inspector
cdxiaodong/dsh-llm-inspector
Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.
dsh-cc-ecosystem
bcy2020/dsh-cc-ecosystem
Load Claude Code assets into DSH at runtime — skills, slash commands, rules, permission rules (deny/ask/allow), subagents and hooks from .claude/ plus Claude Code plugins (plugin.json / marketplace / skills / agents / MCP), via a memory-IR parse layer that keeps .claude as the source of truth with no writes back. Six installable packages: loader, skills, permissions, agents, hooks, mcp.
dsh-output-styles
perrylink/dsh-output-styles
DeepSeek Harness용 Claude Code outputStyles에 준하는 런타임 출력 스타일 전환
dsh-backup
xiaoyuyu6420/dsh-backup
DSH 사용자 데이터의 원 명령 백업: /backup, 예약 자동 백업, sha256 체크섬 및 로테이션