lywusichen/dsh-skill-panel ↗★ 0
dsh-skill-panel
DSH 技能面板插件,在侧边栏底部提供触发器,弹窗列出当前会话加载的全部技能,并支持一键打开技能对应的本地文件夹。
AI 分析
核心用途是直观管理和调试当前会话的技能。适合技能开发者或重度用户,方便快速查看技能路由描述并直接跳转到本地代码目录。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lywusichen/dsh-skill-panel说明文档
阅读完整 README ↗Usage
- The dialog shows the current session's skill catalog (name, routing
description, and a
user-onlybadge where applicable), re-fetched per-session and cached alongside the composer's/skill menu. - Click the folder icon on a row to open that skill's local directory with the Host's default application (e.g. Explorer / Finder).