Plugins
Browse, filter, and install DeepSeek-Harness plugins.
222 plugins found
dsh-acp-plugin
agentic-control-plane/dsh-acp-plugin
Agentic Control Plane for DeepSeek Harness — check every tool call against your policies before it runs, and keep a durable record of what was allowed and why.
dsh-harness-mcp-server
chushixixin/dsh-harness-mcp-server
Expose DeepSeek Harness agent capabilities as an MCP server, so an external MCP client (e.g. Hermes) can drive Harness to execute coding tasks. Hermes = brain, Harness = arms.
dsh-codex-provider-plugin
damonbao/dsh-codex-provider-plugin
OpenAI Codex OAuth provider and native settings UI for DeepSeek Harness
dsh-codex-agent-bridge
je00/dsh-codex-agent-bridge
Connect DeepSeek Harness agents to authenticated Codex App Server sessions
dsh-permission-rules
perrylink/dsh-permission-rules
Declarative Claude Code-style permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, full session-log audit, and HMR rule reload.
dsh-pi
tgyd-helige/dsh-pi
Run Pi extensions as agent-scoped DeepSeek Harness plugins
dsh-plugin-meta-memory
yytbit/dsh-plugin-meta-memory
Structured long-term memory system for DeepSeek Harness -- unit-based brief/full pairs with auto-injection
dsh-plugin-wechat
gnulife/dsh-plugin-wechat
DeepSeek Harness (DSH) 个人微信 ClawBot 插件:OpenClaw 负责微信通道(扫码登录/收发消息),DSH 负责大脑,两者通过 OpenAI 兼容协议桥接。
dsh-tool-vision
scorp1o117/dsh-tool-vision
DeepSeek Harness 外置视觉模型插件:inspect_image 把本地图片或 http(s) 图片 URL 发给任意 OpenAI 兼容端点,视觉模型看图的文字回答直接带回对话;附 Web UI 设置栏。
dsh-tdai-memory
scorp1o117/dsh-tdai-memory
DeepSeek Harness 的 TencentDB Agent Memory 移植:L0 对话捕获 → L1 结构化记忆提取 → L2 场景/L3 画像,自动召回注入 + 记忆/对话搜索工具;复用现有 ~/.memory-tencentdb/memory-tdai 数据;附 Web UI 设置栏。
dsh-dashboard
uddoo/dsh-dashboard
A Symphony-compatible multi-provider task orchestrator and dashboard for DeepSeek Harness
dsh-requirements-alignment
jiezeng2004-design/dsh-requirements-alignment
Lightweight requirement alignment for DeepSeek Harness — align important decisions before execution without imposing a full spec workflow.
dsh-meta-orchestrator
jiruidai/dsh-meta-orchestrator
A model-native meta-agent plugin for DeepSeek Harness: the model synthesizes task-specific workflows at runtime from five agentic workflow patterns (prompt chaining, parallel workers, router, supervisor, evaluation loop) and coordinates tools and subagent
dsh-plugin-codex-bridge
yytbit/dsh-plugin-codex-bridge
Bridge OpenAI Codex's memory, skills, and configuration into DeepSeek Harness
dsh-plugin-langfuse
linyp/dsh-plugin-langfuse
Langfuse observability for DeepSeek Harness: exports session logs as OpenTelemetry traces (GenAI semantic conventions) to Langfuse's OTLP endpoint
pptfast
liustack/pptfast
Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out
dsh-browser
anweat/dsh-browser
Self-contained browser runtime: Playwright (chromium) + OpenCLI as plugin-local dependencies (global reuse fallback), exposes a `browser` service and 9 interactive browser tools.
DeepSeek-Harness-Pet
minybear/deepseek-harness-pet
Codex-style desktop pet: a floating animated sprite in the corner that mirrors the agent's running state (working, waiting, failed, done).
dsh-codex-auth
suntianc/dsh-codex-auth
Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.
dsh-model-failover
letter2025/dsh-model-failover
Two-level model circuit breaker with failover: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback.
shopline-ai-toolkit-dsh
lunw/shopline-ai-toolkit-dsh
SHOPLINE AI Toolkit: bridges the official SHOPLINE Developer MCP server and ships seven SHOPLINE agent skills (Admin REST, GraphQL, OAuth, webhooks, Sline) — the SHOPLINE counterpart of the Shopify AI Toolkit.
knowlp-rag
wly8691-jpg/knowlp-rag
Dual knowledge-graph RAG for Markdown notes: prerequisite + similarity graphs (P/S-Agent traversal), paragraph chunking, n-gram/embedding hybrid search, and an explicit weight feedback loop — via MCP.
dsh-md-preview
lesliewylie/dsh-md-preview
Render Markdown to a standalone, self-contained HTML page: an `md_html_render` tool that works in a headless profile, plus a web drawer to browse, preview, edit and export local `.md` files; both share one renderer, with no runtime dependencies.
dsh-plugin-knowledge-graph
luke-yong/dsh-plugin-knowledge-graph
A read_graph tool backed by a codebase knowledge graph (CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL relations).