プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
108 件のプラグインが見つかりました
dsh_upload_file
jarszmlovesai/dsh_upload_file
DeepSeek Harness(DSH) web plugin: paste files into the composer, inbox storage, thumbnails. Text via read_inbox; image understanding needs your vision skill (bundled image-reader + ARK_API_KEY).
dsh-vision
314857493/dsh-vision
DeepSeek Harness plugin: a `deepseek-vision` route that declares image input and transcribes pasted images via the free Zhipu GLM vision models before delegating to the DeepSeek adapter.
dsh-image-pathify
dami9527/dsh-image-pathify
DeepSeek Harness plugin: let text-only models receive pasted images, and analyze them with a built-in OpenAI-compatible vision tool
dsh-code-security
stardustlc666/dsh-code-security
Deterministic code security review: 40+ rules, secret entropy detection, staged-diff review, SARIF export, baseline acceptance and SBOM-lite dependency inventory.
dsh-security-guard
bigclawd/dsh-security-guard
Static and runtime security guard for dsh: rule-based scans for malicious code, prompt injection and token waste, runtime interception of dangerous tool calls, /scan command, plugin_scan tool, web panel, and allowlist.
dsh-notifier
yzz-s/dsh-notifier
System-native notifications when a task finishes or needs your confirmation: Windows toast, macOS osascript, and Linux notify-send.
dsh-notify
aokamoaki/dsh-notify
Conversation-completion notifications for DeepSeek Harness: Windows toast + sound on turn done / error / goal, plus ask & approval alerts - background-only, with a volume-adjustable bell in the conversation header.
agent-loop-workflow
lesliewylie/agent-loop-workflow
A project-agnostic multi-agent collaboration protocol for the DeepSeek Harness: loop guards that stop runaway agent loops, a six-field handoff format, risk-tiered review routing, and a fixed verify→commit→push→review→close sequence. One skill instead of the same rules copy-pasted into every agent's instructions.
dsh-image-vision
xsoc1/dsh-image-vision
Chat image-attachment bridge with a `view_image` tool for any OpenAI-compatible VLM (local Ollama or cloud): pasted/dropped images become `view_image` path markers before reaching text-only DeepSeek models.
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-mindseye
kanchengw/dsh-mindseye
Vision plugin for text-only DeepSeek Harness models: native image paste, layered evidence memory and cache, and intent-driven tool selection.
dsh-tool-vision
gloryxpnv/dsh-tool-vision
Local-first structured vision for text-only agents: images go to a local OpenAI-compatible VLM and come back as JSON evidence (summary, verbatim OCR, layout regions, entities/relations, colors, explicit uncertainty), with anti-hallucination fallback and an optional paste/upload bridge; zero cloud cost, images never leave the machine.
dsh-vision (vision-route)
314857493/dsh-vision
Registers a `deepseek-vision` provider route: the Web GUI accepts pasted images and transcribes them to text via the free Zhipu GLM vision API before delegating to the DeepSeek adapter.
dsh-plugins (dsh-web-search-metaso)
tzhr-invest/dsh-plugins
Metaso (秘塔AI搜索) search & reader providers for the web seam: web_search returns page summaries, web_fetch reads full-page markdown, multi-scope search (webpage/document/paper/image/video/podcast).
dsh-tool-bandit-search
siruignaw-sys/dsh-tool-bandit-search
A `search` tool that learns to pick between fast and thorough search strategies using a contextual bandit (Thompson sampling), improving from real usage instead of a fixed heuristic.
dsh-edit-approval
sirilee/dsh-edit-approval
Per-edit approval for write/edit/str_replace_editor: shows a red/green line diff before the file is touched and asks approve once or reject, with a master switch in Settings.
dsh-recall
relistencode/dsh-recall
Conversation history recall for DSH: three-layer (literal/fuzzy/semantic) retrieval over every past session's original text, fully local & offline — AI never forgets what you told it. One-command install via `dsh.bundle.patch`, semantic layer runs in a worker thread.
dsh-coding-subscription-oauth
lninghaha/dsh-coding-subscription-oauth
Coding-subscription OAuth for SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code and Claude Code, plus an opt-in loopback OpenAI/Anthropic gateway: local login without pasting tokens, AUTH refresh-and-retry, grok-4.6 xhigh, and API-key route coexistence.
dsh-deepseek-usage
yyb16yyb-hub/dsh-deepseek-usage
Real-time DeepSeek API usage: account balance with low-balance alerts (browser notification on threshold crossing), token & request stats (total/today/last-60s windows, per-model and per-session), estimated cost — a composer dock plus a settings-page usage panel.
dsh-crw
us/dsh-crw
fastCRW を基盤とした、DeepSeek Harness(ctx.web)向けの Web 検索・取得プロバイダー。
dsh-plugin-notify
pasumao/dsh-plugin-notify
DeepSeek Harness(dsh)向けの Windows 通知プラグイン。エージェントの実行が停止した際(完了/中断/エラー/選択待ち/セッション終了)にネイティブトースト通知を表示し、システムトレイアイコンも備えます。純粋なホスト側実装で、依存関係もビルドも不要です。
dsh-sight
fu3rte/dsh-sight
テキスト専用の DeepSeek Harness(dsh)モデルにビジョン機能をプラグインとして追加します。低価格/無料の VLM プリセットを内蔵した `vision` ツール、複数画像の一括解析、貼り付けによる画像入力、ホットリロード対応の Web 設定ページを提供します。
dsh-plugin-approval-alert
doncelee229-cmyk/dsh-plugin-approval-alert
承認および質問/プランのプロンプトに対するネイティブ OS 通知。トーストにワークスペース名を表示し、クリックでそこにジャンプ、中国語(簡体/繁体)/英語のバイリンガル対応、チャイム音付き。
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
harness 自身の `sessionQuery` サービスを通じて、過去・現在のセッションを検索・一覧表示・閲覧できます。有効な環境では SQLite FTS5 インデックスを使用し、そうでない場合は範囲を限定した新しい順のスキャンにフォールバックします。