DeepSeek Harness Plugin Center - Built-in / Official / Community Plugins
Every capability in DeepSeek Harness is composed from plugins. Here you can browse built-in, official, and community plugins in the dsh ecosystem side by side, and filter by name, plugin category, and whether it is official. Click any plugin to see its details.
Built-in Plugin 4
Session Log
core/sessionAppend-only SessionEvent log with in-memory storage, making every run traceable.
System Prompt Assembly
core/system-promptAssembles prompt fragments and tool schemas into the final context the model sees.
Tool Registry & Execution
core/toolsA scoped tool registry paired with a gated execution pipeline.
Agent Loop
core/agent-loopThe Agent interface and default driver that runs the full inbox/step/state/request loop.
Official Plugin 4
DeepSeek Model Adapter
llm/deepseekConnects official DeepSeek models with streaming output and tool calling.
Shell Execution
tool/shellRuns shell commands in the sandbox and returns results — the agent's hands.
File Editing
tool/file-editReads, writes, and structurally edits workspace files with diff previews.
Local Process Sandbox
sandbox/localIsolates agent-launched processes and restricts file and network permissions.
Community Plugin 4
OpenAI-compatible Adapter
model/openai-compatConnects any OpenAI-compatible endpoint so dsh can use third-party models.
Web Search
tool/web-searchAdds live web search to the agent, with source citations.
Code Review Skill
skill/code-reviewInjects review prompts and a workflow that produce structured review feedback.
Terminal UI
ui/terminalRenders a persistent terminal and command history in the Web UI.
Want to share your plugin?
Tag your plugin repository with dsh-plugin and declare its profile and bundle via the dsh field in package.json so the community can find it. See Developing Plugins for a guide.