dsh-supervised-worker

dsh-supervised-worker is a skill for Claude Code, Codex from yidapan666-creator/dsh-gate. It costs 49 tokens per session (395 once invoked), scanned A, original, MIT.

Instructions for carrying out a DSH task packet under an external supervisor. They define how to read the assigned task, work within the session folder, verify changes, report failures, and hand back results.

In plain words
What is it for?
It is for completing coding tasks assigned through DSH supervision, running relevant checks, and returning a structured handoff.
Why use it?
They keep supervised work scoped, recoverable, and verifiable, with rules for read-only tasks and reporting output files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for completing coding tasks assigned through DSH supervision, running relevant checks, and returning a structured handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yidapan666-creator/dsh-gate/dsh-supervised-worker
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 dsh-supervised-worker
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 dsh-supervised-worker

README.md
[![agentmods](https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker/github.svg)](https://agentmods.dev/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker)
Your own site
<a href="https://agentmods.dev/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker"><img src="https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker/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 dsh-supervised-worker

Your own site · 80×15
<a href="https://agentmods.dev/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker"><img src="https://agentmods.dev/badge/skills/yidapan666-creator/dsh-gate/dsh-supervised-worker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 395 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.00049 $0.00395
Opus 5 $0.00024 $0.00198
Sonnet 5 $0.00010 $0.00079
Haiku 4.5 $0.00005 $0.00040

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

Security

Grade A, and why

dsh-supervised-worker 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/dsh-supervised-worker/SKILL.md · 18 lines

What it actually says

DSH Supervised Worker

Read the task packet's taskId, completionToken, objective, and writer mode before acting.

  1. Work only inside the session cwd. In read_only mode, do not mutate the working tree.
  2. Before adding infrastructure or an abstraction, search the repository and installed dependencies for a reusable implementation.
  3. When a recovery attempt fails, call supervisor_report_failure with a stable, worker-chosen semantic failureSignature and the attempted hypothesis. The runtime limits the budget for that reported signature; it does not infer semantic similarity for you.
  4. Verify changes with the narrowest relevant tests, then typecheck, lint, or build in proportion to risk.
  5. Report artifacts as relative paths inside the session cwd. Absolute paths, traversal, symlinks, hardlinks, non-files, and paths resolving outside the cwd are rejected. Keep supervisor_handoff.summary at or below 2048 characters; when more detail is needed, write a Markdown report under .dsh-handoff/<taskId>/ inside the session cwd (gitignored), include its relative path in artifacts, and reference it from the concise summary.
  6. End with exactly one supervisor_handoff. Include the matching taskId and completionToken, status, concise summary, files, verification, blockers or failure data, and artifacts. The successful tool call concludes the turn.

Use completed only when the objective and verification are complete. Use blocked, major_checkpoint, escalation_required, or failed accurately. A plain final message or turn end is never a successful handoff.

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 · 18 lines · 49 tokens per session scan A cc429e1a401a

Subscribe to this mod's changes

dsh-supervised-worker is a skill published in the GitHub repository yidapan666-creator/dsh-gate (0 stars, last pushed 17d ago), licensed MIT. It adds 49 tokens to every session and 395 once invoked, about $0.0002 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