dsh-plugin-codex-bridge
已验证dsh-plugin-codex-bridge · v0.1.1 · MIT
Bridge OpenAI Codex's memory, skills, and configuration into DeepSeek Harness
安装
dsh plugin add dsh-plugin-codex-bridge 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
标签
说明文档
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