dsh-plugin-manager
Run the following command in DeepSeek Harness:
dsh plugin install 123twtd/dsh-plugin-manager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install 123twtd/dsh-plugin-manager inside DeepSeek Harness to install the plugin; the source repository is https://github.com/123twtd/dsh-plugin-manager.
About this plugin
In the DeepSeek Harness ecosystem, plugins are installed as npm packages and enabled through Profile bundles. As the number of plugins grows, port collisions, route overlaps, duplicate service providers, and missing dependencies become common headaches, yet there has been no unified runtime control plane for systematic conflict detection and transactional changes. dsh-plugin-manager, built independently from the legacy component-hub, focuses exclusively on providing full lifecycle control over DSH plugins.
Its core capabilities span four dimensions: a seven-type conflict engine covering explicit declarations, duplicate services, routes, commands, ports, duplicate plugin IDs, missing dependencies, and version incompatibility, producing precise risk reports before any change; a standard transaction flow where every toggle, install, or uninstall step goes through snapshot, validation, and execution with automatic rollback on failure; layered verification that escalates from syntax checks and config validation to a real DSH Loader startup; and a discovery marketplace with offline snapshots, one-click install transactions, and job persistence so progress survives process restarts.
It is well suited for developers managing multiple DSH plugins, teams needing systematic plugin governance, and anyone who wants to safely install, update, or uninstall plugins without losing existing configuration. It complements rather than replaces snapshot/rollback or config-migration tools by providing the transactional and conflict-aware control layer on top.
Use Cases
- Detect seven types of conflicts such as port, route, and service duplication before installing a new plugin
- Execute snapshot-validated uninstall or update with automatic rollback on failure
- Browse plugin candidates in the discovery marketplace and complete a one-click install transaction
Best For
- Developers managing multiple DSH plugins who need a unified control plane
- Project teams requiring systematic plugin governance and conflict analysis
- Users who want to safely modify plugins without losing existing configuration
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.