deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DSH 插件:在聊天框输入 /(或 /sk 等任意 skills 前缀),列出 ~/.agents/skills 里的所有用户可调用技能,描述自动精简翻译为系统语言(中↔英),选中后该条消息即使用该技能。
/ 显示 skills 入口;输入 /sk、/ski 等任意前缀直接弹出完整技能列表/skillname,由 DSH 内建机制加载该技能dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list
安装后在 DSH 设置页会出现「技能翻译 / Skill Translation」栏:
所有配置存于 ~/.dsh/plugins/command-skill-list/config.json(也可通过设置页修改):
{
"deepseekApiKey": "sk-xxx",
"notes": {
"tdd": "测试驱动开发:红-绿-重构",
"code-review": "按仓库规范与需求规格双维度审查代码"
}
}
deepseekApiKey:可选,内置模型不可用时的备用翻译通道(也可用环境变量 DEEPSEEK_API_KEY)notes:可选,技能名 → 自定义注释;有注释的技能不再翻译dsh web)fetch)DSH plugin: type / (or any prefix like /sk) in the chat to list all user-invocable skills in ~/.agents/skills, with descriptions auto-distilled into concise one-line summaries in your system language (zh↔en). Selecting a skill loads it into the current message.
/ shows a skills entry; any prefix like /sk or /ski opens the full catalog directly/skillname, leveraging DSH's built-in injectiondsh plugin --profile web add github:weilantianhai/dsh-command-skill-list
After installing, a "Skill Translation" section appears in the DSH settings:
All settings live in ~/.dsh/plugins/command-skill-list/config.json (editable via the settings page too):
{
"deepseekApiKey": "sk-xxx",
"notes": {
"tdd": "Test-driven development: red-green-refactor",
"code-review": "Review code against repo standards and the spec"
}
}
deepseekApiKey: optional fallback translation channel when the built-in model is unavailable (or use the DEEPSEEK_API_KEY env var)notes: optional map of skill name → custom note; noted skills skip translationdsh web)fetch)CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。