weilantianhai/dsh-command-skill-list ↗★ 1
dsh-command-skill-list
/skills command for DeepSeek Harness — list user-invocable skills with auto-translated descriptions (zh↔en), pick to load into the current message.
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:可选,技能名 → 自定义注释;有注释的技能不再翻译