deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Bryan-cmf/dsh-skill-gate
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
技能觸發與選擇閘門:系統按關鍵詞觸發技能時,把候選技能(含描述)交給用戶選擇;10 秒內未選擇 → 自動使用系統默認。
A DeepSeek Harness host plugin that gives the user the final say over which skill the agent uses.
skill tool call, keyword-driven as usual).tools/execute waterfall intercepts the dispatch and opens the native
question UI: 系統建議的技能 + 其他候選技能,每項帶描述。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…
"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-skill-gate"] } }
- id: skill-gate
name: '@bryan-cmf/dsh-skill-gate'
>= 0.1.0-rc.6 (services: skills, userQuestions, timer; all in
the shipped dsh-base bundle — userQuestions needs the browser UI)| 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) |
agent.inject() synthetic
user-message channel, so the model's next step loads the chosen skill.@bryan-cmf/dsh-infra-observability
records every gate outcome as ordinary tool usage.pnpm install --store-dir .pnpm-store
pnpm build
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: agent-infrastructure、skill、skill-selection。