Epiphany-Leon/dsh-skill-forge0

dsh-skill-forge

适用于 DSH 的多智能体协同技能锻造系统插件。

AI 分析

核心用途是将对话中的经验提炼、验证并转化为可复用的技能,支持自动触发与迭代。适合需要沉淀和构建 AI 技能库的高级用户。

包名
dsh-skill-forge
版本
0.1.0
许可证
MIT
最近更新
2026年9月6日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Epiphany-Leon/dsh-skill-forge

⚙️ Configuration

Adjust settings through the DSH settings UI, or edit the profile cordis.patch.yml directly.

OptionTypeDefaultDescription
securityLevelstrict / normal / permissive / autonormalSecurity audit strictness
autoTriggerbooleantrueEnable automatic forge triggering
triggerThresholdnumber (0.1–0.95)0.3Confidence threshold for auto-trigger
maxIterationsnumber (0–10)3Maximum forge iteration rounds
verificationPassThresholdnumber (0.5–1.0)0.9Verification pass threshold
tokenBudgetRationumber (0.05–0.3)0.1Token budget share for skill injection
injectionModeall / smartallSkill injection mode: full registration or smart dynamic injection
injectionRelevanceThresholdnumber (0–1)0.2Minimum relevance for smart injection
enableDreamingbooleanfalseEnable off-peak batch forging
dreamingSchedulestring0 3 * * 0Cron schedule for off-peak forging
customDangerousPatternsstring[][]Custom dangerous pattern list
workspaceRootstring''Skill library storage root (uses first DSH workspace if empty)

Full configuration reference: docs/configuration.md (Chinese).