dsh-spider
Auto-inject user-chosen skills into DeepSeek Harness sessions and harvest skills from other agent tool dirs (~/.claude, ~/.codex, ...) as extra providers.
AI Analysis
核心用途是自动注入和采集多源技能。适合需要整合多智能体工具(如 Claude、Codex)技能的 DSH 用户。必要条件是需在设置页或配置文件中指定技能和扫描目录。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:countossbot/dsh-spiderREADME
Read the full README ↗⚙️ 配置
设置页操作存于 dsh-spider settings 命名空间;spider 采集器的 extraDirs 在 cordis.yml 配置:
| 键 | 位置 | 默认 | 说明 |
|---|---|---|---|
mode | 设置页 | each-prompt | each-prompt / start-only |
selected | 设置页 | [] | kebab-case 技能名,最多 16 个,自动去重 |
extraDirs | cordis.yml | [] | spider 额外扫描的技能根目录 |
cordis.yml 示例:
plugin:
dsh-spider:
extraDirs:
- /Volumes/work/shared-skills