開発とプラグインツール
開発とプラグインツールプラグインは、DeepSeek-Harness(dsh)本体とそのプラグインエコシステムの構築、実行、管理を支援します。プラグインテンプレートやヘルスチェッカー、代替ディストリビューションとランタイム、セッションファイルや Git のコミット身元問題の診断ツール、GitHub の dsh-plugin トピックを基にしたアプリ内プラグインマーケットプレイス、有効化/無効化とメモ機能を備えた Settings タブのプラグインマネージャー、ニーズ駆動のレコメンダーとシナリオ別レシピ、エコシステム全体のプラグイン監査が見つかります。
195 件のプラグインが見つかりました
dsh-continual-evolve
zk-andy/dsh-continual-evolve
継続的な自己進化: セッションのトラジェクトリから harness の状態(プロンプト、メモリ、Skill、サブエージェント仕様)をバージョン管理・監査可能・ロールバック安全な形で洗練。レビューゲートとホットリロード対応の Skill を備える。
stock-analysis-plugin
weaxs/stock-analysis-plugin
DeepSeek Harness (dsh) plugin for stock analysis, screening, and strategy backtesting across A/HK/US/JP/KR/TW markets
dsh-win32
sjh9714/dsh-win32
Makes Minimal mode work on Windows by supplying the missing win32 process inspector, so the persistent shell actually starts. Adds a busybox-based preset whose persistent shell survives the workspace-write restricted token (MSYS shells die there), ConPTY console-list foreground resolution, GBK/UTF-16 file reads, and an install-trap doctor.
plugin-template
omdsh-dev/plugin-template
プラグインテンプレートリポジトリ(公式 turtle-ui リポジトリをベースに作成)。
dsh-plugin-integration
mutalucem/dsh-plugin-integration
Discovers installed DSH plugins with tags, overlap and compatibility detection, one-click enable/disable, failure diagnosis, and update checking.
dsh-harmony
ch4acko3/dsh-harmony
実行時に dsh プラグインをパッチ・置換・デコレートするためのライブラリ。
dsh-evolve
william-jin-cmu/dsh-evolve
自己進化: エージェントがセッション途中で自身に永続プラグインをホットマウント/削除する。
dsh-global-rules
badai147/dsh-global-rules
Edit the global ~/.dsh/AGENTS.md rules from the web settings panel, live on save.
dsh-pluginmanager
buhuikongpan/dsh-pluginmanager
DSH Web 向けの階層型プラグインマネージャー。ネイティブプラグインは system/WebUI/tools ごとに読み取り専用でグループ分けされ、ユーザー拡張は有効/無効切り替え、登録、アンインストール、説明文の編集に対応します。
dsh-plugin-market
springbrand-lab/dsh-plugin-market
Plugin marketplace in Settings that targets any local profile, not just the running one: install, update and remove across web, headless and other profiles, with install-script warnings, an installed view that also covers non-catalog profile dependencies, and an automatic DSH restart when the current profile changes.
dsh-skills-manager
michengai/dsh-skills-manager
Manages local DeepSeek Harness skills in Settings and shows shared Agent skills as read-only.
dsh-update-checker
airmetro/dsh-update-checker
Update management for the whole stack: compares DeepSeek Harness and every installed third-party plugin against npm and GitHub releases (semver-aware), shows a locale-aware banner (zh/en) with per-plugin update status, and provides one-click updates with automatic backup/rollback, temp-dir installs that never touch other packages, and a watchdog-guarded restart. A settings page adds per-plugin version lamps, live update progress, and banner/notification toggles. Zero-config on any machine.
dsh-fail-logger
areium/dsh-fail-logger
ネイティブツール、PTC run_code、インライン呼び出しにまたがる失敗したツール呼び出しを自動記録: 根本原因を重複排除・集計して Skill 化し、同じミスの再発を減らす。
dsh-session-health
omdsh-dev/dsh-session-health
セッションファイルをフレーム単位でスキャンする診断ツール(破損・欠損・空ファイルの検出)。
dsh-skill-manager-ytxue
ytxue/dsh-skill-manager-ytxue
設定サイドバー内の Skill プールマネージャー: 有効/無効切替、リネーム衝突プロンプト付きフォルダ一括インポート、状態駆動のワンクリック DSH 仕様チェック&自動修正、システム/プロジェクトのスコープラベル。
dsh-extension-hub
relistencode/dsh-extension-hub
All-in-one DSH extension center in Settings: manage skills, MCP servers and plugins, a Plugin Market (curated + GitHub search, npm one-click install), and an Add-ons block to install, disable, uninstall and update companion features together.
dsh-extension-hub (dsh-myrules)
relistencode/dsh-extension-hub
Edit the host-wide global instructions (~/.dsh/AGENTS.md) from a dedicated Customize page in Settings - every session on this machine applies them.
dsh-builtin-toggles
starfie1d1272/dsh-builtin-toggles
DSH Web に組み込みプラグインカタログを追加。検索、ステータス説明、監査済み UI プラグインの安全なトグル切り替えに対応。
dsh-ssh
uynajgi/dsh-ssh
SSH remote-execution plugin for DeepSeek Harness — ProxyJump chain, SFTP filesystem, subprocess and PTY over ssh2
dsh-plugin-manager
2768651338/dsh-plugin-manager
A plugin manager tab in Settings → Plugins: Chinese names and plain-language descriptions for every installed plugin, one-click enable/disable, in-UI notes editing, and search/filter over the installed catalog.
dsh-movein
sjh9714/dsh-movein
Migrate and import a whole Claude Code or Codex setup into DSH. Skills, slash commands, MCP servers, hooks, subagents and permission rules, with a dry-run moving estimate, a migration diff report and a post-move doctor; installs as a plugin exposing a movein_from_claude_code tool so the agent can do the move for you.
dsh-updater-ui
xingyingyuzhui/dsh-updater-ui
設定ページ内の DSH セルフアップデーター: ワンクリックでのチェック/pull(`git pull --ff-only`)、バックグラウンド自動チェック、バージョン差分と変更履歴のプレビュー、赤丸通知。
graphlint (dsh)
angeloszou/graphlint
Dead-code detection for AI-generated codebases: graphlint builds a dependency graph, finds code unreachable from any entry point to enable codebase cleanup and functional‑effectiveness understanding, and exposes graphlint_query / graphlint_build / graphlint_config tools plus a graphlint skill to DSH agents.
dsh-mcp-lens
labmimors/dsh-mcp-lens
段階的開示型の MCP ゲートウェイ。`mcp_search` で大規模なリモートカタログを検索し、`mcp_call` で正確なスキーマを呼び出します。遅延接続と上限付きキャッシュに対応。