プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
24 件のプラグインが見つかりました
dsh-suite (plugin-team-board)
whyihaveyou/dsh-suite
Cordis サービスキー経由の共有マルチエージェントタスクボード(作成/取得/状態遷移/照会)。
graphlint (dsh)
angeloszou/graphlint
AI生成コードベース向けデッドコード検出:graphlintが依存関係グラフを構築し、どのエントリポイントからも到達不能なコードを検出してコードベースのクリーンアップと機能的有効性の理解を可能にし、graphlint_query / graphlint_build / graphlint_configツールとgraphlintスキルをDSHエージェントに提供。
dsh-opencode-usage
vinyumao/dsh-opencode-usage
OpenCode Go plan usage display for the DSH web GUI: a persistent badge under the composer shows rolling/weekly/monthly usage percents with reset countdowns; click to expand a card; agents can query the balance via the `opencode_go_usage` tool.
graphlint
angeloszou/graphlint
DeepSeek Harness プラグインバンドル: エージェント向け graphlint デッドコード検出ツール(graphlint_query / graphlint_build / graphlint_config + graphlint skill)。
dsh-tool-csv
omdsh-dev/dsh-tool-csv
依存ゼロの状態機械パーサーで CSV(RFC 4180)を解析/クエリ/集計/変換。
dsh-tool-json
omdsh-dev/dsh-tool-json
JMESPath のサブセットによる JSON クエリ。
dsh-sql
stardustlc666/dsh-sql
Database tools for agents: list/query/exec/schema across SQLite/MySQL/PostgreSQL, with lexer-grade read-only protection, row caps and an approval-gated write path.
dsh-exam-countdown
zimai233/dsh-exam-countdown
中国の64種類の試験(高考/大学院入試/四級・六級/公認会計士/司法試験など)を、ルールを考慮した日付計算(第2土曜日、第1日曜日など)とカウントダウン付きで照会できます。
dsh-library
perrylink/dsh-library
Turns local markdown and text documents into a queryable knowledge base with hybrid semantic and keyword search, citation verification, and source injection.
dsh-query-jump
socfeng/dsh-query-jump
DSH WebUI session query navigation with a faint conversation-edge rail, a hover list of real user queries, and click-to-jump back to the matching bubble.
dsh-plugin-kit (search)
hyzyn/dsh-plugin-kit
Full-text global search for the DSH Web GUI: a sidebar search box that searches history sessions (via the sessionQuery index, with a per-session scan fallback) and settings panels, highlights matches, and jumps to the matching session or settings card.
ai-monitor
winterone-hub/ai-monitor
DeepSeek Harness プラグイン。ローカルの SQLite から AI Monitor の残高/利用状況を照会します——コストを意識したエージェントで、AI Monitor プロキシによる自動記帳に対応。
dsh-deepseek-usage
ben7am1n/dsh-deepseek-usage
DeepSeek Harness 向けの DeepSeek 利用状況モニター。アカウント残高照会とトークン使用量サマリーを、モデルから呼び出せるツールとして提供します。
dsh-claude-mem
bleed00/dsh-claude-mem
claude-mem を統合する DeepSeek Harness プラグイン。ローカルの claude-mem ワーカーの HTTP API 経由で、クエリ、コンテキスト注入、手動保存、セッションのライフサイクル管理を行います。
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
harness 自身の `sessionQuery` サービスを通じて、過去・現在のセッションを検索・一覧表示・閲覧できます。有効な環境では SQLite FTS5 インデックスを使用し、そうでない場合は範囲を限定した新しい順のスキャンにフォールバックします。
dsh-ontology
tancheng33/dsh-ontology
A typed, inference-capable ontology (TBox + ABox) plugin for DeepSeek Harness — durable domain knowledge the agent can define, assert against, and query under schema constraints.
dsh-plugin-wiki-skills
lion-1209/dsh-plugin-wiki-skills
The claude-obsidian-derived knowledge-suite skills (wiki, wiki-ingest, wiki-query, wiki-lint, save) as a DeepSeek Harness plugin, with attribution.
dsh-plugin-wiki-tools
lion-1209/dsh-plugin-wiki-tools
Native DeepSeek Harness tools for an Obsidian wiki vault: wiki_query, wiki_write, and wiki_lint implement the mechanical core (path routing, delta tracking, index/log bookkeeping, health checks) of the wiki skill suite.
dsh-plugin-call-trace
huang-zhishi/dsh-plugin-call-trace
Persistent model tool-call trace recorder: every tool call is durably written to a JSONL file that survives restarts, queryable via a structured call_trace tool and a callTraceHistory service, with size rotation and an optional floating canvas UI add-on.
dsh-notion-connector
zhengjy01/dsh-notion-connector
Notion connector for DeepSeek Harness: search, read, query, create, update, and append Notion pages and databases via six agent tools, with a Web settings page — configured once with an Integration Token.
dsh-native-memory
highland0971/dsh-native-memory
Native per-workspace memory on the harness's own seams: facts and a bounded always-on profile on the storage-domain JSON unit, approval-gated writes with `(sessionId, seq)` citations, deterministic recall plus session-query FTS over past sessions — no external server, no custom SQLite.
dsh-humanized-deepseek-maid
loonai321/dsh-humanized-deepseek-maid
Adds a configurable humanized whale-girl maid persona with immersive roleplay, speaking modes, and a lightweight layered memory with query-triggered recall.
dsh-context-proxy
evilirving/dsh-context-proxy
軽量なオンデマンドコンテキスト取得機能。context_query / context_slice / context_grep ツールにより、既に永続化された履歴を、リプレイ安全な引用付きで読み戻せます。
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
モデル向けのセッションをまたぐメモリ機能。過去のすべてのセッションを全文検索し(ctx.sessionQuery 経由の SQLite FTS5)、最も一致度の高い抜粋を現在のコンテキストに呼び戻します。