Skill
Yes Tool
Repeatedly output a string (or 'y' by default) for automated scripts, batch confirmation, and pipeline input generation.
Verified: 2026-05-15 (clawhub-ingest-2026-05-15+enrich-capability-skill)
When to use Yes Tool
Choose if
You need to auto-feed a repeating string (default 'y') into a CLI that asks for confirmation — package installers, batch confirmation loops, pipeline input generation, unattended test runs. Picks over manually scripting echo loops when you want a consistent skill interface inside an agent session.
Avoid if
The downstream prompt has destructive consequences the agent hasn't validated, or the prompt expects varied input rather than a single repeated string. Anything beyond "emit the same token N times" is out of scope — for richer input simulation, use a proper test harness or expect script.
Risk Flags
- LOW scope Auto-confirming destructive prompts is unsafe if the agent has not verified what's downstream — the tool just emits the string and cannot reason about consequences.
Cost
Type: Unknown
Distribution
- ClawHub
yes-tool- License
- MIT-0