What problem does it solve? Running long tests, log analysis, broad code exploration, and independent reviews on an expensive frontier model consumes large token budgets. This Skill lets the main Codex agent offload those bounded, token-heavy worker tasks to cheaper DeepSeek models while keeping planning and synthesis on the primary model. ## Core Features & Use Cases - Sidecar task delegation: Launch DeepSeek V4 Flash or Pro workers through a stable wrapper script with named task IDs, status checks, blocking waits, and resumable sessions stored under ~/.codex/state. - Official native API transport: The Flash profile connects directly to DeepSeek's native Responses API with a Keychain-backed credential; Pro/Beta profiles use a small built-in local Python proxy that bridges function tools and DSML tool calls. - Interactive Terminal monitor: Each run opens a Terminal window showing the verified model, effort, profile, live output, and a follow-up prompt after completion. - Use Case: Ask Codex to run a slow test suite in a DeepSeek sidecar while it reviews the code in parallel, then collect the sidecar's findings and synthesize a final fix plan at a fraction of the token cost. ## Quick Start Ask Codex to install this repository as a skill, store your DeepSeek API key in the macOS Keychain item codex-deepseek-official, run scripts/codex-deepseek-subagent --configure, and then launch a DeepSeek sidecar for a bounded task in the current repository.