@bryan-cmf/dsh-skill-gate
DSH 技能触发与选择网关插件:模型触发技能时由用户在候选方案中选择,10秒无操作则退回系统默认设置。
AI 分析
核心用途是在 Agent 触发关键技能时引入人工确认与选择机制。适合需要对 Agent 行为进行半自主控制、防止误操作的安全敏感型任务。支持自定义超时时间和最大候选数量。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bryan-cmf/dsh-skill-gate說明文件
閱讀完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
enabled | true | Master switch |
timeoutMs | 10000 | User decision window; on expiry the system default applies |
maxCandidates | 5 | Max options offered (includes the system default) |