Development & Runtime
59 curated Development & Runtime plugins for DeepSeek-Harness
72 plugins found
oh-dsh
hust-open-atom-club/oh-dsh
Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
forkprobe
jayden-x-l/forkprobe
Compare multiple skills on the same task and pick the winner.
plugin-registry
vlln/plugin-registry
Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
dsh-multica-runtime
multica-ai/dsh-multica-runtime
Support dsh runtime on Multica.
dsh-multica-runtime
forrestchang/dsh-multica-runtime
Run the dsh runtime on Multica.
dsh-user-experience
dietcokewithsugar/dsh-user-experience
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
dsh-plugin-check
omdsh-dev/dsh-plugin-check
Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.
dsh-plugin-template
bugmaker2/dsh-plugin-template
Template for deepseek-harness plugin development.
deepseek-plugin-store
ericwong5021/deepseek-plugin-store
DeepSeek Harness 独立社区插件商店:发现、安装并提交经过验证的插件、工具与扩展。 | Independent community plugin directory.
dsh-security-audit
omdsh-dev/dsh-security-audit
Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.
dsh-session-health
omdsh-dev/dsh-session-health
Frame-level scan diagnostics for session files (torn/corrupt/empty detection).
fabric
omdsh-dev/fabric
An MC-Fabric-style hook processor.
dsh-fail-logger
areium/dsh-fail-logger
Auto-log failed tool calls across native tools, PTC run_code, and inline invocations: dedup and count root causes into a skill so repeated mistakes fade.
dsh-context-doctor
zhenyu98/dsh-context-doctor
Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.
dsh-git-identity
loserfox/dsh-git-identity
Pin Git commits to the environment's own author identity; env-var injection overrides all `git config` settings.
dsh-updater-ui
xingyingyuzhui/dsh-updater-ui
DSH self-updater in the settings page: one-click check/pull (`git pull --ff-only`), auto background checks, version diff and changelog preview with a red-dot reminder.
dsh-webui-auth
yuuz12/dsh-webui-auth
WebUI authentication enforced at the HTTP/transport layer: four-layer login gate (resources, plugin bundles, /api, WebSocket), server-side sessions with HttpOnly cookies.
dsh-annotate
bramblexu/dsh-annotate
Select browser elements directly during Vibe Coding and send structured visual feedback to the DeepSeek Harness Agent.
plugin-template
omdsh-dev/plugin-template
Plugin template repo (based on the official turtle-ui repo).
dsh-evolve
william-jin-cmu/dsh-evolve
Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.
dsh-eval-harness
biboyang/dsh-eval-harness
Evaluation harness for DSH plugins: YAML cases drive real headless agent runs, assert on tool calls, args, results and token usage, with a baseline gate for CI regression.
qiushi-dsh-evidence-audit
030611/qiushi-dsh-evidence-audit
Appends local hash-chained JSONL receipts for tool results and session events without storing prompts, tool arguments, result text, or raw session IDs.
dsh-verification-receipt
030611/dsh-verification-receipt
Writes local JSONL summaries of per-turn tool counts and coarse verification signals without storing prompts, tool arguments, or result text.
dsh-testgen
bujue600-arch/dsh-testgen
Automated unit-test generation: a /testgen command and generate_tests tool that scaffold, run, and fix tests until they pass (LLM + offline template generators; vitest/jest/mocha/node:test).