ModLens
liustack/modlens
A DeepSeek Harness vision plugin that turns pasted images into structured OCR, layout, and semantic evidence for supported text-only models.
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@latestDiscover DeepSeek Harness plugins with source-grounded repository intelligence, install commands, security signals, compatibility evidence, and structured capability analysis.
Browse a focused set of DSH plugins with install paths, repository intelligence, security signals, and capability data. Open the full registry for server-side search, filters, and pagination.
liustack/modlens
A DeepSeek Harness vision plugin that turns pasted images into structured OCR, layout, and semantic evidence for supported text-only models.
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@latestGanyuanRan/Aegis
Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks.
ccch1mneyyy/dsh-TUI
A Claude Code-style full-screen terminal TUI for DeepSeek Harness agents.
dsh plugin --profile cc-tui add dsh-cc-tuiomdsh-dev/DSH-better-sidebar
A DSH web plugin that adds a VSCode-like, session-isolated sidebar and bottom workspace.
npx -y --package @deepseek-ai/dsh dsh plugin --profile web add dsh-better-sidebarmnemon-dev/mnemon
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
dsh plugin --profile web add dsh-mnemonNagi-ovo/dsh-ads
A DeepSeek Harness web UI plugin that adds intentionally fictional, early-2000s-style parody ads and reward-gate interactions.
dsh plugin --profile web add github:Nagi-ovo/dsh-adsAnionex/dsh-vision-toolkit
DeepSeek Harness-native vision bundle that gives text-only agents structured tools for image Q&A, OCR, grounding, UI restoration, pixel diffs, and artifacts.
**Install:** dsh plugin --profile web add @anionex/dsh-vision-toolkithust-open-atom-club/oh-dsh
一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分层安装、一步到位,免去手工整合打包。
omdsh-dev/dsh-at-file
Adds Codex-style @path mentions to the DeepSeek Harness web composer for workspace file and directory references.
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.0.tar.gzhuiliyi37/dsh-tianshu-tui
Interactive terminal UI plugin for DeepSeek Harness coding sessions.
npx -y @deepseek-ai/dsh plugin --profile tui add @huiliyi37/dsh-tianshu-tuiNagi-ovo/dsh-visualize
An inline DSH Web UI visualization plugin that renders model-generated interactive HTML cards in conversation.
dsh plugin --profile web add github:Nagi-ovo/dsh-visualizedsh-market/dsh-market
An in-DeepSeek Harness visual plugin market for browsing, searching, and installing community plugins.
dsh plugin --profile web add dshmarketBrowse DeepSeek Harness plugins by capability, from vision and Web UI to terminal workflows, security, skills, and remote execution.
Understand plugins before you install
Public repository evidence is analyzed to explain what a plugin does, which capabilities it adds, useful scenarios, who it fits, and documented limitations.
Dependencies, lifecycle scripts, licenses, package manifests, DSH bundle declarations, and public source availability are surfaced as objective security signals.
Version-specific runtime results connect DeepSeek Harness releases with the plugin builds tested against them, while untested combinations are shown clearly.
Installable plugins and plugin bundles are separated from directories, SDKs, scaffolds, desktop wrappers, tutorials, and other resources through rules, AI analysis, and review.
Each repository moves through a structured registry pipeline that combines public source facts, AI-assisted analysis, deterministic rules, and conservative publication policy.
Find DeepSeek Harness plugin repositories from the public dsh-plugin ecosystem and community submissions.
Read README content, package metadata, DSH bundle declarations, manifests, releases, repository activity, and install information.
Build source-grounded intelligence for capabilities, use cases, target users, documented limitations, install paths, and security signals.
Classify the artifact and plugin type, then combine deterministic evidence, AI analysis, and registry policy to approve, reject, or hold it for review.
Publish index-ready plugin pages with install commands, repository facts, security signals, related plugins, and version-specific compatibility evidence.
DeepSeek Harness is built around a plugin-first architecture, so capabilities can be added or replaced without turning every feature into a core change. A DeepSeek Harness plugin can provide model tools, reusable skills, Web UI components, terminal experiences, runtime services, storage, sandboxes, model integrations, workflow logic, or other agent capabilities.
Plugins are usually installed into a DSH profile, which means the same Harness installation can run different combinations of extensions for Web, terminal, headless, or specialized workflows. That flexibility makes plugin discovery, source quality, security signals, and version compatibility increasingly important as the DSH ecosystem grows.
Developers publish community plugins through public GitHub repositories and the dsh-plugin ecosystem. DSH Plugin is an independent DeepSeek Harness plugin directory and registry that organizes those projects by capability, derives install paths from public source evidence, analyzes repository and package metadata, and publishes structured intelligence, security signals, and compatibility evidence so users can compare DSH extensions before installing them.
$ dsh plugin --profile web add <package-or-git-spec>Install DSH plugins
Most DeepSeek Harness plugins are installed into a specific DSH profile with the dsh plugin command. The install target can be an npm package, a Git repository spec, or another source supported by the plugin author. DSH Plugin keeps the install path tied to public repository and package evidence so you can verify the target before running it.
$ dsh plugin --profile web add <package-or-git-spec>Check whether the extension targets the web, terminal, headless, or another profile. Installing a plugin into the wrong profile may leave its UI or runtime capabilities unavailable.
Copy the install command associated with the plugin repository. Some projects publish to npm, while others are installed directly from GitHub or a local checkout.
Long-running DSH profiles may need a restart after installation. When the author provides a dump-config, health-check, or verification command, run it before relying on the extension.
Before installing any third-party DSH plugin, review its repository, recent activity, license, package metadata, install scripts, requested capabilities, security signals, and compatibility evidence. These signals make the review clearer, but they do not replace your own trust decision for code that will run on your machine.
Understand DSH profiles, package specs, Git sources, and the dsh plugin install command.
Read guideA practical path from DSH bundle metadata and package structure to a shareable plugin.
Read guideLearn the concepts behind how DeepSeek Harness plugins and plugin bundles are composed.
Read guideA DSH plugin is an extension that adds or changes capabilities in DeepSeek Harness, such as tools, skills, UI, model integrations, runtime services, storage, security controls, or workflow features.
Most plugins are installed into a DSH profile with a command such as dsh plugin --profile web add <package-or-git-spec>. The exact profile and package or Git spec depend on the plugin, so use the project’s documented target and restart the profile when required.
DSH Plugin indexes public community repositories from the dsh-plugin ecosystem and structured submissions from plugin authors and users. Repositories then pass through source inspection, classification, AI-assisted analysis, and registry policy before publication.
No. Indexed means the repository has been accepted into the public DSH Plugin Registry. Runtime Verified is reserved for plugin and DeepSeek Harness version combinations backed by published runtime compatibility evidence.
Third-party plugins execute code and should be reviewed before installation. DSH Plugin surfaces objective security signals such as dependency counts, lifecycle scripts, licenses, package manifests, DSH bundle declarations, and source availability, but no signal is an absolute safety guarantee.
Use Submit Plugin and provide the public GitHub repository URL. The submission enters the same discovery, inspection, analysis, classification, review, and publication pipeline used by the registry.
Submit the public GitHub repository so DSH Plugin can analyze it, classify it, and make the plugin discoverable in the registry.