返回 Skill 列表
extension
分类: 开发与工程无需 API Key

run-with-timeout

运行带有超时保护的命令以防止挂起。用于可能长时间运行的测试或操作。

person作者: jakexiaohubgithub

Run With Timeout

Execute commands with timeout protection.

.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.