weilantianhai/dsh-command-skill-list ↗★ 1
dsh-command-skill-list
DeepSeek Harness 的 /skills 命令插件:列出用户可调用的技能,支持中英文自动翻译描述,并可选择加载到当前消息中。
AI 分析
核心用途是提供便捷的技能(Skills)查询与快速载入功能。适合在 DSH 中积累了较多自定义技能、需要快速检索并将其注入当前对话的用户。可选配置 DeepSeek API Key 以支持自动翻译。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list说明文档
阅读完整 README ↗配置文件
所有配置存于 ~/.dsh/plugins/command-skill-list/config.json(也可通过设置页修改):
{
"deepseekApiKey": "sk-xxx",
"notes": {
"tdd": "测试驱动开发:红-绿-重构",
"code-review": "按仓库规范与需求规格双维度审查代码"
}
}
deepseekApiKey:可选,内置模型不可用时的备用翻译通道(也可用环境变量DEEPSEEK_API_KEY)notes:可选,技能名 → 自定义注释;有注释的技能不再翻译