@bryan-cmf/dsh-skill-gate
DSH-Plugin: skill trigger/selection gate — when the model triggers a skill, the user picks from described candidates; 10s no-choice falls back to the system default.
AI Analysis
核心用途是在 Agent 触发关键技能时引入人工确认与选择机制。适合需要对 Agent 行为进行半自主控制、防止误操作的安全敏感型任务。支持自定义超时时间和最大候选数量。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bryan-cmf/dsh-skill-gateREADME
Read the full 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) |