AKS1st/dsh-skill-manager

AKS1st★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

DSH web plugin: a Skill Manager page in the settings panel browsing system / user / workspace / preset skills, with file-tree editing, zip import/export, and delete (system skills read-only).

README 摘要

dsh-skill-manager English · 中文 A DSH web plugin that adds a Skills page to the settings panel (opened from the sidebar-foot Settings trigger). It shows every skill the deployment can see, grouped into system / user / workspaces / preset tiers, and lets you manage them without touching the filesystem by hand: - Browse — expand a skill to its directory file tree; system (bundled) skills are read-only, user and workspace skills are fully manageable. - Edit — click a file to open a view/edit window and modify the skill's content directly. - Import — upload a zip package to install skills into your user skills directory or any workspace (blank workspaces included, sorted last). - Export — download any skill as a zip, read-only ones included. - Delete — remove writable skills with a two-step confirmation. Screenshots The Skills page inside the settings panel: The file editor window (click a file to open it): Install Installs straight from the GitHub repository (pnpm git-source install). How it works The plugin has two parts that work together: - Server side (runs inside the dsh service, src/index.ts ): reads the skills dsh already knows about and serves them to the page, and handles the …

在 GitHub 查看完整 README →
工具/开发dshdsh-pluginpluginskillssidebar

分类