bitterSmilezzz/dsh-skill-manager1

dsh-skill-manager

DeepSeek Harness 插件:通过斜杠命令和 skill_manage 工具管理用户技能(~/.dsh/skills)。

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.