Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill run-with-timeout-manuelkugelmann-bitbot-5 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Run With Timeout Manuelkugelmann Bitbot 5?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-run-with-timeout-manuelkugelmann-bitbot-5)More formats (shields.io, HTML) on the badges page.
---
name: run-with-timeout
description: Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or operations.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!