YYTbit/dsh-plugin-opencode-bridge

插件Plugin 原生Native ⭐ 4 MIT 其他Other

将 opencode 技能和配置桥接到 DeepSeek Harness

项目介绍Project Overview

dsh-plugin-opencode-bridge 是 DSH 平台的一款桥接插件,将 OpenCode 的技能与配置无缝迁移至 DeepSeek Harness,无需改动原有文件。核心能力:自动读取 ~/.config/opencode/skills/<name>/SKILL.md 注入为可用技能,并加载 opencode.jsonc 配置上下文,通过 enableSkillsmaxSkillsenableConfig 控制注入范围与上限。适用场景:同时使用 OpenCode 与 DSH、希望复用既有技能库和配置的用户。注意:maxSkills 默认 30,超出将被截断,且源文件修改后需重启 DSH 才能生效。

dsh-plugin-opencode-bridge is a DSH plugin that ports OpenCode's skills and configuration into DeepSeek Harness with zero migration. It reads ~/.config/opencode/skills/<name>/SKILL.md to inject available skills and loads opencode.jsonc as config context, with enableSkills, maxSkills, and enableConfig controlling scope and limits. Use it when running both OpenCode and DSH and wanting to reuse existing skill libraries and settings. Note: maxSkills defaults to 30, extras are truncated, and source file changes require restarting DSH to take effect.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add dsh-plugin-opencode-bridge

YYTbit/dsh-plugin-opencode-bridge 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-plugin-opencode-bridge

Bridge OpenCode's skills and configuration into DeepSeek Harness -- zero migration.

What it does

  • ~/.config/opencode/skills/<name>/SKILL.md -- Injects skills as available skills
  • ~/.config/opencode/opencode.jsonc -- Injects config context

Install

dsh plugin --profile your-profile add dsh-plugin-opencode-bridge

Configuration

- id: opencode-bridge
  name: dsh-plugin-opencode-bridge
  config:
    enableSkills: true
    maxSkills: 30
    enableConfig: true

License

MIT -- YYTbit

上一个 Prev dsh-multi-selection-comments 下一个 Next dsh-browseruse