メインコンテンツへスキップ

プラグイン

DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。

1107 件のプラグインが見つかりました

J

dsh-meta-orchestrator

jiruidai/dsh-meta-orchestrator

DeepSeek Harness 向けの、モデルネイティブなメタエージェントプラグイン。実行時にモデルが5つのエージェント型ワークフローパターン(プロンプトチェイニング、並列ワーカー、ルーター、スーパーバイザー、評価ループ)からタスク固有のワークフローを合成し、ツールとサブエージェントを協調させます。

2先月ワークフローと自動化MIT
Y

dsh-cost-tracker

yflmq001/dsh-cost-tracker

モデルごとのトークンコストを追跡します。キャッシュヒット/ミス、出力、ピーク時間帯の料金を設定可能で、リアルタイムのセッションコストバーと未設定モデルの警告表示に対応します。

227 日前使用量と課金MIT
T

dsh-plugin-hooks

truelove-dreamer/dsh-plugin-hooks

Claude Code 風のライフサイクルフック。設定したシェルコマンドが、モデルのツール呼び出しの前後に stdin 経由の JSON ペイロード付きで実行されます。pre-tool フックが非ゼロで終了すると、その呼び出しはブロックされます。

2先月ワークフローと自動化
T

dsh-plugin-git-workflow

truelove-dreamer/dsh-plugin-git-workflow

モデル向けのファーストクラスな Git ツール。status / diff / log / commit / branch を、メッセージとパスの検証付きで提供し、生のシェルによる git 呼び出しは行いません。

2先月Git とコードレビュー
L

dsh-subagent-tools

lynx-gt/dsh-subagent-tools

サブエージェントへの委任時に、呼び出しごとにモデル・プロバイダー・ペルソナ・toolFilter を上書きできます。@preset: 参照と provider/model の複合 ID に対応。

2先月ワークフローと自動化MIT
X

dsh-vision-bridge

ximengxiaolan/dsh-vision-bridge

コンポーザーに添付された画像は、テキスト専用の DeepSeek モデルに渡る前に、OpenAI 互換のビジョンモデルによってテキストに変換されます。

2先月ビジョン、音声とマルチモーダルMIT
G

dsh-memory-gate

git121995/dsh-memory-gate

CBDC 権限ゲーティング付きの、範囲を限定したローカルメモリ。SQLite + FTS5 によるクレーム管理、説明可能な use/verify/ignore 判定によるスコープ付き想起と完全な監査ログ、/memory コマンド、1回あたり最大3クレーム/1200文字の注入に対応し、追加のモデル呼び出しは不要です。

212 日前メモリMIT
G

dsh-bigfish

gosomea/dsh-bigfish

Animated DSH Web pet with model-adaptive output pacing, tool-state reactions, replaceable character packs, and a bundled skill for creating or extending pet animations.

14 日前スキル
A

dsh-memory-lite

alanzhao0128/dsh-memory-lite

Lightweight zero-dependency memory plugin for DeepSeek Harness: Markdown-file memory store, L0 catalog injection, and 5 model-facing tools.

1一昨日メモリMIT
L

dsh-group-chat

localsummer/dsh-group-chat

DSH 模型群聊:多模型角色群组对话面板。角色绑定不同 provider/model,群内共享对话记录;设置页支持启用/停用。

1一昨日ワークフローと自動化MIT
S

dsh-prompt-only-forge

shengyvself/dsh-prompt-only-forge

Prompt-polish template injector for DSH: click ✨ in the composer to inject a "polish my prompt" template (current draft auto-embedded), no send, no network, no model — the main agent rewrites with full context. Replaces narrative-prompt-polish (2026-09-14 migration).

13 日前ツールと機能MIT
Z

dsh-compact-agents

zhuto666/dsh-compact-agents

Model-callable compact_agents tool that force-compacts context in every live session (main session, ordinary sub-agents and AgentTeams members alike), queues busy targets and compacts them when the turn ends, reports the shadowed node count and estimated tokens per target, and ships a browser form for the trigger ratio, retained ratio, controlled-phase output budget, auto-continue budget and an end-of-turn pre-compaction ratio that compacts near the trigger line once a turn ends, so a reply no longer opens with a wait for the summarizer.

1一昨日セッションとメッセージApache-2.0
M

dsh-answer-highlighter

matcha-eason/dsh-answer-highlighter

Automatically highlights key points, definitions, warnings, and questions in completed assistant answers using one separate model call.

1一昨日UI拡張MIT
E

dsh-cot-en2cn

eyeing0721/dsh-cot-en2cn

Shows a Chinese translation under each English thinking block in the DSH web chat, without modifying the session transcript; per-chunk caching, a configurable translation model, and a settings panel.

