codex-dsh-supervisor

codex-dsh-supervisor is a skill for Claude Code, Codex from yidapan666-creator/dsh-gate. It costs 75 tokens per session (1,277 once invoked), scanned A, original, MIT.

A set of instructions for supervising coding work through DSH Host, an external environment for running development tasks. It covers starting or reconnecting to a session, handling interaction, observing progress, and checking completion.

In plain words
What is it for?
It is for delegating and monitoring coding tasks in a DSH Host, including reconnecting to existing sessions and validating their results.
Why use it?
It provides a defined process for handing work to a remote or separately managed coding session and verifying that the task really finished.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit It is for delegating and monitoring coding tasks in a DSH Host, including reconnecting to existing sessions and validating their results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yidapan666-creator/dsh-gate --skill codex-dsh-supervisor
Clone the repo
git clone --depth 1 https://github.com/yidapan666-creator/dsh-gate

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-dsh-supervisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor/github.svg)](https://agentmods.dev/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor)
Your own site
<a href="https://agentmods.dev/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor"><img src="https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for codex-dsh-supervisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor"><img src="https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/codex-dsh-supervisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,277 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.01277
Opus 5 $0.00037 $0.00639
Sonnet 5 $0.00015 $0.00255
Haiku 4.5 $0.00007 $0.00128

Measured 8d ago against content hash 3ffa9ba23cae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

codex-dsh-supervisor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/codex-dsh-supervisor/SKILL.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Codex DSH Supervisor

Use the dsh_* MCP tools to supervise one DSH root session.

Start the visible session

  1. Call dsh_start_or_connect first. It connects to the configured Host, or starts one when DSH_HOST_LAUNCH is explicitly configured (automatic Host startup never happens without it). Pass the existing sessionId to reconnect and reuse the same session; the Host remains independently owned and MCP restart never stops it.
  2. Open the returned hostBaseUrl in a visible browser tab so the user can watch the live session (the DSH web UI), and keep that tab available for the duration of the task. If a tab is already open on that URL, reuse it. After queuing the task, select its human-readable objective in the Web session sidebar when the UI exposes it; otherwise leave the session list visible and tell the user the taskId. MCP never owns or closes the browser.

Assign and observe

  1. Before assigning a writer task, establish a recoverable Git baseline and record HEAD plus git status. If the repository has no commit or the baseline would include user changes, obtain explicit human authorization before committing. Never create the baseline by stashing, resetting, discarding, or overwriting existing work. Read-only tasks do not require a new baseline.
  2. Call dsh_task with a self-contained objective plus relevant context, scope, constraints, acceptance, verification, and escalation conditions. Default to writer; choose read_only for analysis. A second writer needs an independent Git worktree, not a workspace lock service. Treat ordinary in-scope edits, focused compilation/tests/builds, routine debugging, and any explicitly pre-authorized child use as execution authority: do not ask the human again. Escalate only when a missing choice would materially change the requested result, or before a security-sensitive, destructive, credentialed, external, or otherwise unauthorized side effect.
  3. Call dsh_wait with the default timeout (300000 ms) — the five-minute aggregated progress cadence. One long observation arrives about every 300000 ms; do not re-poll on ordinary event churn. It returns early only for a material supervisor boundary, such as a terminal state, approval/question, checkpoint, blocker, or escalation. A WAITING/TIMEOUT return is the cadence observation: aggregate progress since the prior asOfSeq — step delta, tool counts by name, token deltas, and compact projectActivity (distinct files touched by successful edits/writes and targeted verification commands like pnpm verify). Surface the compact summary to the user; never dump raw logs, diffs, or tool outputs. Carry the returned asOfSeq into the next afterAsOfSeq; it is only an observation cursor, never a server resume cursor.
  4. Resolve APPROVAL_REQUIRED and QUESTION_REQUIRED with the matching answer tool. Use dsh_steer only to transmit explicit user-authored new guidance or a user-requested correction; never synthesize a nudge merely because progress paused or a child settled. Use dsh_cancel only for the active turn.
  5. Distinguish WAITING.wait.reason=TIMEOUT (cadence window expired) from worker state, and inspect workerState separately. For FAILED, report the explicit failure kind.
  6. Accept success only from COMPLETED. The runtime requires a valid supervisor_handoff result and the corresponding turn/end; a turn ending alone is MISSING_HANDOFF. Terminal reporting must recap steps, tool counts, token deltas, verification results, the worker's final files, and the computed projectActivity totals — without equating every tool call with a project change.

Read the full file on GitHub · 42 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 42 lines · 75 tokens per session scan A 3ffa9ba23cae

Subscribe to this mod's changes

codex-dsh-supervisor is a skill published in the GitHub repository yidapan666-creator/dsh-gate (0 stars, last pushed 17d ago), licensed MIT. It adds 75 tokens to every session and 1,277 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

shortfilm-prompt

A five-part method for writing prompts for AI-generated videos, such as Sora or Seedance. It organizes each prompt into the subject, setting, visual style, camera movement, and timed shots with sound.

jnMetaCode/agency-orchestrator · 66 tokens

skill

Ten native DSH tools give a text-only agent eyes. Use these structured tools directly; do not shell out to the bundled Python scripts or reproduce their implementation. Vision API credentials and model settings are managed by the plugin, so tool calls do not receive credentials.

Anionex/dsh-vision-toolkit · 0 tokens

modsearch

Plug-in web search, X (Twitter) search, and page fetch for models without native web access. Use whenever the task needs current information, external facts, source links, posts from X, or the content of a specific URL, and the active model/harness has no native search or fetch tool. Runs the modsearch CLI to return…

liustack/modsearch · 99 tokens

submit-dsh-plugin

A submission checklist and workflow for adding a DeepSeek Harness plugin to the community’s public catalogue. It prepares the catalogue entry and checks the plugin’s repository, metadata, tests, and required files.

imsai-sh/awesome-deepseek-harness-plugins · 103 tokens

ticket-triage

Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.

sandbaseai/sandbase-skills · 54 tokens

variance-analysis

Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.

sandbaseai/sandbase-skills · 43 tokens