Pular para o conteúdo principal

Plugins

Navegue, filtre e instale plugins do DeepSeek-Harness.

596 plugins encontrados

0

dsh-verification-receipt

030611/dsh-verification-receipt

Grava localmente resumos em JSONL da contagem de ferramentas por turno e sinais de verificação de alto nível, sem armazenar prompts, argumentos de ferramentas ou o texto dos resultados.

5há 5 diasSegurança e permissõesMIT
L

Code2Skill

leechen298/code2skill

Gera Functions, ferramentas MCP, Skills de workflow e pacotes de teste offline a partir de código-fonte autorizado pelo usuário

5ontemDesenvolvimento e ferramentas de pluginsMIT
W

dsh-feishu-bridge

wz-heng/dsh-feishu-bridge

Ponte de canal Feishu (Lark) com falha fechada: converse com um bot e receba as respostas do agente dsh — com aprovação opcional de ferramentas human-in-the-loop (cartões Allow/Deny antes de cada chamada bash, tempo limite fail-closed). Integração exclusiva com o SDK oficial do Python (versão fixada); lista de permissões com negação padrão, verificação de assinatura/timestamp/replay de webhooks, sessões fixas por chat; verificação diária de compatibilidade com o SDK mais recente; documentação bilíngue.

5ontemIntegrações e acesso remotoMIT
N

nowledge-mem-deepseek-harness

nowledge-co/nowledge-mem-deepseek-harness

Uma única camada de memória para todas as ferramentas e agentes de IA: injeção de Context Bundle, recall no momento do prompt, ferramentas MCP e captura da thread do DSH ao final do turno.

5anteontemMCP e conectores
H

dsh-plugin-session-import

huguangyu666/dsh-plugin-session-import

Importe o histórico de chat do claude-code / codex / reasonix / zcode para sessões do dsh: vinculação de workspace, chamadas de ferramentas preservadas, proteção contra sessões grandes demais e restauração de compactação do zcode.

5há 3 diasSessões e mensagensMIT
Z

dsh-window (plugin)

zichenggurrr/dsh-window

Janela de desktop nativa para Windows (WebView2) para o DSH: instalação com um comando, baixa automaticamente o zip do app a partir dos GitHub Releases, cria um atalho na área de trabalho e adiciona uma ferramenta desktop_launch para iniciá-lo pelo chat

5ontemMelhorias de UIMIT
C

dsh-oc

chiro2001/dsh-oc

DeepSeek Harness × OpenCode TUI 前端:把 dsh 的 Agent、会话、工具接入官方 opencode 终端。OpenCode TUI frontend for the DeepSeek Harness (dsh): agents, sessions and tools in the official opencode terminal.

4anteontemMelhorias de UI
W

dsh-compact-activity

wallpap/dsh-compact-activity

compact reasoning and tool activity groups for DeepSeek Harness Web and DeepSeek Harness Desktop.

4ontemFerramentas e funçõesMIT
T

dsh-plugin-vetting

truelove-dreamer/dsh-plugin-vetting

Vets third-party plugins before you trust them: static scan for malicious patterns (exfiltration, credential access, obfuscation, persistence) and over-privileged path use, transitive-dependency coverage, official-package hash baseline for supply-chain tamper detection, and an optional plugin-tool call gate.

4anteontemSegurança e permissões
M

dsh-permgate

mrweicodes/dsh-permgate

Fine-grained permission gateway: per-category tool-call review (outside-workspace directories, commands, file read/write, subagents, repeated actions) with global & per-project allow/deny exceptions, quick-tool defaults, custom rules, a bilingual approval modal with inline diff details, custom rejection reasons and a sandbox-upgrade flow.

4anteontemSegurança e permissõesMIT
C

dsh-guardian

cdxiaodong/dsh-guardian

Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.

4há 4 diasSegurança e permissões
Z

dsh-plugin-doctor

zoahdev/dsh-plugin-doctor