13 日前UI拡張MIT
B

dsh-custom-mode

bowluna/dsh-custom-mode

Custom modes and custom prompts for DeepSeek Harness (dsh): edit a mode's system prompt on the settings page (it takes effect on the next model step), choose its base mode, switch plugins row by row, and keep several assistants side by side.

1一昨日開発とプラグインツールMIT
W

dsh-multi-tts

wyr-233/dsh-multi-tts

Per-reply read-aloud with a multi-provider settings page — MiniMax or any OpenAI-compatible /audio/speech endpoint, with voice, emotion, speed and model selection plus an auto-read toggle.

111 日前ビジョン、音声とマルチモーダル
T

dsh-trilogy

todayjin/dsh-trilogy

Per-project memory for DeepSeek Harness. Three Markdown files per workspace — PROJECT.md, DECISIONS.md and SESSIONS.md — are auto-created on the first step of any session in that workspace, re-read from disk and re-injected only when they change (and re-injected if compaction dropped them), and written back by classification through a memory_checkpoint tool, with a bounded end-of-turn nudge when a turn did work but recorded nothing. memory_read and memory_search read the live log and the archive, the latter over a zero-dependency BM25 index. The session log is capped at 200 entries with the overflow moved to SESSIONS-archive.md — never injected, but visible, readable and searchable, and restorable one entry at a time. Settings page: a workspace list with a path filter, read-only tabs for the three memory files plus the archive, reload, export/import of one workspace's memory as a JSON bundle, a two-step clear, a panel that rewrites or removes the AGENTS.md instruction block, and a PROJECT.md staleness reminder. A composer status chip shows that workspace's sync state and creates the files on click. Zero dependencies — no vector store, no embeddings, and no model calls.

14 日前メモリMIT
D

dsh-prime-memory

drscrewdriver/dsh-prime-memory

Layered memory for DSH whose agent-facing surface is 10 tools: high-privilege writes (memory_add, memory_delete, memory_import), rumination controls (memory_ruminate, _cancel, _status), and a memory graph (memory_search_graph, memory_expand_graph_node), built over an L0-L3 distillation pipeline that recalls and injects relevant memories before each model step.

1昨日メモリMIT
D

dsh-context-compression-improved

drscrewdriver/dsh-context-compression-improved

Same-origin in mechanism with the two loudest lines in context compression. The code-skeleton gate follows the skeletonization approach of Headroom (Apache-2.0), whose published headline is 20% fewer tokens for coding agents and 60–95% fewer tokens for JSON, same answers. The estimator channel follows TokenPilot (arXiv:2606.17016), which reports up to 60% lower cost for long-session agents. Both figures are theirs, quoted as-is; this plugin ships no benchmark of its own and claims no reduction of its own. What it adds for DeepSeek Harness: choose a compression profile, set the Auto Compact trigger level and toggle code-skeleton compression from one settings section, with exact DeepSeek V4 tokenizer measurement, same-revision count verification, and fail-open behaviour that keeps the original tool results on unsupported models.

1昨日セッションとメッセージMIT
C

dsh-effort-slider

croissantts/dsh-effort-slider

Reasoning effort slider for DeepSeek Harness — a client (web) bundle that injects a per-session slider into the conversation input, shown when the selected model declares reasoning effort levels. Works with any provider that has reasoning efforts (Bailian

16 日前UI拡張MIT
Y

dsh-anchor

yeastcloud/dsh-anchor

Session instruction anchor for DeepSeek Harness: the first step of a new session injects a freely composed instruction block as a plugin-sourced message, and it is re-anchored after a summarizing compaction, every N turns, or when metered context pressure crosses a threshold. An /anchor command re-anchors on demand without a model call; a settings page manages the paged preset library, injection order, re-anchor source and character limits.

17 日前セッションとメッセージ
C

dsh-cad-viewer

cmoyuer/dsh-cad-viewer

Adds a 3D model library in its own conversation tab, where agents store models built from CadQuery scripts or supplied as tessellated meshes; the library previews them with three-cad-viewer, organises them into folders and exports them to 10 formats including STEP, BREP, STL and DXF.

14 日前UI拡張MIT
Y

dsh-universal-palette

yunmin311/dsh-universal-palette

Dense translucent-glass Universal Palette for DeepSeek Harness Web — federates Commands, Models, Sessions and Conversation Hits with deterministic ranking and verified public-contract interoperability.

18 日前UI拡張MIT
F

dsh-profile-switch

fan56/dsh-profile-switch

dsh plugin: switch named model profiles (default model, think level, per-subagent models) interactively via the host ask-user flow — one implementation for the TUI and web surfaces, a clean fast-fail on headless

18 日前モデルとプロバイダーMIT