# Manuelkugelmann Bitbot Run With Timeout

> ---

- Skill: `tomevault-io/manuelkugelmann-bitbot-run-with-timeout` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/manuelkugelmann-bitbot-run-with-timeout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/manuelkugelmann-bitbot-run-with-timeout/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/manuelkugelmann-bitbot-run-with-timeout

---

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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/manuelkugelmann) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

