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.

AI Analysis

核心用途是提供可视化的 DSH 技能管理与开发面板。适合需要快速浏览、安装市场技能,或利用 AI 辅助起草新技能的用户。AI 辅助功能需配置兼容的 OpenAI 接口。

Package
@linxin666/dsh-client-ui-skill-explorer
Version
0.5.0
License
BSD-3-Clause
Last updated
Sep 1, 2026

Install

$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)。