dsh-capability-inspector
Run the following command in DeepSeek Harness:
dsh plugin install tree201/dsh-capability-inspector
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install tree201/dsh-capability-inspector in your terminal to install the plugin from GitHub (https://github.com/tree201/dsh-capability-inspector), then restart DeepSeek Harness to activate it.
About this plugin
DeepSeek Harness stacks tools, LLM providers, skills, workspaces, and session persistence on top of one another, making it hard to pinpoint which layer is silently failing. dsh-capability-inspector delivers a unified, read-only runtime snapshot so you can see at a glance which capabilities are actually live and where a configuration gap may exist, instead of digging through logs layer by layer.
The plugin registers an inspect_dsh tool with six granular scopes: summary, tools, models, skills, workspaces, and sessions. Checks cover Node.js version, OS, architecture, the tools visible to the calling agent, each LLM provider and its model catalog, skill definitions and invocation modes, workspace directory health with associated session counts, and session persistence availability. A single failed check never blocks the rest of the report. The plugin is strictly read-only: it never returns API keys or credential values, never modifies configuration, and never attempts automatic repair.
Ideal for DSH administrators running pre-launch readiness checks, developers troubleshooting MCP integration issues, and teams that need a repeatable capability audit. Think of it as an on-demand ops health report rather than an auto-fixer.
Use Cases
- Verify all agent tools, models, skills, and workspaces are ready before a production launch
- Pinpoint why a specific tool or model catalog is unavailable in an MCP integration
- Audit workspace directory health and session persistence in a single pass
Best For
- DSH administrators performing pre-launch readiness checks
- Backend developers troubleshooting agent capability failure chains
- Platform engineering teams that need recurring capability matrix audits
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.