icanfinish11/dsh_superpowers0

dsh_superpowers

DSH 超能力插件,将 Superpowers 技能注册为 DSH 技能目录,并在系统提示词中注入引导词与工具映射。

AI 分析

核心用途是为 DSH 智能体注入强大的 Superpowers 技能集,通过系统提示词引导其高效调用。适合需要扩展智能体专业技能、提升复杂任务解决能力的 DSH 用户。

包名
dsh_superpowers
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年9月11日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:icanfinish11/dsh_superpowers

Configuration

The patch mounts the row as id: superpowers. Override it per profile in $DSH_HOME/profiles//cordis.patch.yml (a patch layer replaces the row's whole config, so restate every key you want to keep):

- id: superpowers
  config:
    skills: true          # register the skills catalog
    bootstrap: true       # inject the using-superpowers bootstrap
    toolMapping: true     # append the dsh tool mapping to the bootstrap
    order: 121            # system-prompt section order
    skillsDir: ''         # empty = automatic resolution
KeyDefaultMeaning
skillstrueRegister the skills catalog as a skill provider.
bootstraptrueContribute the superpowers:bootstrap system-prompt section.
toolMappingtrueAppend the dsh tool mapping to the bootstrap.
order121Section order; dsh renders ascending (100199 is the tool/behavior band).
skillsDir''Explicit skills root; empty resolves automatically.