dsh-sims-agent
Run the following command in DeepSeek Harness:
dsh plugin install cardclown/dsh-sims-agent
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install cardclown/dsh-sims-agent in the DeepSeek Harness terminal to install the plugin; the source repository is at https://github.com/cardclown/dsh-sims-agent .
About this plugin
Connecting to a SIMS business system inside DSH has often meant hand-rolled HTTP calls, access tokens scattered across config files, and shared logic that is opaque to auditors. dsh-sims-agent consolidates that pipeline into a single, bounded management module so security teams can issue a natural-language check command while credential, configuration, and template lifecycles are handled uniformly by the host.
Three core capabilities define the plugin: connection and identity verification, which appends /auth/me to the target address and validates the business envelope and identity fields before returning CONNECTED or one of seven explicit status codes such as CONFIGURATION_REQUIRED, AUTH_REQUIRED, or TIMEOUT; credential and configuration management, where tokens are stored through the host credential service and the settings page only indicates whether a token is present, with an empty input preserving the existing binding; and explicit user-template creation and removal, letting administrators generate an isolated assistant copy by identifier and name, remove unmodified copies directly, and defer modified templates to the native Agent Preset management page without ever guessing or overwriting existing defaults or root settings.
The plugin is best suited to administrators or DevSecOps teams already running DSH 0.1.2-rc.1 or later who need a compliance-friendly bridge to a SIMS service account. It intentionally does not provide attendance, inventory, OCR, write operations, token refresh, or automatic logins. Instead it focuses on connection visibility, minimal credential exposure, and template traceability, giving security auditors a clear, inspectable trail for every step of the integration.
Use Cases
- Verify SIMS service account connectivity and identity via natural-language commands
- Securely configure SIMS API tokens and validate identity in the DSH settings page
- Create isolated SIMS assistant templates for team use and remove them explicitly
Best For
- DSH platform administrators integrating SIMS systems
- DevSecOps teams responsible for security compliance audits
- Operations staff managing multiple DSH agent templates
Related Plugins
A network security red-team benchmark plugin for DeepSeek-V4.1/Flash featuring dual-layer kernel injection and zero-tool architecture for controlled model safety assessment.
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
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.