lijian-ui/dsh-skill-manage ↗★ 0
@lijian-ui/dsh-skill-manage
Skill management plugin for DeepSeek Harness (dsh): list / enable / disable / delete / add skills from the web UI settings panel. 为 DeepSeek Harness 提供技能管理:列表 / 启用 / 停用 / 删除 / 添加。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lijian-ui/dsh-skill-manage说明文档
阅读完整 README ↗Usage
- Open dsh desktop
- Navigate to Settings → Skill Manage
- In the skill list:
- Click the toggle switch to enable/disable a skill
- Click the delete button to permanently remove a skill
- Click a skill card to view details
- Use the search box to filter skills
- Click "Add skill" and pick a .zip archive to import into the global skills directory
Skill File Convention
| State | Directory Bundle | Flat File |
|---|---|---|
| Enabled | /SKILL.md | .md |
| Disabled | /SKILL.md.disabled | .md.disabled |
Skill Scopes
| Scope | Path | Description |
|---|---|---|
| Global dsh | ~/.dsh/skills/ | User global skills |
| Global agents | ~/.agents/skills/ | Agents global skills |
| Workspace | /.dsh/skills/ | Project-level skills |
| Bundled | DSH_BUNDLED_SKILL_DIR | Deployment-bundled, read-only |