ツールと機能
ツールと機能プラグインは、DeepSeek-Harness(dsh)エージェントが知覚し実行できる範囲を拡張します。代表的な機能として、組み込みの web_search ツール向けの検索プロバイダー、Chromium やログイン済みの Chrome を操作する URL リーダーとブラウザ自動化ランタイム、Office/PDF/LaTeX ドキュメントツール、データベースと SQL アクセス、カスタムのサンドボックス化ツールビルダーなどがあります。
547 件のプラグインが見つかりました
useful-dsh-plugins
lishize20040802-rgb/useful-dsh-plugins
DeepSeek Harness の二面性プラグイン。Web 設定にビジュアルなプラグインマネージャータブを追加し、各プラグイン行の有効/無効切り替え、インストール済みプラグイン(公式の @deepseek-ai/* 行を含む)の npm レジストリとの照合と更新、オリジナルファイルの修復に対応します。
dsh-custom-workspace
jeremyguo/dsh-custom-workspace
DSH の Web プラグイン。ワークスペースごとの背景、チャットのフォントサイズ、行間、ブロック間隔、Retina 対応のフォントレンダリングを設定できます。
dsh-co-authored-by
shelken/dsh-co-authored-by
dsh(DeepSeek Harness)プラグイン。agent がコードをコミットする際に、Co-authored-by 情報を自動的に付与します。
dsh-context-taxonomy
artificialnotimbecile/dsh-context-taxonomy
DeepSeek Harness Web プロファイル向けの、論理呼び出しコンテキスト分類機能。
dsh-plugin-vision-toolkit
yytbit/dsh-plugin-vision-toolkit
DeepSeek Harness 向けのビジョンツールキット——テキスト専用エージェントが画像を理解するための glance・ground・detect・crop の CLI ツール群。
dsh-governance
tappass/dsh-governance
エージェント型 AI 向けの権限レイヤーを DeepSeek Harness プラグインとして提供します。TapPass の /v1/govern ポリシー判定エンドポイントを通じて、すべてのツール呼び出しをビジネスルールに照らして統制します。
dsh-auto-approval-plugin
styxnether/dsh-auto-approval-plugin
DeepSeek Harness に、workspace-write と danger-full-access の中間の権限レベルを追加します。害のないコマンドや、現在のワークスペースを超えて設定済みの信頼領域を対象とする操作を自動承認します。
dsh-friend
wanghehe123/dsh-friend
DeepSeek Harness 用の人格化コンパニオンプラグイン:キャラクターカード、音声、Live2D、ローカルメモリ、作業への寄り添いを提供。
auto-compact
johnathonye/auto-compact
会話単位の自動コンテキスト圧縮プラグイン。ターン中の各ステップ前とターン終了時にコンテキスト使用量を検知し、セッションの閾値を超えると自動的に compact を実行、要約をコンテキストに注入して自然に続行します(DeepSeek Harness / DSH 向け)。
dsh-event-auditor
qing3a/dsh-event-auditor
harness イベントストリーム監査パネル。イベント種別、配信パターン、件数、直近のイベントを観察でき、プラグイン開発者が harness 内部の動きを理解する助けになります。
dsh-video-downloader
zimai233/dsh-video-downloader
Bilibili/YouTube/Douyin/Xiaohongshu(RED)のメディアを検出・ダウンロードし、画質とフォーマットを解析します。
dsh-figma-to-lottie
zimai233/dsh-figma-to-lottie
SVG パスとキーフレーム仕様を、単体で完結した Lottie JSON アニメーションファイルにコンパイルします。
dsh-docker
jesse-njx/dsh-docker
型付きで保護されたコンテナ操作。ps/logs/inspect/exec/start/stop と compose up/down を JSON 出力付きで提供し、プロジェクトを意識したターゲット指定と、破壊的操作への承認ゲートに対応します。
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
dsh-url-tools
zhijiangtang/dsh-url-tools
URL parsing, tracking-parameter removal, encode/decode, and redirect expansion.
dsh-pkg-info
zhijiangtang/dsh-pkg-info
Queries npm/PyPI package metadata (version, license, dependencies).
dsh-password
zhijiangtang/dsh-password
Generates strong random passwords and diceware passphrases via crypto.
dsh-http
zhijiangtang/dsh-http
Structured HTTP request tool: returns status, duration, and size, with basic/bearer auth helpers.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-fetch-file
zhijiangtang/dsh-fetch-file
Downloads a URL into the workspace as a file, with a path fence, streaming, and a 200 MB cap.
dsh-dead-links
zhijiangtang/dsh-dead-links
Scans Markdown files for dead http(s) links.
dsh-cron-parse
zhijiangtang/dsh-cron-parse
Parses cron expressions into human-readable text and previews upcoming run times.
dsh-clipboard
zhijiangtang/dsh-clipboard
Writes text to the system clipboard, cross-platform (macOS/Windows/Linux).
dsh-case
zhijiangtang/dsh-case
Name-case conversion across 8 styles: camel, snake, kebab, Pascal, and more.