AI Agent Hub
Back to plugins
⚙️

dsh-codex-import

Workflow Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install QinXi-ai/dsh-codex-import

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install QinXi-ai/dsh-codex-import; the full source code is available at https://github.com/QinXi-ai/dsh-codex-import

About this plugin

Many developers have built up Codex configurations, hooks, Skills, and AGENTS.md instruction files over time and may want to move to DeepSeek Harness (DSH). The hard part is figuring out which pieces are directly compatible, which need rework, and which simply will not work—all without risking credential leaks, accidental hook execution, or breaking the permission model. dsh-codex-import exists to answer that "what actually fits?" question before you commit to a migration.

It is a strictly read-only compatibility scanner that walks your user-level and project-level config.toml files, hooks.json, standalone Skill directories, and standard AGENTS.md / AGENTS.override.md files, then classifies every item as READY, DISCOVERED, NEEDS_REVIEW, SKIPPED_UNSUPPORTED, or UNSUPPORTED with a brief reason. It also identifies which of the five synchronous command-hook types (PreToolUse, PostToolUse, SessionStart, UserPromptSubmit, Stop) the current DSH hooks-codex bridge can actually run. Throughout the scan, nothing is written to disk, no profile is modified, no hooks are executed, and no chat history is touched. The output deliberately contains only categories, statuses, counts, and generic reasons—never config values, command bodies, Skill text, or absolute paths.

It is best suited for individual developers or small teams evaluating a Codex-to-DSH transition: run one scan, get a structured compatibility list, and decide your next steps with confidence. If you maintain both toolchains side by side, it also serves as a practical difference memo, flagging which Skills need rewriting and which hooks are temporarily unsupported, so you can plan around security-semantic gaps instead of discovering them mid-migration.

Use Cases

  • Scan local configs, hooks, and Skills in one pass before committing to a Codex-to-DSH migration
  • produce a structured gap list during a dual-toolchain transition to flag items needing rework
  • audit team-level Codex Skills and hooks for migration readiness and surface security-semantic conflicts early

Best For

  • Individual developers or small teams evaluating a Codex-to-DSH migration path
  • engineers running dual agent toolchains who need a fast compatibility check
  • engineering leads with strict requirements around credential isolation and permission-model safety