weilantianhai/dsh-command-skill-list1

dsh-command-skill-list

DeepSeek Harness 的 /skills 命令插件:列出用户可调用的技能,支持中英文自动翻译描述,并可选择加载到当前消息中。

AI 分析

核心用途是提供便捷的技能(Skills)查询与快速载入功能。适合在 DSH 中积累了较多自定义技能、需要快速检索并将其注入当前对话的用户。可选配置 DeepSeek API Key 以支持自动翻译。

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list

配置文件

所有配置存于 ~/.dsh/plugins/command-skill-list/config.json(也可通过设置页修改):

{
  "deepseekApiKey": "sk-xxx",
  "notes": {
    "tdd": "测试驱动开发:红-绿-重构",
    "code-review": "按仓库规范与需求规格双维度审查代码"
  }
}
  • deepseekApiKey:可选,内置模型不可用时的备用翻译通道(也可用环境变量 DEEPSEEK_API_KEY
  • notes:可选,技能名 → 自定义注释;有注释的技能不再翻译