Automate long-running AI coding tasks using persistent tmux sessions and self-healing retry loops.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-agent-loops
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install coding-agent-loops using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Coding Agent Loops provide a robust framework for managing autonomous AI developers like Codex and Claude Code. By utilizing Openclaw Skills, developers can wrap agentic workflows in persistent tmux sessions that survive system restarts and network interruptions. This pattern ensures that instead of a single, fragile session that might stall due to context bloat, the agent runs in focused iterations, picking up progress via git history and local files.
At its core, this skill implements the Ralph loop pattern, which prioritizes short, high-intent sessions over long-lived ones. This approach is essential for modern software engineering where Openclaw Skills are used to bridge the gap between AI generation and reliable code execution in local environments.
To get started with these Openclaw Skills, ensure you have tmux and the necessary CLI tools installed:
# Install the Ralph loop runner
npm install -g ralphy-cli
# Ensure tmux is installed and create a stable socket directory
mkdir -p ~/.tmux
# Authenticate your preferred agent
codex auth login
Integration with Openclaw Skills requires appending the completion hook to your tmux commands to capture exit codes and fire system events correctly.
The skill organizes its operational data and state using the following structure to ensure compatibility with Openclaw Skills:
| Component | Description |
|---|---|
| TMUX Socket | Located at ~/.tmux/sock to ensure persistence across system-level socket cleanup. |
| PRD Checklist | Markdown files using [ ] and [x] to track agent progress and completion state. |
| Session Logs | Accessible via tmux capture-pane or stored in ~/.codex/log/ for debugging. |
| Git History | Serves as the primary source of truth for the agent's progress and file state. |
--parallel flag for rapid feature builds across multiple Openclaw Skills workflows.Loading
A specialized CLI tool for fetching and interpreting personal health metrics from the WHOOP API.

A zero-dependency Python CLI for managing Plane.so projects, issues, and team workflows directly from your terminal.

A high-performance real estate data extraction tool for scraping Zillow listings, price history, and market analytics while bypassing Cloudflare protection.

A powerful tool for analyzing YouTube competitor channels, trending content, and search keywords to reverse-engineer successful video strategies.

Orchestrate persistent AI coding agents in tmux sessions with automatic notifications and health monitoring.

A sophisticated tool for making outbound AI-driven phone calls using ElevenLabs Conversational AI agents and Twilio integration.








































