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

開発とプラグインツール

開発とプラグインツールプラグインは、DeepSeek-Harness(dsh)本体とそのプラグインエコシステムの構築、実行、管理を支援します。プラグインテンプレートやヘルスチェッカー、代替ディストリビューションとランタイム、セッションファイルや Git のコミット身元問題の診断ツール、GitHub の dsh-plugin トピックを基にしたアプリ内プラグインマーケットプレイス、有効化/無効化とメモ機能を備えた Settings タブのプラグインマネージャー、ニーズ駆動のレコメンダーとシナリオ別レシピ、エコシステム全体のプラグイン監査が見つかります。

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

B

dsh-eval-harness

biboyang/dsh-eval-harness

DSH プラグイン向けの評価 harness: YAML で定義したケースが実際のヘッドレスエージェント実行を駆動し、ツール呼び出し・引数・結果・token 使用量をアサート。CI での回帰検知用のベースラインゲート付き。

54 日前開発とプラグインツール
L

Code2Skill

leechen298/code2skill

ユーザーが許可したソースコードから、Functions・MCP ツール・ワークフロー Skills・オフラインテストパッケージを生成します。

513 時間前開発とプラグインツールMIT
X

dsh-skin-manager

xiaoyangcheng84-svg/dsh-skin-manager

Skin manager for the DSH web GUI: discovers installed skins and switches the active one from a dedicated Settings page, mutually exclusive, hot-reloaded without restart.

46 時間前開発とプラグインツールMIT
N

DSH-Plugin-Market

nanshan1995/dsh-plugin-market

Alternative plugin market for DSH: curated catalog plus live GitHub browsing, zh/en cross-language search, a fail-closed pre-install static security audit with an install-hook block, and per-plugin README viewing with garbled-encoding repair.

43 日前開発とプラグインツールMIT
Z

dsh-plugin-doctor

zoahdev/dsh-plugin-doctor

Health checks for DSH plugins: manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing + BOM detection, environment diagnostics, and poison preflight.

4昨日開発とプラグインツールMIT
T

dsh-skill-manager

tuogusa/dsh-skill-manager

Browse, search, and delete user skills from the Web settings panel.

43 日前開発とプラグインツールMIT
M

dsh-agent-skills

minivv/dsh-agent-skills

Browse, enable, disable, and manage Agent Skills from Claude Code, Codex, OpenCode, Gemini, and custom directories in the DSH settings panel.

421 時間前開発とプラグインツールMIT
J

dsh-continual-harness

jasen215/dsh-continual-harness

Continual self-refinement loop: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback through a model-callable harness_refine tool.

418 時間前開発とプラグインツールMIT
D

dsh-plugin-toggle

damonkoy/dsh-plugin-toggle

Settings -> Plugins switchboard: every loaded plugin card shows its package description and runtime phase, with fuzzy search and start/stop toggles that never rewrite config files.

43 日前開発とプラグインツールMIT
1

dsh-web-restart

1123762794/dsh-web-restart

One-click restart button for the DSH Web UI: a sidebar footer button that restarts the dsh web process with a single click and persists across the restart it triggers.

413 時間前開発とプラグインツールMIT
C

dsh-observation-journal

cavan-ou/dsh-observation-journal

DSH 向けの、手をかけずに済むランタイムテレメトリ。各セッションのタスク、モデル階層、ツール、失敗、所要時間、ステータスを人が読めるジャーナルに自動記録し、統計セクションも備えます(純粋なオブザーバーで、ツールも LLM 呼び出しも注入も行いません)。

44 日前開発とプラグインツールMIT
A

dsh-restart

anweat/dsh-restart

DSH を再起動します。再起動方式を設定可能(Node ネイティブ / レガシー PowerShell)、再起動後の続行プロンプト、任意のウォッチドッグによる自動再起動に対応します。

45 日前開発とプラグインツールMIT
H

dsh-store

huguangyu666/dsh-store

プラグインストア。npm を正規カタログとし、awesome の厳選リスト(550以上のプラグイン、11カテゴリ)と組み合わせ、dsh フィールドによる品質検証、公式の `dsh plugin add/remove` によるワンクリックインストール、サイドバーと設定画面からのアクセスを提供します。

4一昨日開発とプラグインツールMIT
B

dsh-testgen

bujue600-arch/dsh-testgen

自動ユニットテスト生成: /testgen コマンドと generate_tests ツールがテストを雛形作成・実行し、合格するまで修正する(LLM + オフラインテンプレート生成、vitest/jest/mocha/node:test 対応)。

44 日前開発とプラグインツールMIT
S

dsh-boot-guard

saisenbox/dsh-boot-guard

ローダーに依存しない DSH Web の起動リカバリー: 壊れている可能性のあるプラグインを検出して一時的にスキップし、Boot Guard が管理する変更のみを復元。

44 日前開発とプラグインツールMIT
L

dsh-workshop

loguhan/dsh-workshop

DSH Web UI 向けの Steam Workshop 風プラグインストア: ミラー高速化、進捗 UI、セキュリティチェック、中国語説明付きでコミュニティプラグインを閲覧・検索・ワンクリックインストール。

44 日前開発とプラグインツールMIT
N

dsh-plugin-manager

nonentity303/dsh-plugin-manager

Plugin manager with a rescue center: grouped enable/disable by necessity, multi update sources (npm / dshfind market / GitHub), browser-first downloads with an auto-install folder, P2P fallback, pre-boot self-check and broken-bundle quarantine.

38 時間前開発とプラグインツール
C

plugin-switch

cynch18/plugin-switch

Toggle switches for the plugin inventory: enable/disable any plugin live from Settings → Plugins → Plugin list without restarting, with groups/filters, bulk toggle, undo, and backup.

33 日前開発とプラグインツールMIT
K

dsh-plugin-template

kun2-5code/dsh-plugin-template

A starter template for dsh plugins covering config, tools, events, services, hooks, browser UI slots, and slash commands.

3一昨日開発とプラグインツールMIT
J

deepseek-harness-forge-plugins (evidence-first)

jinguanghai/deepseek-harness-forge-plugins

Evidence-first guard: warns the agent when it claims success without a matching tool-execution record in recent context.

3一昨日開発とプラグインツールMIT
C

dsh-llm-inspector

cdxiaodong/dsh-llm-inspector

Unified LLM request/response inspector: reasoning-effort tuning, external-think export, traffic & bundle analysis.

33 日前開発とプラグインツール
B

dsh-cc-ecosystem

bcy2020/dsh-cc-ecosystem

Load Claude Code assets into DSH at runtime — skills, slash commands, rules, permission rules (deny/ask/allow), subagents and hooks from .claude/ plus Claude Code plugins (plugin.json / marketplace / skills / agents / MCP), via a memory-IR parse layer that keeps .claude as the source of truth with no writes back. Six installable packages: loader, skills, permissions, agents, hooks, mcp.

3昨日開発とプラグインツール
P

dsh-output-styles

perrylink/dsh-output-styles

DeepSeek Harness 向けの、Claude Code の outputStyles に相当するランタイム出力スタイル切り替え機能。

36 時間前開発とプラグインツールApache-2.0
X

dsh-backup

xiaoyuyu6420/dsh-backup

DSH のユーザーデータを1コマンドでバックアップ。/backup コマンド、スケジュール自動バックアップ、sha256 チェックサムとローテーションに対応します。

33 日前開発とプラグインツールMIT