플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 564개 찾음
dsh-plugins (dsh-wx-remote)
wwweljf/dsh-plugins
Continue an existing PC DSH session from WeChat: polls WeChat iLink messages, injects into a running session via followup or resumes a closed one, and sends the reply back. Supports /会话 to list/bind sessions and /新会话 to unbind. Requires the wechat-acp daemon; only allowlisted WeChat senders are handled (empty allowlist denies everyone).
dsh-plugins (dsh-wx-push)
wwweljf/dsh-plugins
Auto-send every DSH turn result to WeChat: listens for task completion, extracts the final assistant message and pushes it raw via the WeChat iLink bot (real delivery check, never fake success). Requires the wechat-acp daemon, a separately installed process you log into WeChat with.
MoneyPal
ding112/moneypal
Personal finance plugin for DSH with structured Beancount ledger tools.
dsh-agent-frugality
gongyijie85/dsh-agent-frugality
Multi-agent frugality defense plugin: read-ledger dedup metrics, compaction-immune rules, completion gate, cheap-model review lane.
dsh-desktop
andykwokatgithub/dsh-desktop
A Go + WebView2 desktop shell for the DeepSeek Harness Web UI (dsh web). Prebuilt Windows x64 binary bundled in the package; no install script and no runtime download needed.
dsh-deliberation
fly1989/dsh-deliberation
Primary-controlled deliberation and opt-in masked review for DeepSeek Harness
dsh-mattpocock-skills
addie-ace/dsh-mattpocock-skills
Skill pack plugin: the 25 promoted skills from mattpocock/skills (engineering and productivity), translated to Chinese, registered as a bundled DSH skill provider.
dsh-toutiao-reader
ryanshen3/dsh-toutiao-reader
A webfetch tool for full-text web/Toutiao articles: 3-tier strategy (direct fetch → resident Edge CDP headless browser → dump-dom fallback), with automatic Toutiao anti-bot challenge handling plus a bundled experience skill.
dsh-graphmemory
meyaomiao/dsh-graphmemory
DSH knowledge-graph memory with a better-sidebar tab and a standalone /graph-memory/app dashboard: extracts TASK/SKILL/EVENT nodes, recalls across sessions, and ships as the npm package dsh-graphmemory.
dsh-bots
dushaobindoudou/dsh-bots
Multi-bot workbench for DeepSeek Harness: bridges the sdk-bots orchestration gateway (group chats, single bots) into the dsh web shell with official-styled UI.
dsh-plugin-runcat-inventory
runcat-tommy/dsh-plugin-runcat-inventory
Plugin inventory manager for DeepSeek Harness Web: table view of installed plugins with status filters, enable/disable switches applied via HMR, config viewer/copy, uninstall and npm update reminders.
dsh-turn-doctor
d3vmeh/dsh-turn-doctor
Explains which layer killed a failed turn: times every model request (first byte, longest silence, total) and combines that with the error to name the culprit (dsh idle watchdog vs Node undici timers vs SDK timer vs server crash, context overflow, gate queue, tool timeouts, failed compactions) and the exact setting to change; verdicts in the DSH terminal plus a /why command, subagents included.
dsh-arch-advisor
leeguanwei-a/dsh-arch-advisor
给 DeepSeek Harness 装一位"读过架构书"的架构顾问:实时查阅 40 教程/31 模板/6 案例,引导设计并产出需求/概要/详细/数据库文档。· Persistent DSH plugin: an in-chat architecture consultant that queries the awesome-architecture knowledge base and guides engineering-doc authoring.
dsh-arch-advisor-offline
leeguanwei-a/dsh-arch-advisor-offline
给 DeepSeek Harness 装一位"读过架构书"的架构顾问:实时查阅 40 教程/31 模板/6 案例,引导设计并产出需求/概要/详细/数据库文档。· Persistent DSH plugin: an in-chat architecture consultant that queries the awesome-architecture knowledge base and guides engineering-doc authoring.
dsh-knowledge-sqlite
ninjasln-labs/dsh-knowledge-sqlite
Cross-session knowledge for DeepSeek Harness: ctx.knowledge service + knowledge_* tools, SQLite FTS5 trigram retrieval (CJK substring) with L1 query expansion. V1.11 contract (write/update/search/list/delete + budget + events + error codes).
dsh-ballute
zlyraz/dsh-ballute
Crash protection for installed plugins: crash cards with one-click disable, static pre-flight inspection, black-box crash telemetry, and a safe-mode rescue profile for a broken UI.
dsh-malware-audit
rand0wn/dsh-malware-audit
Real AST-based scan of installed plugins for malicious-intent patterns (dynamic eval, cross-plugin writes, exfiltration-shaped network calls), with an optional periodic schedule and auto-quarantine on critical findings.
dsh-control-plane
harzva/dsh-control-plane
Local-first control plane for managing multiple DSH runtimes, profiles, presets, sessions, plans, and knowledge references.
dsh-cron-job
upjiang/dsh-cron-job
Scheduled DeepSeek Harness Agent tasks with mandatory end-to-end tests, run history, and bidirectional delivery through nine messaging channels.
dsh-session-lab
zhangguiping-xydt/dsh-session-lab
DSH session workflows for packaging verifiable capsules, evaluating reusable Skills, and comparing controlled session trajectories.
dsh-google-skills
wode25500/dsh-google-skills
Google's Agent Skills (google/skills) for DeepSeek Harness: 128 bundled SKILL.md skills for Google Cloud, BigQuery, GKE, Gemini, Firebase, ads and analytics.
BigTimer
kobenfang/bigtimer
Scheduled tasks and message push manager: cron scheduling with auto push to Feishu and multi-channel, dual-env (OpenClaw/DSH).
dsh-xia-plugins (gameassist-knowledge)
w4xxx/dsh-xia-plugins
Tree-shaped Markdown knowledge base for DSH agents: kb_list/kb_read/kb_write tools, tree/node HTTP routes, and a browser panel companion.
dsh-mermaid-smooth
gitbytefree/dsh-mermaid-smooth
Renders mermaid fences in dsh web chat as SVG diagrams by default, with cursor-anchored smooth zoom and pan, a per-fence diagram/code toggle persisted in localStorage, dark-mode follow, and a bundled offline engine.