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/08/13

インストール

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

ドキュメント

README 全文を読む ↗

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.