AI Agent Hub
Back to plugins
🧩

relay-dsh-plugin-monitor-author

admin-security Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install yangbobo2021/relay-dsh-plugin-monitor-author

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, run dsh plugin install yangbobo2021/relay-dsh-plugin-monitor-author to install; source code is at https://github.com/yangbobo2021/relay-dsh-plugin-monitor-author

About this plugin

Managing Relay Monitors inside DSH typically involves repetitive manual steps: discovering Monitor Bundles, matching plugin preferences, narrowing permissions, validating structures, and persisting installations. It is easy to skip a critical step or to grant broader privileges than necessary. relay-dsh-plugin-monitor-author injects the relay-monitor-author Skill into DSH's native Skill catalog so the Agent can drive the entire lifecycle autonomously, from live Monitor Bundle discovery and plugin-preference matching through least-authority custom authoring, structural validation, and durable installation.

The Skill operates on Monitor tools already scoped to the current DSH root Session. It does not spawn a separate plugin and does not bypass the Relay authorization chain. Triggering is flexible: the Agent can act while waiting for an external condition, the Skill can be loaded through DSH's native Skill UI, or it can be invoked explicitly via /relay-monitor-author. Unloading the plugin removes the Skill from new catalog observations only; Monitors already committed by Monitor Core remain untouched, giving a clean rollback path.

Best suited for administrators and security auditors managing Relay Monitors on DSH 0.1.2-alpha.3 or later, especially teams that need least-privilege Monitor customization while maintaining a fully auditable authorization trail. It must be installed alongside relay-dsh-plugin-monitors.

Use Cases

  • Agent autonomously discovers, validates, and durably installs Monitor Bundles
  • Agent triggers the Monitor authoring workflow while waiting for an external condition
  • Auditors customize Monitors along a least-authority path with a full authorization trail

Best For

  • Ops and security teams managing DSH Relay Monitors
  • Compliance officers requiring least-privilege Monitor customization with audit trails
  • Platform administrators on DSH 0.1.2-alpha.3 or later