Long-term memory for DeepSeek Harness agents: user preferences, project facts, session summaries, and knowledge entries, with auto-injection at session start.
Agent 协作 · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangyongzhen/dsh-memory
MemoryHub (mh) integration for DeepSeek Harness: loads .memoryhub checkpoint memory on session start, saves dsh sessions back into checkpoints, and registers the mh workflow skill and tools
Sidebar message-history preview for DeepSeek Harness web UI: lists the current session's sent messages with previews; click to jump the chat to that message.
界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asukasec/dsh-message-preview
Mobile UI overlay for the DeepSeek Harness Web GUI: bottom navigation, session drawer, and small-screen panel orchestration as an out-of-tree client plugin (no upstream source changes).
界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:citrusli2026/dsh-mobile-ui
DeepSeek Harness plugin: secondary working directories for a project. The agent keeps the primary workspace as cwd, gains equal write/exec permissions on configured secondary directories under workspace-write mode, and is notified of configuration changes at the next message boundary.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AngelosZou/dsh-multi-folder
DeepSeek Harness bundle: adds AI NetCafé's hosted outcome tools (documents, SQL dialects, live China-reachability, cross-session memory, scheduled agents) to your dsh profile in one install.
Agent 协作 · integrations · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mario03690/dsh-netcafe
DeepSeek Harness (dsh) Windows notification plugin: a native toast when the agent stops running (finished / aborted / error / waiting for your choice / session closed), plus a system-tray icon. Pure host-side, zero dependencies, zero build.
Agent 协作 · notifications · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Pasumao/dsh-plugin-notify
Unified observability (trace/log/metric) for deepseek-harness plugins: hooks dsh session telemetry where available, maintains OTel signals where not, and exports via standard OTLP.
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fly3366/dsh-o11y-plugin
DSH 插件:零侵入运行事实遥测——纯观察者(零工具注册/零 LLM 调用),session 结束时自动把任务/模型/工具/失败/状态/时长按一行一会话写入观测卡,附自动统计汇总区与 raw sidecar。Zero-intrusion run-fact telemetry for DeepSeek Harness: one row per session in the observation card + auto stats + raw sidecar.
效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Cavan-Ou/dsh-observation-journal
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.
开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-permission-rules
DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.
开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:truelove-dreamer/dsh-plugin-git-workflow