Executes terminal commands verbatim without modification or output summarization to ensure precise control over shell interactions.
The Exact Command Runner skill ensures that terminal commands are executed precisely as written, bypassing Claude's tendency to add flags, interpret intent, or truncate long outputs. This skill is indispensable when specific syntax is required for legacy systems, sensitive script execution, or when raw, unedited output is necessary for debugging or downstream processing. By enforcing a strict verbatim execution policy, it provides developers with a deterministic way to interact with the shell without AI-driven alterations like the automatic addition of summary flags or subagent interference.
主要功能
01Prevention of automatic flag injection (like --stat)
02Deterministic single-call execution
03Verbatim command execution via Bash tool
042 GitHub stars
05Zero-modification policy for input strings
06Full, unsummarized output retrieval
使用场景
01Running scripts where specific flags are sensitive and must not be altered by the model
02Executing complex piping or redirection commands that AI might otherwise simplify
03Capturing entire logs or process outputs for verification without AI-driven truncation