플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 1901개 찾음
dsh-routines
jesse-njx/dsh-routines
cron 기반 예약 에이전트: 정해진 일정에 프롬프트를 실행하고 이미 사용 중인 곳에서 요약을 받아보며, 중복 실행/누락/타임아웃에 대한 기본 안전장치 포함
dsh-fleet-audit
lesliewylie/dsh-fleet-audit
읽기 전용 에이전트 플릿 자격 증명 위생 감사: 자격 증명 파일 권한, git 원격에 포함된 자격 증명(출력에서 마스킹), 프로바이더 토큰 리터럴 개수; 의존성 없음, 결정적 동작
dsh-video-downloader
zimai233/dsh-video-downloader
Bilibili/YouTube/Douyin/샤오홍슈에서 미디어를 감지하고 다운로드, 화질 및 포맷 분석 포함
dsh-figma-to-lottie
zimai233/dsh-figma-to-lottie
SVG 패스와 키프레임 명세를 자체 완결형 Lottie JSON 애니메이션 파일로 컴파일
dsh-voice
jesse-njx/dsh-voice
음성으로 입력하고 음성으로 답변 받기: 받아쓰기 음성이 사용자 메시지로 변환(transcribe)되고, 에이전트가 답변을 소리 내어 읽어줌(speak), ~/.dsh/voice 아래 로컬 우선 저장
dsh-apple-mode
jihongboo/dsh-apple-mode
DSH용 Xcode AI 통합: Xcode MCP 도구 26개(mcpbridge) + Apple 플랫폼 스킬 + Xcode Intelligence 스타일 페르소나(에이전트 프리셋 또는 전역 번들)
dsh-memory
flymysql/dsh-memory
세션 간 메모리 보관소: remember / recall / forget 도구, 턴별 프롬프트 주입, 설정 페이지 항목 브라우저 제공
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
하네스 자체의 `sessionQuery` 서비스를 통해 과거 및 현재 세션을 검색, 나열, 읽기: 배포 환경이 지원하면 SQLite FTS5 인덱스를 사용하고, 지원하지 않으면 최신순 제한 스캔으로 폴백
dsh-cost-meter
sttrevens/dsh-cost-meter
Web UI의 턴별 USD 비용 배지: 헤더에 세션 총액, 각 메시지 하단에 턴별 비용 표시, 호버 시 상세 내역 제공
dsh-file-uploads
l541402398/dsh-file-uploads
Web 컴포저에서 임의의 로컬 파일 업로드, 대기 중 카드 표시, 설정에서 저장된 파일 관리
codegraph
johnxu22786/codegraph
Code knowledge graph for dsh: indexes symbols, call sites and imports into SQLite and answers call/dependency questions via CLI or stdio MCP tool server.
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
dsh-url-tools
zhijiangtang/dsh-url-tools
URL parsing, tracking-parameter removal, encode/decode, and redirect expansion.
dsh-pkg-info
zhijiangtang/dsh-pkg-info
Queries npm/PyPI package metadata (version, license, dependencies).
dsh-password
zhijiangtang/dsh-password
Generates strong random passwords and diceware passphrases via crypto.
dsh-jwt
zhijiangtang/dsh-jwt
Decodes a JWT for debugging without verifying its signature, and flags expiry.
dsh-http
zhijiangtang/dsh-http
Structured HTTP request tool: returns status, duration, and size, with basic/bearer auth helpers.
dsh-handoff
zhijiangtang/dsh-handoff
Exports the current session as a deterministic Markdown handoff document.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-fetch-file
zhijiangtang/dsh-fetch-file
Downloads a URL into the workspace as a file, with a path fence, streaming, and a 200 MB cap.
dsh-dead-links
zhijiangtang/dsh-dead-links
Scans Markdown files for dead http(s) links.
dsh-cron-parse
zhijiangtang/dsh-cron-parse
Parses cron expressions into human-readable text and previews upcoming run times.
dsh-clipboard
zhijiangtang/dsh-clipboard
Writes text to the system clipboard, cross-platform (macOS/Windows/Linux).
dsh-case
zhijiangtang/dsh-case
Name-case conversion across 8 styles: camel, snake, kebab, Pascal, and more.