Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 84
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.
dsh-claude-cli
katsos/dsh-claude-cli
LLM provider that runs the locally installed Claude Code CLI as the model backend, so requests go through an existing Claude subscription instead of a metered API key; native tool calls are bridged over MCP.
dsh-effort-slider
2768651338/dsh-effort-slider
A Claude Code-style reasoning-effort slider for the DSH Web UI: stepless drag, snap-on-release, a WebGL fire trail, and real, working thinking-effort control for any custom third-party model or provider.
dsh-output-styles
perrylink/dsh-output-styles
Аналог outputStyles из Claude Code — переключение стиля вывода во время выполнения для DeepSeek Harness
dsh-agent-relay
noelune/dsh-agent-relay
Ретранслятор сообщений мультиагентов с приоритетом loopback: брокер с HMAC-аутентификацией плюс плагин dsh (relay_send/recv/peers/history), CLI- и Python-клиенты без зависимостей, протокол передачи v1.0.
unified-agent-memory
noelune/unified-agent-memory
Одно общее хранилище Obsidian для всех агентов: ядро на Python без зависимостей (search/promote/adjudicate/forget), шаблон хранилища, плагин dsh (memory_search/show/submit/status).
scalix-cloud-mcp
scalixworld/scalix-cloud-mcp
Official Scalix Cloud MCP plugin and server configuration for DeepSeek Harness, Claude Code, Cursor, Gemini, and Antigravity.
dsh-ponytail
gongyijie85/dsh-ponytail
Ponytail lazy senior dev mode: 6 skills adapted from DietrichGebert/ponytail.
dsh-skin-claude-code
lucasn0820/dsh-skin-claude-code
Скин для веб-интерфейса DeepSeek Harness, вдохновлённый Claude Code
dsh-claude-marketplace
ben7am1n/dsh-claude-marketplace
Слой совместимости с Claude Code для DeepSeek Harness: загрузка навыков/команд/агентов .claude и установка плагинов из маркетплейсов Claude Code как нативных навыков dsh.
pptfast
liustack/pptfast
Стабильная, редактируемая генерация PPTX для AI-агентов — на входе семантическое промежуточное представление, на выходе нативный DrawingML
dsh-agent-preset-recommender
leemancheung/dsh-agent-preset-recommender
Локальный сканер метаданных сессий/рабочих процессов Codex, Claude Code, WorkBuddy и CodeBuddy, безопасный для конфиденциальности; сохраняет агрегированные данные и рекомендует встроенные пресеты агентов DSH без сохранения содержимого, обращения к сети или изменения пресетов.
dsh-crew
dshworks/dsh-crew
Run Claude Code and Codex as live terminal panes beside dsh: a split view in the web UI, buttons to seat them, and tools that let the dsh agent hand them work and read their screens.
dsh-plugins
zjcdkj/dsh-plugins
DeepSeek Harness out-of-tree plugin: give a text-only coding model eyes by routing images to a Qwen-VL (DashScope) route through ctx.llm and returning text.
dsh-agent-conductor
mjorgin/dsh-agent-conductor
Dispatch self-contained tasks from DSH to 11 external agent CLIs (Codex, Claude Code, TraeCode, OpenCode, Gemini, Cursor, Kimi, Qwen, Copilot, WorkBuddy, Grok): a host-only bundle registering the conductor_dispatch tool plus an auto-triggered conductor skill.
mattpocock-skills-dsh
gongyijie85/mattpocock-skills-dsh
Matt Pocock full promoted skill set (25 SKILL.md: grilling, writing-for-agents, wait-what, TDD, code review, wayfinder, ask-matt router) ported to DSH.
skill-bartender
akqwpeter-prog/skill-bartender
Task-to-skill pairing meta-skill with a laziness ladder for minimal loading, a user-editable routing table, and a quarantine, SkillSpector scan, human-approval install flow.
dsh-repo-setup
gongyijie85/dsh-repo-setup
Read-only repo bootstrap scanner (repo_setup_scan tool): detects stack/tests/docs/git/db and recommends plugins, MCP servers and hygiene files.
dsh-memory-porter
shiye-10pages/dsh-memory-porter
Brings your existing Claude / ChatGPT history into DSH: instant zero-token import of the memories.json inside a Claude export, local Claude Code transcripts with no export needed, and conversations distilled through the model you already configured in DSH. Every memory carries verbatim evidence checked against the source by code — a paraphrase is dropped and counted, and evidence found only in the assistant turns is always routed to review rather than stored.
coding-coach
xiehuan123/coding-coach
Набор из 35 навыков для не-разработчиков (bundle профиля DSH, а не пресет агента): оркестрация + инженерия + продукт + интерфейс/запуск. `dsh plugin add coding-coach` устанавливает навыки в любой профиль; полный агент «编程教练» (Coding Coach) — в каталоге dsh/coding-coach репозитория.
pa-dsh
conradlu2740/pa-dsh
Набор плагинов ProactiveAgent × DeepSeek Harness: проактивная память + проактивные рекомендации, встроенные в DSH (агрегированный bundle, установка в один клик через dsh plugin add)
dshx
why913/dshx
Недостающий сопутствующий CLI для DeepSeek Harness (dsh): управление MCP-серверами одной командой — add/list/remove/test с проверкой соединения в режиме dry-run, а также разовый импорт из Claude Code / Codex. Также монтируется как плагин dsh, чтобы агент мог управлять MCP самостоятельно.
deepsee
chang416/deepsee
DeepSee: зрение для DeepSeek Harness, маршрутизация между несколькими моделями и визуальная самопроверка через Gemini перед выдачей результата
design-playbook
bandersnatch0x/design-playbook
Design I/O для кодинг-агентов: управляемая генерация UI через декларации (spec/domain/craft/design/components/template) и контракты (skill/evaluator). Для продуктового UI — консоли, дашборды, agent-ops, приложения с приоритетом CJK.