Skill manager for the dsh web GUI: a sidebar entry plus a panel listing the skills visible to the current session (split into global / local groups) with per-skill on/off switches, create / import / edit / delete. Disabling a skill removes it from the model catalog, the `skill` tool, and /name gestures through a shadow provider on the host skill registry; state persists in ~/.dsh/dsh-skill-manager.json. Hot-pluggable — mounted via a profile bundle link, no dsh source changes.
界面 · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lanxing6480/dsh-skill-manager
TypeScript SDK for DeepSeek Harness (dsh): run AI agent turns in a runtime subprocess over newline-delimited JSON-RPC stdio — the DeepSeekHarness high-level turns API and the lower-level HarnessClient, mirroring the official Python SDK
dsh plugin bundle porting the omp advisor subsystem: a per-session reviewer model that observes the primary transcript and injects severity-ranked advice (nit/concern/blocker).
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:btspoony/dsh-advisor
Playwright-powered browser capability for DeepSeek Harness: accessibility-snapshot interaction with stable element refs, session-scoped browser sessions, screenshots as attachments.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChenyuHeee/dsh-browser-playwright
Write in parallel, never overwrite — file claim / protection for concurrent DeepSeek Harness (DSH) sessions working the same workspace: claim/release, heartbeat stale takeover, and an async pending merge area (git 3-way merge)
Agent 协作 · 开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nwflower/dsh-file-claim
Accurate cache-hit rate, token usage, and cost estimates for the DeepSeek Harness Web UI: one-decimal hit rate, bucket breakdown, peak/off-peak pricing with auto price-switch, and a session usage panel.
finance · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:noone89A/dsh-gauge
Enhanced goal surface for the DeepSeek Harness web UI: full lifecycle dock above the composer (create / multiline edit / pause / resume / complete / clear with live round progress), a composer tool-row entry with phase dot, a collapsible chip, and a General-settings switch to hide the entry.
界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KarlOfLaw/dsh-goal-mode-enhance
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 subagents — without fixed pipelines, templates, or hard-coded routing.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiruidai/dsh-meta-orchestrator