Перейти к основному содержимому

Плагины

Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.

Найдено плагинов: 6741

I

dsh-file-explorer-kit

ice5kysl/dsh-file-explorer-kit

In-session "Files" tab (conversation.view, order 20) for dsh Web that browses the active session's workspace directory with breadcrumbs and previews files inline — sanitized Markdown (marked + DOMPurify), images, line-numbered text and PDF — served by read-only /dsh-files host routes registered on ctx.webServer; no write endpoints. Bilingual zh/en.

011 дней назадУлучшения UIMIT
H

dsh-turn-tools

hu669293657/dsh-turn-tools

Adds deliverable-file buttons to the end of each agent turn (opens files with the OS default app) and a floating dot rail for jumping between conversation turns.

024 дня назадУлучшения UIMIT
D

dsh-plugins (dsh-weather)

dennisrongo/dsh-plugins

Draggable weather bar in the shell overlay with forecast and geocoding from Open-Meteo; the position persists across sessions.

05 дней назадУлучшения UIMIT
B

dsDragPasteALL

balue8246-maker/dsdragpasteall

Drag or paste any local file onto the DSH page; it resolves the real absolute path (Spotlight + size/mtime + head/tail fingerprint match) and inserts it into the composer, with a content-cache fallback.

0в прошлом месяцеУлучшения UIMIT
A

dsh-better-sidebar-N23

all3ncn/dsh-better-sidebar-n23

Full workbench fork of dsh-better-sidebar: explorer, editor, terminal, Git, browser and split panes, plus a VSCode-like shell refactor with a full-width compact header and activity rail; publishes as @all3cn/dsh-better-sidebar-n23 on npm.

019 дней назадУлучшения UIMIT
S

dsh-provider-health

semidia/dsh-provider-health

Provider health dashboard as a Settings page: read-only per-provider status, health (time-decayed from recent errors), thinking capability, max tokens and latest error, sourced from the llm-pi-ai config and the compat-healer error log.

023 дня назадМодели и провайдерыMIT
D

dsh-context-budget

d3vmeh/dsh-context-budget

Keeps a local model's context at a size the GPU handles well: measures prefill speed on every request and, before each step, warns or compacts early on a hard token ceiling, an observed time-to-first-token budget, or a predicted cold-prefill budget; /context-budget shows the numbers and the cost of compacting now.

023 дня назадИспользование и биллингMIT
J

dsh-gsd-bundle

jaaty/dsh-gsd-bundle

Git Ship Done (opengsd-core) reimplemented as host-plane Cordis plugins: replaces the default agent loop with a spec/discuss/plan/execute/verify/ship phase loop.

022 дня назадGit и код-ревьюMIT
O

dsh-ima-copilot

onclaw-dev/dsh-ima-copilot

腾讯 IMA 是一个非常好的知识库应用,但是他们提供的skill版本针对公开知识库的检索方式只提供了基于文件标题的关键字检索,好一阵无语。为了补足在harness的这种知识库检索能力,基于tencent-ima-copilot-mcp迭代了对应的dsh版本。

022 дня назадMCP и коннекторыMIT
H

dsh-client-ui-timeline

hhb1028/dsh-client-ui-timeline

DSH Web GUI 会话问题导航条:聊天区左缘一问一杠,随滚动高亮当前问题、悬停显示问答预览气泡、点击把该问平滑滚到视口顶(未渲染的更早历史自动翻页加载),无需改动 dsh 本体源码

022 дня назадУлучшения UIMIT
M

dsh-schematic

mason-1011/dsh-schematic

