プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
122 件のプラグインが見つかりました
dsh-agency-agents
michengai/dsh-agency-agents
Adds a summonable domain-expert roster that runs as subagents while the parent session keeps the task and final answer.
awesome-dsh-skills
hackerfish/awesome-dsh-skills
12 tested engineering skills (git commit, code review, test-first, plugin dev, debugging, changelog, PR review, task breakdown, and more): every SKILL.md passes a format validator aligned with the official skill rules plus an isolated load smoke test.
dsh-desktop-launcher
yvesgao/dsh-desktop-launcher
Create a one-click Windows desktop shortcut from the Settings page: a .cmd launcher + desktop icon for DeepSeek Harness or any local server, auto-opens the browser, with taskbar pin hints.
dsh-task-control
p2coder/dsh-task-control
Pause / resume / cancel the in-flight conversation task from the composer area: forced pause interrupts immediately and remembers the interrupted tool, safe pause lands after the tool or reasoning finishes, resume asks for confirmation, and the default pause granularity is configurable in the settings.
dsh-harness-mcp-server
chushixixin/dsh-harness-mcp-server
DeepSeek Harness のエージェント機能を MCP サーバーとして公開し、外部の MCP クライアント(例: Hermes)から Harness を操作してコーディングタスクを実行できるようにします。Hermes が頭脳、Harness が手足という構成です。
dsh-dashboard
uddoo/dsh-dashboard
DeepSeek Harness 向けの、Symphony 互換のマルチプロバイダータスクオーケストレーター兼ダッシュボード。
dsh-meta-orchestrator
jiruidai/dsh-meta-orchestrator
DeepSeek Harness 向けの、モデルネイティブなメタエージェントプラグイン。実行時にモデルが5つのエージェント型ワークフローパターン(プロンプトチェイニング、並列ワーカー、ルーター、スーパーバイザー、評価ループ)からタスク固有のワークフローを合成し、ツールとサブエージェントを協調させます。
dsh-turn-approval
arrow949/dsh-turn-approval
ターン単位の「このタスクでは許可」承認。一致する `danger-full-access` の昇格リクエストを現在のタスク限定で自動承認し、タスク終了後は失効します。
dsh-plugin-notify-sound
ldchaowin/dsh-plugin-notify-sound
ワークスペースごとの完了着信音に加え、承認・質問・プランレビュー・ゴールブロック・タスク失敗の各イベント向けの注意喚起サウンドを提供します。シンセ音、音声(TTS)、カスタム音声を内蔵。
dsh-specflow
lonelymoon87/dsh-specflow
仕様書、スキル、コマンド、ゴールに基づく実装、タスク進捗コンテキストを追加します。
dsh-plugin-automations
sev7een/dsh-plugin-automations
設定ベースのスケジュールタスク機能。指定時刻または DeepSeek のオフピーク時間帯に実行でき、単発/毎日のスケジュールを永続的なタスク状態で管理します。
dsh-memory-meow
phant0meow/dsh-memory-meow
プロジェクト単位のセッション間メモリ。最初のユーザーメッセージに PROJECT.md のスナップショットを注入し、memory_remember ツールと ReAct タスク後の自動振り返りを提供します。プロジェクトごとに独自のメモリファイルを保持します。
dsh-capability-index
777-zen/dsh-capability-index
Pre-flight plugin-library check for DSH agents: task-type requests trigger a Top-K hint of suitable plugins with use_when/not_for capability declarations, making plugin usage predictable instead of opportunistic.
dsh-notify-win
andyqwe44/dsh-notify-win
Native Windows toast + taskbar flash for task done / approval / ask_user_question; Win10/11, npm install `dsh plugin --profile web add dsh-notify-win`.
dsh-task-notify
v-reason/dsh-task-notify
DeepSeekHarness任务完成时进行消息推送提醒(微信+Windows通知)
dsh-local-ai
perrylink/dsh-local-ai
Local-model (Ollama) integration for DeepSeek Harness: discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama.
dsh-archived-tasks
zhaoyw220716-oss/dsh-archived-tasks
DSH web GUI plugin: an "Archived Tasks" settings page that lists archived sessions and supports restore or permanent delete
dsh-task-modes
graysilver/dsh-task-modes
Composable working, reasoning, and quality controls for DeepSeek Harness Web.
cronjob-dsh-plugin
peng-huiyang/cronjob-dsh-plugin
Machine-level cron jobs for DeepSeek Harness: configure scheduled tasks in the Web settings page; the host fires internally-driven agent requests into a dedicated session, hands-off.
dsh-progress-viz
2008924/dsh-progress-viz
Real-time stage, ETA & cost dashboard for headless dsh tasks: turns the black-box session event stream into a live multi-task grid (cordis plugin + standalone local dashboard, no API calls).
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-wxauto-plugin
br1nosense/dsh-wxauto-plugin
WeChat automation for DSH: push task progress to WeChat, listen for messages with keyword auto-reply, and a WeChat ↔ DSH two-way bridge controllable from the settings page, built on wxauto4.
dsh-git-worktree
wloops/dsh-git-worktree
Git worktree Session Targets with isolated task sessions, Ready for Review, reversible Local Preview, human-confirmed delivery, environment retention and recovery, and same-session iteration.
worktree-mgr
johnxu22786/worktree-mgr
Per-task isolated git worktrees with a full create/sync/finish lifecycle: task names auto-derive branches, merge targets are double-checked, and batch cleanup is built in — zero manual git operations.