dsh-agent-doctor
Run the following command in DeepSeek Harness:
dsh plugin install MkaliezZ/dsh-agent-doctor
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install MkaliezZ/dsh-agent-doctor in DeepSeek Harness to install this plugin; the source repository is at https://github.com/MkaliezZ/dsh-agent-doctor.
About this plugin
After mounting tools in a DeepSeek Harness, developers often struggle to quickly confirm whether the effective tool surface exposed to the model matches their expectations. Which tools are visible, whether reserved capabilities have accidentally leaked, and if any tool name looks side-effect-shaped are details that are tedious and error-prone to verify by hand. dsh-agent-doctor provides a /doctor command that lets you run a bounded health check on the model-visible tool surface from an interactive DSH interface.
The diagnostics cover five dimensions: listing the count and names of effective tools, detecting whether the reserved run_code capability is unexpectedly visible, issuing a heuristic warning on tool names that look side-effect-shaped, verifying that an AgentFuse policy boundary is present as required, and reporting an approval-service availability signal. The name-based check is a diagnostic hint only; the plugin neither authorizes nor blocks execution and does not act as a security scanner or enforcement boundary. True runtime enforcement should still be delegated to a policy layer such as AgentFuse.
Ideal for developers building or debugging DSH agents. If you need a quick pre-release health check on the tool surface, want to confirm that reserved capabilities have not been unintentionally exposed, or simply want a structured configuration snapshot in your logs, this lightweight plugin fits the bill. The core checker has no runtime dependencies and can be tested in isolation.
Use Cases
- Run a quick pre-release health check on an agent tool surface
- Verify that reserved capabilities like run_code are not accidentally exposed
- Leave a structured diagnostic snapshot in DSH agent logs
Best For
- Developers building DeepSeek Harness agents
- Engineers reviewing agent tool configurations
- Teams verifying tool surface compliance before release
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.