yangbobo2021/relay-dsh-plugin-monitor-author0

relay-dsh-plugin-monitor-author

DSH 技能提供商插件,用于引导 Agent 安全地发现和创建 Relay 监控捆绑包(Monitor Bundles)。

AI 分析

核心用途是让 DSH Agent 能够自主构建和配置 Relay 监控任务。适合使用 Relay 架构进行自动化监控和事件驱动任务的高级用户。

包名
relay-dsh-plugin-monitor-author
版本
0.1.0
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangbobo2021/relay-dsh-plugin-monitor-author

Relay Monitor Author

npm version CI MIT license

English | 中文

DeepSeek Harness plugin that contributes the relay-monitor-author Skill to DSH's native Skill catalog. The Skill guides the current DSH Agent through live Monitor Bundle discovery, plugin preference, least-authority custom authoring, validation, and durable installation.

Install the exact public release together with Monitor Core:

npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add --save-exact \
  relay-dsh-plugin-monitors@0.3.0 \
  relay-dsh-plugin-monitor-author@0.1.0

Install this package together with relay-dsh-plugin-monitors. DSH users can ask the Agent to wait for an external condition, load the Skill through DSH's native Skill UI/tool, or invoke /relay-monitor-author explicitly. The Skill uses the Monitor tools already scoped to the current DSH root Session; it does not create a Codex plugin and does not bypass Relay authorization.

Unloading this plugin removes the Skill from new DSH catalog observations. It does not stop or rewrite Monitors that were already committed by Monitor Core.

See SPEC.md and docs/acceptance-scenarios.md.