Casually/dsh-plug-skills0

dsh-plug-skills

DeepSeek Harness 的 Skills 管理器:在 设置 → 插件 → Skills 标签页中发现 GitHub 上的 Agent Skills 仓库(SKILL.md 技能包,topic:agent-skills / dsh-skill / claude-skills),查看详情后一键安装 / 移除。技能装入 $DSH_HOME/skills,skill-filesystem 热加载,无需重启。支持 GitHub 代理。

包名
dsh-plug-skills
版本
0.1.2
许可证
MIT
最近更新
2026年8月22日

安装

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

代理配置

发现功能访问 api.github.com / raw.githubusercontent.com / codeload.github.com。出厂部署不挂载平台级 fetch provider,本插件自行 发起请求:默认直连(Node fetch);配置代理后经系统 curl 发出,因此 支持 http / https / socks5 / socks5h / socks4(Clash 的混合端口 与 SOCKS 端口都可用)。

代理来源按优先级生效:

  1. 持久设置(UI「GitHub 代理」栏输入后点「应用」)——写入 DSH 主目录/plug-skills.json,立即生效且重启后保留;点「清除」移除;
  2. 插件配置——在 profile 的 cordis.patch.yml 中为本插件加 config.proxy(持久生效):
    - id: plug-skills
      name: dsh-plug-skills
      config:
        proxy: http://127.0.0.1:7890
    
  3. 环境变量——DSH_PLUG_SKILLS_PROXY,或标准的 HTTPS_PROXY / HTTP_PROXY / ALL_PROXY(大小写均可)。

「测试连接」会请求 api.github.com/zen 验证当前生效通道并报告延迟。 特殊值 direct 可强制直连(同样会被持久保存)。