DSH Vision Toolkit
Give text-only agents eyes with image Q&A, OCR, grounding, UI restoration, and pixel diff tools.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:Anionex/dsh-vision-toolkitOne place to find useful community extensions for dsh. We link to the source, show the install command, and tell you what each plugin actually changes.
$ npx @deepseek-ai/dsh webThen choose a plugin, check its repository, and add it to the profile you actually use.
DeepSeek Harness is still in developer preview, and its plugin ecosystem is moving faster than a polished catalog can keep up. Interesting extensions appear on GitHub before they have documentation, release notes, or a familiar package name. That makes discovery easy and evaluation hard. DeepSeekPlugins is a working index for developers who want to try the ecosystem without opening dozens of tabs first. Start with the complete plugin directory, narrow the list by capability, and open a project page for the source, license, maintainer, and copyable install command.
This is an independent community resource, not an official DeepSeek product and not a security seal. “Verified” here means that we checked the public repository and found a documented connection to dsh; it does not mean we audited every line of code. Read the maintainer's README, review permissions, and test unfamiliar extensions in a disposable profile. If you are new to the harness, follow the installation guide. If you want to extend it yourself, the first-plugin tutorial explains the moving parts without pretending the preview APIs are settled.
Twenty real projects, each linked to its public repository and documented install source.
Search the full list →Give text-only agents eyes with image Q&A, OCR, grounding, UI restoration, and pixel diff tools.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:Anionex/dsh-vision-toolkitA full terminal interface for dsh with sessions, rewind, approvals, image support, and live agent state.
$ npx -y @deepseek-ai/dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tuiCreate, edit, and manage sandboxed JavaScript tools from the DeepSeek Harness web interface.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:omdsh-dev/dsh-custom-toolSearch and attach workspace files to prompts with fast, familiar Codex-style @file mentions.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:omdsh-dev/dsh-at-fileOpen any DeepSeek Harness workspace in VS Code directly from the web workspace menu.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:omdsh-dev/dsh-open-in-vscodeGet desktop notifications when dsh turns finish, with outcome and keyword-based controls.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:omdsh-dev/dsh-notificationRoll a conversation and its workspace back to any turn with a persistent change ledger.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:Anionex/dsh-turn-rewindRender interactive HTML labs and charts as sandboxed cards inside the dsh conversation stream.
$ npx -y @deepseek-ai/dsh plugin --profile web add github:Nagi-ovo/dsh-visualizeAdd structured image evidence, OCR, layout, and semantic analysis to text-only agents.
$ npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@latestUse OpenAI Codex through device-code OAuth, token refresh, and a web settings panel.
$ dsh plugin --profile web add dsh-codex-providerNavigate long sessions with a Git-style timeline, message previews, and one-click jumps.
$ dsh plugin --profile web add dsh-milestoneConnect Lark or Feishu chats to dsh agents, replies, approvals, and interactive cards.
$ dsh plugin --profile web add https://github.com/Roy-oss1/dsh-larkAdd bounded, approval-gated, auditable memory across DeepSeek Harness sessions.
$ dsh plugin --profile web add https://github.com/PerryLink/dsh-mementoSee conversation progress, preview turns, and jump to the current or earlier messages.
$ dsh plugin --profile web add github:XiLuovo/dsh-session-timelineDiscover verified dsh bundles and install pinned GitHub sources from the web settings UI.
$ dsh plugin --profile web add https://github.com/Toukaiteio/dsh-plugin-installerDisplay DeepSeek balance, remaining ratio, and today’s spend in the sidebar footer.
$ dsh plugin --profile web add dsh-balance-monitorCollect ten or more structured answers in one full-screen questionnaire and recap.
$ dsh plugin --profile web add github:jinhuang712/dsh-survey#mainLet agents inspect, install, and verify apps on HarmonyOS devices through HDC tools.
$ dsh plugin --profile web add dsh-hdc-bridgeAsk a read-only second model to review approval requests with auditable allow or deny reasons.
$ dsh plugin --profile web add github:PerryLink/dsh-auto-review#mainGive agents an offline guide to native dsh capabilities, workflows, and subagent patterns.
$ dsh plugin --profile web add github:cyanseek/dsh-native-playbookRepository and GitHub star data checked 14 August 2026. “Verified” means the public source and dsh integration were confirmed; it is not a security audit.
The ecosystem is young. A repository name and a star count do not tell you whether an extension belongs in an important workspace. These four checks do.
Search the full directory →Choose one missing capability rather than installing a bundle of unrelated extensions. A vision tool helps a text-only model inspect screenshots; a session plugin improves navigation or recovery; a provider plugin changes how the harness reaches a model. That narrow goal makes compatibility checks and rollback much easier.
Open the linked GitHub repository before installation. Confirm that the package declares a dsh bundle or documents an equivalent source-based setup. Review permissions, filesystem access, network calls, build scripts, configuration, and the license. A GitHub topic is a discovery signal, not proof that code is safe.
DeepSeek Harness plugins can come from npm, GitHub, a tarball, or a local checkout. Copy the command shown on the plugin page, but compare it with the repository README first. Install into the intended profile, restart when the bundle list changes, and pin a release or commit when reproducibility matters.
Developer-preview APIs can change quickly. Try unfamiliar plugins in a separate profile and an unimportant workspace. Confirm that tools register correctly, UI elements load, cleanup works, and removal leaves the profile healthy. Only move an extension into important sessions after you understand its behavior and failure modes.
A model adapter solves a different problem from a session tool. Use these categories to find one missing piece instead of installing a bundle you cannot explain later.
View all plugins →Core concept
DeepSeek Harness, or dsh, is an open-source agent harness from DeepSeek AI built around a deliberately simple idea: every capability is a plugin.
Instead of locking models, tools, skills, session handling, storage, sandboxes, and interfaces into one application, dsh composes them as replaceable layers. That all-plugins architecture lets developers build a lean benchmark runner, a full coding agent, or a specialized workflow from the same foundation—and swap one part without rewriting the rest. The separation also makes experiments easier to compare because a developer can change one capability while keeping the surrounding profile stable.
The project is powered by the Cordis meta-framework and is currently in developer preview, which means the architecture is moving quickly and compatibility-breaking changes are expected. The official command-line package is @deepseek-ai/dsh. DeepSeekPlugins tracks the emerging ecosystem so developers can find community projects by capability, inspect their source, and follow the install path supplied by each maintainer.
Install Node.js, then launch the official web experience. npm downloads the current package and dsh serves the UI locally.
$ npx @deepseek-ai/dsh webPractical, source-linked guides for running, extending, and choosing dsh plugins.
Browse all tutorials →Launch the official web UI, understand profiles, and verify your first local dsh session.
A practical tour of bundle layers, plugin manifests, services, and local profile installation.
The community extensions worth watching across vision, tools, sessions, and interfaces.
The short version of the questions that come up before a first dsh profile.
DeepSeek Harness is an open-source agent harness developed by DeepSeek AI. It is powered by the Cordis meta-framework and uses an architecture where every capability—from models and tools to storage and interfaces—is a composable plugin.
Yes. DeepSeek Harness is open source under the MIT license. Individual community plugins may use different licenses, so check each plugin repository before using it.
Use the dsh plugin command for the profile you want to extend. The exact package or Git source varies by plugin; every directory card links to its source and shows a copyable command.
dsh is the command-line interface for DeepSeek Harness. You can start the official web experience with npx @deepseek-ai/dsh web and manage profile plugins with the dsh plugin subcommand.