# Dsh Config

> Show or set this session's DSH worker defaults (tier / effort / mode / timeout / on-off)

- Skill: `zseven-w/dsh-config` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zseven-w/dsh-config`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zseven-w/dsh-config/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zseven-w (https://skillmd.com/u/zseven-w)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/zseven-w/dsh-config

---


Parse the arguments given after this command into key=value pairs: `enabled=true|false`, `tier=flash|pro`, `effort=off|high|max`, `mode=auto|hub|standalone`, `timeout=<seconds>`, `policy=auto|flash-only|pro-only`, `escalate=true|false`, `origin_depth_limit=<1-32>`, `preset_flash=<preset id|default>`, `preset_pro=<preset id|default>`, `reset`. Map them onto the `dsh_worker_config` tool arguments (tier→default_tier, effort→default_effort, timeout→default_timeout_seconds, policy→tier_policy, escalate→escalate_on_failure, origin_depth_limit and preset_flash/preset_pro pass through unchanged) and call it; with no arguments, call the tool with no arguments to read the current configuration. Then show the returned configuration (including `hub_reachable`) as one compact table and name the fields that changed. Reply in the language the user is writing in. Do nothing else.