Health checks for DSH plugins: manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing + BOM detection, environment diagnostics, and poison preflight.

4anteontemDesenvolvimento e ferramentas de pluginsMIT
J

dsh-continual-harness

jasen215/dsh-continual-harness

Continual self-refinement loop: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback through a model-callable harness_refine tool.

4ontemDesenvolvimento e ferramentas de pluginsMIT
J

dsh-lark-bridge

jmoksz/dsh-lark-bridge

Feishu (Lark) bridge for DeepSeek Harness: one-command install, streaming progress cards with a tool panel, ask/approval button cards, attachments, and proactive feishu_send pushes.

4anteontemIntegrações e acesso remotoMIT
C

dsh-island

cdxiaodong/dsh-island

Bridge DSH agent sessions, tool calls, and approvals to the CodeIsland macOS notch panel over a Unix socket, with in-panel allow/deny.

4há 3 diasIntegrações e acesso remoto
K

dsh-office-tools

kw78/dsh-office-tools

Workspace-safe Office tools for agents: create/read Word, create/read/update Excel, and create/read PowerPoint decks with PNG/JPG/GIF image placement.

4há 4 diasFerramentas e funçõesMIT
G

deepseek-vision (dsh-plugin-deepseek-vision)

gou-gee/deepseek-vision

Vision MCP and DSH bundle for text-only DeepSeek: analyze_image, analyze_clipboard, compare_images and vision_status tools, a visual settings page, free GLM-4.6V-Flash by default, result caching and rate-limit tolerance; keys stay out of logs.

4há 3 diasVisão, voz e multimodalMIT
A

dsh-guide-dog

atropinoltt/dsh-guide-dog

MiniMax-powered multimodal plugin: real-time voice call mode (streaming conversation, floating dock UI), voice mode and mic voice input, plus image/video/music/speech generation and vision inspection tools.

4anteontemVisão, voz e multimodalMIT
G

dsh-pilot

guo6x/dsh-pilot

Zero-dependency browser control: drive a real headless Edge/Chrome over CDP with 8 `pilot_*` tools (navigate/click/type/keys/eval/screenshot) plus a live draggable cockpit panel in the Web GUI - text-first snapshots for text-only models, no Playwright, no API key.

4ontemFerramentas e funçõesMIT
S

dsh-ffmpeg

stardustlc666/dsh-ffmpeg

Seven video tools (probe/cut/concat/encode/subtitle/extract/gif) on the official subprocess service: shell-free argv, zero runtime dependencies.

4ontemFerramentas e funçõesMIT
S

oss-prompt-optimizer

seven282/oss-prompt-optimizer

Optimize a raw instruction into a professional prompt through the harness llm service — four-section (Role / Task / Context / Format) or a headerless plain-text style. Context-aware by default: the recent conversation is injected as background and may enrich the ## Context section. Long outputs resume from the truncation point with auto-expanded budgets; validated results are cached (identical requests cost zero model calls); a unified call budget bounds worst-case cost. Composer ✨ one-click optimize, undo, cancel and a token-cost hint; prompt_optimize tool (optimize + iterate), auto-optimize hook, auto-detected zh/en role document.

4há 21 horasFerramentas e funçõesMIT
H

dsh-zotero

hongcheng-li/dsh-zotero

Zotero library tools via the local API (no API key): search items/collections, read metadata and abstracts, list attachments, read full text (parses PDFs on the fly when Zotero cache misses), download PDFs, and manage notes.

4há 4 diasFerramentas e funçõesMIT
D

dsh-auxiliary

dsh-plugins/dsh-auxiliary

Dedicated model routes, tools, and system guidance for vision, compaction, reviews, subagents, titles, and image generation.

4há 3 diasFerramentas e funçõesLGPL-3.0
M

dsh-obsidian

mingzeng21/dsh-obsidian

Connect dsh to a local Obsidian vault: search, read, write, move, and trash notes through `obsidian_*` tools.

4há 22 horasMemóriaMIT