{"slug": "dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data", "title": "DSHPlugin – DeepSeek Harness plugins with install, compatibility and repo data", "summary": "DeepSeek Harness has launched DSHPlugin, a registry for community plugins with install commands, compatibility evidence, and repository facts, featuring top entries such as liustack/modlens (2.8k GitHub stars) and zhu1090093659/dsh-web-ui (3.9k stars). The registry analyzes public source data to provide security signals and version-specific runtime results, helping users understand plugin capabilities before installation.", "body_md": "[View plugin ModLens](/plugins/modlens)\n\n### ModLens\n\nliustack/modlens\n\n2.8kGitHub starsA DeepSeek Harness vision plugin that turns pasted images into structured OCR, layout, and semantic evidence for supported text-only models.\n\n[View plugin](/plugins/modlens)\n\nFind and compare community plugins for DeepSeek Harness with source-backed capabilities, install paths, security signals, compatibility evidence, and repository facts.\n\nBrowse popular DSH Plugin Registry entries with source-backed install information, repository signals, capabilities, and verification status.\n\nliustack/modlens\n\n2.8kGitHub starsA DeepSeek Harness vision plugin that turns pasted images into structured OCR, layout, and semantic evidence for supported text-only models.\n\nzhu1090093659/dsh-web-ui\n\n3.9kGitHub starsAn installable DSH Web profile bundle adding UI extensions, tools, remote access features, and skins to dsh web.\n\n`dsh plugin --profile web add @linxin666/dsh-web-ui-all`\n\nomdsh-dev/DSH-better-sidebar\n\n1.9kGitHub starsA DSH web plugin that adds a VS Code-like, session-isolated sidebar and bottom-panel workspace with extensibility APIs.\n\n`dsh plugin --profile web add dsh-better-sidebar@latest`\n\nccch1mneyyy/dsh-TUI\n\n1.8kGitHub starsClaude Code-style full-screen terminal UI plugin for DeepSeek Harness agents.\n\nGanyuanRan/Aegis\n\n1kGitHub starsA multi-host method pack for architecture-aware, evidence-driven AI coding workflows, including DeepSeek Harness.\n\ndsh-market/dsh-market\n\n828GitHub starsAn in-DeepSeek Harness visual plugin marketplace for browsing, searching, installing, updating, and removing community plugins.\n\n`dsh plugin --profile web add dshmarket`\n\nysr666/dsh-vision-router\n\n636GitHub starsVision routing and pixel-level image tools for DeepSeek Harness Web.\n\n`pnpm dsh plugin --profile web add dsh-vision-router`\n\nsandbaseai/sandbase-harness\n\n617GitHub starsA self-hosted AI-agent runtime with a native DeepSeek Harness MCP bundle for managing agents and sessions.\n\n`dsh plugin --profile web add managed-agents`\n\nAnionex/dsh-vision-toolkit\n\n615GitHub starsDeepSeek Harness vision toolkit for image Q&A, OCR, visual grounding, UI restoration, and pixel comparison.\n\n`dsh plugin --profile web add @anionex/dsh-vision-toolkit`\n\nNanmiCoder/dsh-agent-teams\n\n491GitHub starsA DeepSeek Harness plugin that coordinates captain-led multi-agent teams with dependency-aware tasks, durable messaging, and a live web activity panel.\n\n`dsh plugin --profile web add @nanmicoder/dsh-agent-teams`\n\nNagi-ovo/dsh-ads\n\n481GitHub starsA DeepSeek Harness web UI plugin that adds intentionally fictional, early-2000s-style parody ads and reward-gate interactions.\n\n`dsh plugin --profile web add github:Nagi-ovo/dsh-ads`\n\nmnemon-dev/mnemon\n\n469GitHub starsA standalone, local persistent-memory system for AI agents, with DeepSeek Harness support provided through the separate dsh-mnemon plugin.\n\n`dsh plugin --profile web add dsh-mnemon`\n\nBrowse DeepSeek Harness plugins by capability, from vision and Web UI to terminal workflows, security, skills, and remote execution.\n\nUnderstand plugins before you install\n\nPublic repository evidence is analyzed to explain what a plugin does, which capabilities it adds, useful scenarios, who it fits, and documented limitations.\n\nDependencies, lifecycle scripts, licenses, package manifests, DSH bundle declarations, and public source availability are surfaced as objective security signals.\n\nVersion-specific runtime results connect DeepSeek Harness releases with the plugin builds tested against them, while untested combinations are shown clearly.\n\nInstallable plugins and plugin bundles are separated from directories, SDKs, scaffolds, desktop wrappers, tutorials, and other resources through rules, AI analysis, and review.\n\nEach repository moves through a structured registry pipeline that combines public source facts, AI-assisted analysis, deterministic rules, and conservative publication policy.\n\nFind DeepSeek Harness plugin repositories from the public dsh-plugin ecosystem and community submissions.\n\nRead README content, package metadata, DSH bundle declarations, manifests, releases, repository activity, and install information.\n\nBuild source-grounded intelligence for capabilities, use cases, target users, documented limitations, install paths, and security signals.\n\nClassify the artifact and plugin type, then combine deterministic evidence, AI analysis, and registry policy to approve, reject, or hold it for review.\n\nPublish index-ready plugin pages with install commands, repository facts, security signals, related plugins, and version-specific compatibility evidence.\n\nDeepSeek 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.\n\nPlugins 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.\n\nDevelopers 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.\n\n`$ dsh plugin --profile web add <package-or-git-spec>`\n\nInstall DSH plugins\n\nMost 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.\n\n`$ dsh plugin --profile web add <package-or-git-spec>`\n\nCheck 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.\n\nCopy the install command associated with the plugin repository. Some projects publish to npm, while others are installed directly from GitHub or a local checkout.\n\nLong-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.\n\nBefore 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.\n\nUnderstand DSH profiles, package specs, Git sources, and the dsh plugin install command.\n\nRead guideA practical path from DSH bundle metadata and package structure to a shareable plugin.\n\nRead guideLearn the concepts behind how DeepSeek Harness plugins and plugin bundles are composed.\n\nRead 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.\n\nMost 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.\n\nDSH 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.\n\nNo. 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.\n\nThird-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.\n\nUse 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.\n\nSubmit the public GitHub repository so DSH Plugin can analyze it, classify it, and make the plugin discoverable in the registry.", "url": "https://wpnews.pro/news/dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data", "canonical_source": "https://dshplugin.app/", "published_at": "2026-08-18 06:48:39+00:00", "updated_at": "2026-08-18 07:11:15.862133+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools", "ai-infrastructure"], "entities": ["DeepSeek Harness", "liustack/modlens", "zhu1090093659/dsh-web-ui", "omdsh-dev/DSH-better-sidebar", "ccch1mneyyy/dsh-TUI", "GanyuanRan/Aegis", "dsh-market/dsh-market", "ysr666/dsh-vision-router"], "alternates": {"html": "https://wpnews.pro/news/dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data", "markdown": "https://wpnews.pro/news/dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data.md", "text": "https://wpnews.pro/news/dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data.txt", "jsonld": "https://wpnews.pro/news/dshplugin-deepseek-harness-plugins-with-install-compatibility-and-repo-data.jsonld"}}