bitterSmilezzz/dsh-skill-manager1

dsh-skill-manager

DeepSeek Harness plugin: manage user skills (~/.dsh/skills) via slash commands and the skill_manage tool.

AI 분석

核心用途是让用户和智能体能够动态创建、读取、更新和删除自定义技能。适合需要频繁定制、管理智能体系统提示词与技能库的用户。支持通过 `/skills` 等斜杠命令直接操作。

패키지
dsh-skill-manager
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

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

Usage

Slash commands (human, in the composer)

CommandWhat it does
/skillsList your user skills and their model/user invocation flags.
/skill-remove Delete a user skill by name.

The skill_manage tool (the model)

Ask the agent to manage a skill and it calls skill_manage:

  • list — list user skills.
  • get (name) — read one skill's instructions.
  • save (name, description, content, optional whenToUse, modelInvocable, userInvocable, originalName for rename) — create or update a skill.
  • remove (name) — delete a skill.

For example: "Create a skill named code-review that reviews a diff for correctness and style."

Configuration

RowFieldDefaultMeaning
skill-managerdshHome$DSH_HOME, then ~/.dshHarness home whose skills directory is managed.