Everything is a plugin
Core runtime surfaces are expressed through a plugin system instead of one fixed agent loop.
DeepSeek Harness is DeepSeek AI's open-source agent harness. The official @deepseek-ai/dsh package runs a plugin-first agent environment powered by Cordis, with composable models, tools, sessions, sandboxes, filesystems, loops, orchestration and UI.
deepseek-ai/deepseek-harnessnpx @deepseek-ai/dsh webDeepSeek Harness exposes the agent stack as replaceable parts. That can accelerate experimentation, but its developer-preview status means integrations should expect breaking changes.
Core runtime surfaces are expressed through a plugin system instead of one fixed agent loop.
The official project points developers to the GitHub dsh-plugin topic; SkillVetAI tracks that feed separately from installable Skills.
The current release is a 0.1.0 release candidate. Pin versions and review upstream changes before relying on it in production.
DSH is the npm and CLI identity for DeepSeek Harness. Cordis is the composition framework underlying its plugin-first architecture. Plugins extend runtime surfaces; Skills are optional instruction assets discovered through a separate registry.
The official npm package is @deepseek-ai/dsh; the Web UI can be started with npx @deepseek-ai/dsh web.
Cordis provides the plugin composition model behind the “Everything is a Plugin” architecture.
Skills use their own discovery roots, naming rules and invocation controls; they are not inferred from the dsh-plugin topic.
The official README provides one command to launch the Web UI at 127.0.0.1:3080.
npx @deepseek-ai/dsh webterminalReview the package and its permissions before running third-party code. SkillVetAI does not execute this command for visitors.