xusuyang030218/dsh-skill-ui0

@linxin666/dsh-client-ui-skill-explorer

DSH skill center: browse loaded skills by source (bundled / project / user / custom / runtime), enable or disable, create and delete, skillhub market browse/install with category & sort, guided create wizard and AI drafting, in a web GUI panel.

包名
@linxin666/dsh-client-ui-skill-explorer
版本
0.5.0
许可证
BSD-3-Clause
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xusuyang030218/dsh-skill-ui

AI 辅助生成配置

草稿路由会从 ~/.dsh/settings.yamlllm-pi-ai.providers 自动选择可用的 OpenAI 兼容 provider(api: openai-completionsapiKeyEnv 环境变量已设置),也可用环境变量覆盖:

DSH_AI_DRAFT_BASE_URL=https://.../v1
DSH_AI_DRAFT_API_KEY=sk-...
DSH_AI_DRAFT_MODEL=some-model

未配置时面板会禁用 AI 按钮并提示(接口返回 503 AI_UNAVAILABLE)。