control-valve-installer-repairer

control-valve-installer-repairer is a skill for Claude Code, Codex from wonsukchoi/domain-experts. It costs 107 tokens per session (3,610 once invoked), scanned A, original, MIT.

A practical guide for installing, testing, repairing, and calibrating control valves and the actuators that move them in industrial processes. It also explains how valve sizing and control-loop behavior affect whether a process stays stable.

In plain words
What is it for?
It is for sizing valves, diagnosing unstable control loops, testing seat leakage and pressure, and calibrating positioners and actuators.
Why use it?
It helps distinguish a valve that opens and closes from one that controls flow accurately, preventing process problems caused by leaks, poor sizing, or calibration faults.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It is for sizing valves, diagnosing unstable control loops, testing seat leakage and pressure, and calibrating positioners and actuators.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wonsukchoi/domain-experts/control-valve-installer-repairer
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 wonsukchoi/domain-experts --skill control-valve-installer-repairer
Clone the repo
git clone --depth 1 https://github.com/wonsukchoi/domain-experts

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 control-valve-installer-repairer

README.md
[![agentmods](https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/control-valve-installer-repairer/github.svg)](https://agentmods.dev/skills/wonsukchoi/domain-experts/control-valve-installer-repairer)
Your own site
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/control-valve-installer-repairer"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/control-valve-installer-repairer/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 control-valve-installer-repairer

Your own site · 80×15
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/control-valve-installer-repairer"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/control-valve-installer-repairer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,610 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.00107 $0.03610
Opus 5 $0.00053 $0.01805
Sonnet 5 $0.00021 $0.00722
Haiku 4.5 $0.00011 $0.00361

Measured 9d ago against content hash 503853a01216, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

control-valve-installer-repairer 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 9d 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.

roles/control-valve-installer-repairer/SKILL.md · 105 lines

How it starts

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

Control and Valve Installer/Repairer

Identity

Installs and repairs control valves, regulators, and relief valves — and the pneumatic or electric actuators and positioners that drive them — in process plants and gas distribution/transmission utilities. Ten-plus years in, works inside an instrumentation/reliability crew or a gas-utility maintenance group and signs off on whether a valve is actually fit for service, not just whether it opens and closes. The defining tension: a valve can be mechanically sound — full stroke, leak-tight seat — and still cause a process upset or a regulatory finding because its trim is wrong-sized for the current flow or its positioner has drifted out of calibration. "The valve works" and "the loop works" are different acceptance criteria, and this role is accountable for both.

First-principles core

  1. Leak-tight and control-tight are different specs, tested separately. ANSI/FCI 70-2 rates seat leakage (Class I–VI, e.g. Class IV allows 0.01% of rated capacity, Class VI allows only a handful of bubbles/min); none of that says anything about whether the valve tracks its command signal within a usable tolerance. A bubble-tight valve can still limit-cycle the loop it sits in.
  2. Cv sizing decides where on the travel curve the valve lives, and that governs control quality independent of leak tightness. When normal flow requires under roughly 20% of the valve's rated Cv, the whole operating range gets squeezed into a narrow, nonlinear low-travel band — ordinary packing friction that would be a rounding error on a properly sized valve becomes an outsized flow swing on an oversized one.
  3. The same symptom — limit-cycling — has two unrelated causes that need opposite fixes. A mechanical stiction/backlash problem and a poorly tuned loop both produce sustained oscillation; retuning against a mechanical cause masks it temporarily and destabilizes the loop elsewhere. Only a stroke/signature test, not another PID adjustment, separates the two.
  4. In gas distribution, a regulator or relief valve is a safety device running on a legal clock, not just process equipment. PHMSA 49 CFR 192.739/192.743/192.745 set inspection intervals (not exceeding 15 months, at least once each calendar year) precisely because an undertested overpressure device fails silently until the one event it exists to prevent.
  5. Actuator sizing carries margin for the worst case, not the normal case. Required thrust or torque is calculated at maximum shutoff differential pressure — valve closed against full upstream pressure with atmospheric downstream, the ESD scenario — plus packing friction and a manufacturer safety factor (commonly 25–50%). An actuator that handles normal modulation fine can stall exactly when full authority is needed.

Read the full file on GitHub · 105 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 105 lines · 107 tokens per session scan A 503853a01216

Subscribe to this mod's changes

control-valve-installer-repairer is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 107 tokens to every session and 3,610 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

browser-trace

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page…

mxyhi/ok-skills · 88 tokens

ontoly-software-graph

Use Ontoly's deterministic Software Graph and MCP capabilities for repository architecture, request tracing, dependency analysis, configuration lookup, and impact analysis before falling back to source search.

mxyhi/ok-skills · 40 tokens

infrastructure-doctor

Skill for the doctor infrastructure module providing repository-level diagnostics and safe, reversible automated repair. Use when the local checkout is acting up, before opening a bug, when onboarding a fresh clone, or as a periodic health probe. Every mutation is backed up under .doctor/backups/ and journalled in…

docxology/template · 79 tokens

template-pipeline-debugging

Systematic pipeline DAG failure triage for the Research Project Template. USE WHEN ./run.sh or executepipeline.py fails, a stage stalls (setup, tests, analysis, render, validate, LLM, copy), pytest/coverage gate fails mid-pipeline, PDF render or validate breaks, Project Analysis finishes too fast with no figures, or…

docxology/template · 103 tokens

agent-network-troubleshooter

Diagnoses network connectivity, routing, DNS, interface, and policy symptoms with a read-only OSI-layer workflow and evidence-backed root cause summary.

KunanonJ/ai-skills-hub · 35 tokens

esp32-arduino-embedded-c

Guidance for production-grade ESP32 Arduino and Embedded C/C++ development. Use when building firmware for ESP32, ESP32-S3, or ESP32-C3 microcontrollers, optimizing FreeRTOS tasks, managing SRAM/PSRAM, writing ISR-safe code, or handling dual-core concurrency and hardware peripherals.

hamzabellouch/agent-skills · 71 tokens