설치
npx -y @deepseek-ai/dsh plugin --profile web add github:Bryan-cmf/dsh-skill-gate이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
🚪 Skill Gate — DSH-Plugin
技能觸發與選擇閘門:系統按關鍵詞觸發技能時,把候選技能(含描述)交給用戶選擇;10 秒內未選擇 → 自動使用系統默認。
A DeepSeek Harness host plugin that gives the user the final say over which skill the agent uses.
How it works
- The model triggers a skill (
skilltool call, keyword-driven as usual). tools/executewaterfall intercepts the dispatch and opens the native question UI: 系統建議的技能 + 其他候選技能,每項帶描述。- User picks → the original call is short-circuited with an explanatory result, and a synthetic instruction is injected so the model loads the chosen skill instead.
- No answer within
timeoutMs(default 10s) → the system default (the requested skill) proceeds untouched.
🧠 技能選擇
系統將使用技能「ak-hk-stock-dd」。要改用其他技能嗎?
(10 秒內未選擇將自動使用「ak-hk-stock-dd」)
[ak-hk-stock-dd] 系統建議(預設)
[serenity-skill] 供應鏈瓶頸投資研究方法論
[dcf-valuation] Discounted cash flow valuation…
Install
Path A — Host composition (recommended)
"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-skill-gate"] } }
Path B — Agent preset row
- id: skill-gate
name: '@bryan-cmf/dsh-skill-gate'
Requirements
- DSH
>= 0.1.0-rc.6(services:skills,userQuestions,timer; all in the shippeddsh-basebundle —userQuestionsneeds the browser UI)
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) |
Design notes
- One gate at a time: a second skill call while a question is open passes through untouched (no stacked questions).
- No userQuestions provider (headless) → the gate passes everything through.
- The override is delivered through the sanctioned
agent.inject()synthetic user-message channel, so the model's next step loads the chosen skill. - Companion:
@bryan-cmf/dsh-infra-observabilityrecords every gate outcome as ordinary tool usage.
Development
pnpm install --store-dir .pnpm-store
pnpm build
License
MIT
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 15. 오전 7:24
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.