DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Command Skill List — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
C

dsh-command-skill-list

Command Skill List

DeepSeek Harness 的 /skills 命令——列出用户可调用的技能,并显示自动翻译的描述(中英双向);选择后加载到当前消息中。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list#492c59ca921bd2247e5aad8c6e8f2d2d2bf65cfc
README兼容性版本

兼容性与来源证明

Command Skill List 以 dsh-command-skill-list 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/9

版本

0.1.0stable
2026/9/9
最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/9/10
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-command-skill-list

English | 中文


中文

DSH 插件:在聊天框输入 /skills,列出 ~/.agents/skills 里的所有用户可调用技能,描述自动翻译为系统语言(中↔英),选中后该条消息即使用该技能。

功能

  • 输入 /skills 或 /skills <过滤词> 触发技能列表
  • 描述自动翻译为系统语言(中文系统显示中文,英文系统显示英文)
  • 翻译使用 DeepSeek API(OpenAI 兼容),带磁盘缓存,每条描述终身只翻一次
  • 选中技能后插入 /skillname ,由 DSH 内建机制加载该技能

安装

dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list

配置翻译(可选)

如需启用描述翻译,设置 DeepSeek API Key:

方式一:环境变量

export DEEPSEEK_API_KEY=sk-xxx

方式二:配置文件 ~/.dsh/plugins/command-skill-list/config.json

{
  "deepseekApiKey": "sk-xxx"
}

不配置则显示原始描述(不翻译)。

依赖

  • DSH Web(dsh web)
  • Node.js 18+(host 半使用 fetch)

English

DSH plugin: type /skills in the chat to list all user-invocable skills in ~/.agents/skills, with descriptions auto-translated to your system language (zh↔en). Selecting a skill loads it into the current message.

Features

  • /skills or /skills <filter> triggers the skill list
  • Descriptions auto-translated to system language (zh for Chinese systems, en otherwise)
  • Translation via DeepSeek API (OpenAI-compatible) with disk cache
  • Picking a skill inserts /skillname , leveraging DSH's built-in injection

Install

dsh plugin --profile web add github:weilantianhai/dsh-command-skill-list

Configure Translation (optional)

Set a DeepSeek API key for description translation:

Option 1: Environment variable

export DEEPSEEK_API_KEY=sk-xxx

Option 2: Config file ~/.dsh/plugins/command-skill-list/config.json

{
  "deepseekApiKey": "sk-xxx"
}

Without a key, original descriptions are shown untranslated.

Requirements

  • DSH Web (dsh web)
  • Node.js 18+ (host half uses fetch)