YYTbit/dsh-plugin-codex-bridge

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

Project Overview项目介绍

dsh-plugin-codex-bridge is a plugin that bridges OpenAI Codex assets into DeepSeek Harness with zero migration. It reads ~/.codex/skills/<name>/SKILL.md, instructions.md, and config.toml, injecting them as available skills, system prompt instructions, and model/provider context respectively. Use it when you want to reuse existing Codex configurations inside DSH without rewriting workflows. Note: skill injection is bounded by the maxSkills limit and depends on the local Codex file layout.

dsh-plugin-codex-bridge 是一款将 OpenAI Codex 的技能、指令与配置直接桥接到 DeepSeek Harness 的插件,实现零迁移复用。它读取 ~/.codex/skills/、instructions.md 与 config.toml,分别注入可用技能、系统提示与模型/Provider 上下文。适用于希望复用已有 Codex 资产、又不想改写工作流的 DSH 用户。需注意:技能注入受 maxSkills 上限约束,且依赖本地 Codex 文件结构。

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

CLI Install命令行安装

dsh plugin --profile web add dsh-plugin-codex-bridge

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

READMEREADME

dsh-plugin-codex-bridge

Bridge OpenAI Codex's skills, instructions, and configuration into DeepSeek Harness -- zero migration.

What it does

  • ~/.codex/skills/<name>/SKILL.md -- Injects skills as available skills
  • ~/.codex/instructions.md -- Injects instructions into system prompt
  • ~/.codex/config.toml -- Injects model/provider context

Install

dsh plugin --profile your-profile add dsh-plugin-codex-bridge

Configuration

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

License

MIT -- YYTbit

上一个 Prev xiao-theme-dsh-ui-plugin 下一个 Next dsh-skill-evolution