Agent skill
run-with-timeout
Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/run-with-timeout-manuelkugelmann-bitbot
SKILL.md
Run With Timeout
Execute commands with timeout protection.
bash
.claude/skills/run-with-timeout/scripts/run-with-timeout.sh 60 ./test-script.sh
Returns exit code 124 if timeout exceeded, otherwise command's exit code.
Didn't find tool you were looking for?