by terryso
A shell script utility that automatically resumes Claude CLI tasks when usage limits are lifted.
# Add to your Claude Code skills
git clone https://github.com/terryso/claude-auto-resumeA shell script utility that automatically resumes Claude CLI tasks when usage limits are lifted, or executes custom shell commands after waiting periods. It detects Claude usage restrictions, waits intelligently, and resumes task execution automatically.
English | 中文
| 平台 | 类型 | 服务 | 扫码拼团 |
|:---|:---|:---|:---|
| ctok.ai | 🤝 合作伙伴 | <small>✅ Claude Code<br>✅ Codex CLI</small> |
|
This script uses --dangerously-skip-permissions flag when executing Claude commands and can execute arbitrary shell commands, which means:
Recommended Usage:
No comments yet. Be the first to share your thoughts!
This script is particularly useful when using Claude Code for development in the following scenarios:
Claude usage limit reached. but your task is not yet completely finishedclaude-auto-resume in your project's root directory, and when the usage limit is lifted, the script will automatically let Claude Code continue executing your previously unfinished taskLinux/macOS installation steps are identical to the original upstream repository and are kept unchanged below.
wget -qO- https://raw.githubusercontent.com/terryso/claude-auto-resume/refs/heads/develop/claude-auto-resume.sh | sudo tee /usr/local/bin/claude-auto-resume >/dev/null && sudo chmod +x /usr/local/bin/claude-auto-resume
#...