Live plugin-topology viewer for DeepSeek Harness: the wiring diagram of every mounted plugin, its runtime activity, a composer-side star map — and a composition workbench that edits the wiring on the graph itself (previewed, validated, backed up, reversib

023 дня назадРазработка и инструменты плагиновMIT
B

dsh-session-graph

benz-ai-x/dsh-session-graph

DeepSeek Harness Web plugin for visualizing, arranging, branching, merging, and summarizing AI agent sessions on an interactive graph canvas

023 дня назадУлучшения UIMIT
D

dsh-kimi-computer-use

dshapp/dsh-kimi-computer-use

DeepSeek Harness (DSH) bundle: wires Kimi Computer Use's stdio MCP server through the generic dsh-mcp-client bridge, plus a bundled skill for driving it.

023 дня назадMCP и коннекторыMIT
L

dsh-tanqi

lastplayer82/dsh-tanqi

AI-generated curiosity & trivia plugin for the dsh web GUI (Curio in the English UI): 「开始探奇」 generates a fresh batch of unexpected knowledge (excluding everything already seen), each item unfolds into two deeper layers plus similar knowledge points, and 「探奇清单」 keeps the full history (batch, items, layers, similar points) in browser storage. Reuses the host LLM channel with zero config; when no model is available, a DeepSeek API key can be pasted into the panel. Output language follows the DSH UI language (zh/en).

0в прошлом месяцеДля удовольствияApache-2.0
C

dsh-xiuxian-world

christianreevee/dsh-xiuxian-world

A xiuxian (Chinese cultivation-fantasy) world where agents create a cultivator and play through 16 tools - cultivate, roam 22 areas, delve 8 dungeons, chat with 4 builtin NPC cultivators - and on exit export a self-contained HTML replay plus a Markdown journey diary, fully offline with zero servers.

024 дня назадДля удовольствия
X

dsh-reverse-proxy-xc

xchannel1987/dsh-reverse-proxy-xc

LAN reverse proxy plugin for DeepSeek Harness - enables mobile/tablet access with full features, fixes settings panel inaccessible via reverse proxy.

06 дней назадИнтеграции и удалённый доступMIT
J

dsh-remote (dsh-remote)

jochenyang/dsh-remote

Use DSH from your phone anywhere: a self-hosted relay plus a desktop host plugin form a token-authenticated tunnel (order-preserving HTTP reverse proxy + WebSocket bridging) with QR pairing, an admin console for device/token management, and an injected mobile adaptation layer (full-width chat, full-screen settings sheet, sidebar drawer).

010 дней назадИнтеграции и удалённый доступMIT
D

dsh-plugin-guard

dingzhiqi5596/dsh-plugin-guard

DSH Desktop plugin safety guard: self-repairs plugin load crashes and runs 8 core safety checks (2 optional: deep-config & smoke), prompting you when a plugin changes. Non-commercial source-available.

029 дней назадБезопасность и права доступа
Z

source-code-mgmt

zhucy123/source-code-mgmt

Code management panel for the DSH web UI that handles everyday Git in five steps: ① env check auto-detects git/gh/ssh and one-click installs missing tools (gh mirror download sources speed up installs, Windows included) with check-update; ② SSH ed25519 key generation / connection tests plus one-click 443 config to bypass blocked port 22, with the Gitee personal token configured here; ③ repo status, side-by-side diffs, stage/commit, branch switching, history with revert/cherry-pick, one-click repo creation and push, auto-ignoring >100MB files; ④ lists all repos of your account for one-click clone; ⑤ five-step npm publish wizard. GitHub / Gitee dual-platform, with the UI switching between 中文 and English live.

015 дней назадGit и код-ревью
L

dsh-review-squad

luomeii/dsh-review-squad

Runs a parallel code review squad of read-only reviewer subagents (security, correctness, tests, style), each optionally on its own model, and aggregates one severity-grouped report from /review or a code_review tool call.

0позавчераGit и код-ревьюMIT
L

DSH-Project-Initialization

lorvaste/dsh-project-initialization

An agent preset that turns a one-line idea into requirements, tech plan and maintenance baseline — every step is restated and confirmed by you before proceeding. No scenario presets: 73 atomic skills (6 master skills + a verify dispatcher + 66 sub-skills) load by context.

021 день назадПроцессы и автоматизацияApache-2.0
D

dsh-skill-manager (plugin)

dalongggggg/dsh-skill-manager

Manage installed DeepSeek Harness skills from settings: list, search, view rendered docs, copy content, open the folder, soft-delete to a recoverable trash, and try a skill out.

023 дня назадНавыкиMIT
Y

dsh-cc-haha-dream

yihefeikong-rgb/dsh-cc-haha-dream

Background memory consolidation (auto dream) for DeepSeek Harness: periodically reviews recent sessions and existing memories to dedupe, refresh stale entries, remove contradictions and rebuild the MEMORY.md index, with hybrid/volume auto triggers, /dream command and a settings-panel config card.

08 дней назадПамятьMIT
Y

dsh-codex

yoshino-xiao7/dsh-codex

Community Codex provider for DeepSeek Harness with ChatGPT OAuth, Codex models, image input, quota display, per-session Fast and transport controls, and safe stream recovery.

04 дня назадМодели и провайдерыApache-2.0