dsh-plugin-observatory
Run the following command in DeepSeek Harness:
dsh plugin install CMSKL/dsh-plugin-observatory
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness, use the command dsh plugin install CMSKL/dsh-plugin-observatory, with the source code located at https://github.com/CMSKL/dsh-plugin-observatory.
About this plugin
Dealing with plugin development can be tricky. Ensuring that your local plugin correctly declares bundles, runtime dependencies, and host versions before activation is crucial to avoid runtime crashes. DSH Plugin Observatory is designed to tackle this challenge head-on. It offers a pre-installation inspection mechanism, allowing developers to quickly validate the integrity of local plugins and ensure that dependencies, patches, and version compatibility meet expectations before the system even boots up.
The core of this plugin lies in its powerful dual-toolset. plugin_audit acts as a strict auditor, inspecting package metadata and declared patches without executing target JavaScript code. It generates deterministic, machine-readable reports to help developers identify missing manifest details, version mismatches, and duplicate IDs. Complementing this is plugin_observe, which provides a bounded runtime observation layer, allowing developers to track the current Loader state and Fiber transition history without becoming a second source of truth.
Whether you are a plugin author, maintainer, or a tool builder, DSH Plugin Observatory is an essential addition to your toolkit. It not only helps you quickly answer critical questions about plugin compatibility but also catches potential issues before activation, significantly improving system stability. By offloading the burden of configuration validation to this tool, you can focus on the core logic of your plugins without worrying about low-level configuration errors.
Use Cases
- Verify manifest and dependencies before installing a plugin.
- Inspect Loader state and Fiber transitions after plugin mounting.
- Perform static analysis on plugin patches and version compatibility.
Best For
- DSH plugin developers
- Plugin maintainers
- Tooling builders
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.