sk Skill · bam-bam-2
claude-codex-fallback
CLI 자동화에서 기본 모델을 쓰다가 사용량 한도에 걸리면 다른 CLI로 자동 재실행하는 폴백을 구현한다.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
bashPython
This is an agent skill that implements a fallback for CLI automation: it runs the `claude` CLI first and, when a usage limit is hit, re-runs the same task with the `codex` CLI. It bundles a ready-to-use bash script, `scripts/llm-with-fallback.sh`, which the description says is an executor already running daily.
Reach for it when your scripted Claude CLI calls fail on usage limits and you want automatic retry through Codex instead of manual intervention.
Use it to
- Run Claude CLI tasks with automatic Codex fallback on usage limits
- Deploy the bundled llm-with-fallback.sh as a daily batch executor
- Read the Claude OAuth token from ~/.config/llm/claude-oauth-token for local runs
- Require both claude and codex CLIs to be installed locally before use
For Developers automating Claude CLI workflows in bash
- Host repository
- bam-bam-2/solo-skills
- Host stars
- 364
- Host language
- Python
topicsclifallbackbashclaudecodexautomation