hrhgit/dsh-skill-manager0

@hrhgit/dsh-skill-manager

编辑和导入由 DeepSeek Harness 发现的本地技能

AI 分析

核心用途是编辑、创建和导入本地技能。适合需要浏览当前活跃技能目录、将新技能写入本地文件并进行分组导入的 DSH 用户。

包名
@hrhgit/dsh-skill-manager
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hrhgit/dsh-skill-manager

dsh-skill-manager

DeepSeek Harness settings plugin for editing, creating, and importing local skills. It reads the active catalog from the host ctx.skills registry instead of maintaining a second discovery, priority, or file-watching implementation.

  • Browses the host's active, resolved skill catalog.
  • Writes new skills to $DSH_HOME/skills//SKILL.md.
  • Groups import candidates by source directory with group selection, select-all, and an empty default selection.
  • Skips duplicate target slugs instead of overwriting them.
  • Keeps edits and imports in the Host and transient interaction state in the Web Client.

See README.zh-CN.md for configuration details.