xusuyang030218/dsh-skill-ui ↗★ 0
@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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xusuyang030218/dsh-skill-ui说明文档
阅读完整 README ↗AI 辅助生成配置
草稿路由会从 ~/.dsh/settings.yaml 的 llm-pi-ai.providers 自动选择可用的 OpenAI 兼容 provider(api: openai-completions 且 apiKeyEnv 环境变量已设置),也可用环境变量覆盖:
DSH_AI_DRAFT_BASE_URL=https://.../v1
DSH_AI_DRAFT_API_KEY=sk-...
DSH_AI_DRAFT_MODEL=some-model
未配置时面板会禁用 AI 按钮并提示(接口返回 503 AI_UNAVAILABLE)。