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 文件结构。
请帮我了解并安装插件:【dsh-plugin-codex-bridge】【https://github.com/YYTbit/dsh-plugin-codex-bridge】
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.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
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
amlyczz/dsh-lark-link
Walvez/dsh-codex-sync
aiworkskills/dsh-wechat-article
ryubyte/dsh-a2a
LAN-TINA-WS/dsh-windows-shell-policy