YYTbit/dsh-plugin-opencode-bridge
将 opencode 技能和配置桥接到 DeepSeek Harness
项目介绍Project Overview
dsh-plugin-opencode-bridge 是 DSH 平台的一款桥接插件,将 OpenCode 的技能与配置无缝迁移至 DeepSeek Harness,无需改动原有文件。核心能力:自动读取 ~/.config/opencode/skills/<name>/SKILL.md 注入为可用技能,并加载 opencode.jsonc 配置上下文,通过 enableSkills、maxSkills、enableConfig 控制注入范围与上限。适用场景:同时使用 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.
请帮我了解并安装插件:【dsh-plugin-opencode-bridge】【https://github.com/YYTbit/dsh-plugin-opencode-bridge】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)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
ruvnet/ruflo
amruthpillai/reactive-resume
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/colleague-skill
nocobase/nocobase
Tencent/WeKnora