플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 14개 찾음
dsh-chat-import
nwflower/dsh-chat-import
13종의 코딩 에이전트(Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode 등)에서 완전한 형태의 대화 기록을 가져와 재개 가능한 DeepSeek Harness 세션으로 만들고, Claude Code로 역으로 내보낼 수도 있습니다.
dsh-vision-proxy
flyvhidbwo/dsh-vision-proxy
DeepSeek 두뇌 + 자동 이미지 텍스트 변환: GUI에서 이미지를 첨부하면 텍스트 전용 DeepSeek에 전달되기 전에 OpenAI 호환 VLM이 각 이미지를 텍스트로 변환합니다 — 자체 키를 사용하는 키 기반 고속 경로(기본값 qwen3.7-flash; DashScope/Zhipu/OpenRouter 또는 OpenAI 호환 엔드포인트라면 모두 가능)나, 설정 없이 자동 감지되는 로컬 Ollama를 사용할 수 있습니다.
dsh-voice-input-plugin
zhangbo-cn/dsh-voice-input-plugin
Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop.
dsh-advisor
omdsh-dev/dsh-advisor
omp advisor 서브시스템을 포팅한 dsh 플러그인 번들입니다: 세션별 리뷰어 모델이 주 대화 기록을 관찰하며 심각도별(nit/concern/blocker) 조언을 주입합니다.
dsh-undo
linglambda/dsh-undo
DeepSeek Harness(dsh)의 사용자 측 실행 취소/다시 실행 기능입니다: /undo 명령으로 마지막 메시지 이전으로 대화 기록을 되돌리고 /redo로 복원할 수 있습니다.
dsh-bilibili
czx2244/dsh-bilibili
Bilibili 영상 분석 기능: 메타데이터, 자막(스크립트가 없으면 Bijian/sherpa-onnx/whisper.cpp로 ASR 대체), 댓글, 탄막, 선명한 키프레임을 제공하며 선택적으로 로컬 비전 설명도 지원합니다.
dsh-mic-input
qt-chen/dsh-mic-input
컴포저용 마이크 음성 입력: 브라우저 Web Speech API 실시간 전사, 중복 제거/자동 이어쓰기, 스마트 문장 부호, 언어 및 자동 전송 설정
dsh-voice
stardustlc666/dsh-voice
Voice pair: free edge-tts neural speech synthesis + OpenAI-compatible ASR transcription.
dsh-ds-attach
wqx-txdsyl/dsh-ds-attach
**DeepSeek Chat (chat.deepseek.com) same-style attachments**: paperclip upload button, 240×64 DS-style file cards with official colored doc icons (PDF/DOCX/XLSX/PPT/IMG extracted from the DS frontend bundle), drag-and-drop, text extraction (PDF/DOCX/XLSX/TXT) injected into the message, and real attachment cards rendered in the transcript (custom user renderer) with the model reading full content.
dsh-tool-vision
wanshichenguang/dsh-tool-vision
Adds an image_describe tool backed by the DashScope OpenAI-compatible vision API; on text-only sessions, pasted images are stored as local paths for the model and rendered inline in the chat transcript.
dsh-memory-porter
shiye-10pages/dsh-memory-porter
Brings your existing Claude / ChatGPT history into DSH: instant zero-token import of the memories.json inside a Claude export, local Claude Code transcripts with no export needed, and conversations distilled through the model you already configured in DSH. Every memory carries verbatim evidence checked against the source by code — a paraphrase is dropped and counted, and evidence found only in the assistant turns is always routed to review rather than stored.
dsh-office
fayelin12/dsh-office
Office workspace & session dashboard: a floating 6-column sprite panel visualizing workspaces, sessions, token usage and subagents.
dsh-gemini-multimodal
realalexandreai/dsh-gemini-multimodal
DeepSeek Harness plugin: multimodal tools (image/audio/video/document understanding, transcription, image generation) via Gemini API or the local Antigravity CLI.
dsh-single-instance-guard
tang-mm95/dsh-single-instance-guard
Aborts startup when another live dsh instance holds the same DSH_HOME data directory, preventing the concurrent session-log writes that corrupt transcripts.