minivv/dsh-agent-skills0

dsh-agent-skills

Discover and manage Claude Code, Codex, Gemini CLI, and other Agent Skills inside DeepSeek Harness.

包名
dsh-agent-skills
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minivv/dsh-agent-skills

使用

  1. 打开 DSH Web。
  2. 进入「设置 → Agent Skills」。
  3. 检查自动发现的来源,或点击「+ 添加目录」。
  4. 使用来源开关或技能开关控制 Agent 可见范围。
  5. 修改磁盘上的技能后,点击「重新扫描」或等待自动刷新。

插件状态保存在:

$DSH_HOME/agent-skills/state.json

支持的目录结构:

skills/
├── my-skill/
│   └── SKILL.md
└── another-skill.md

SKILL.md 需要 YAML frontmatter,name 必须使用小写 kebab-case:

---
name: my-skill
description: Explain when this skill should be used.
---