Orchestrate persistent AI coding agents in tmux sessions with automatic notifications and health monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coding-sessions
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-sessions using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Coding Sessions provides a robust framework for running AI-driven development agents like Codex and Ralph in the background. By leveraging persistent tmux sessions via a stable socket, this skill ensures that intensive coding tasks survive process restarts or gateway interruptions.
This system integrates seamlessly with Openclaw Skills to provide real-time event notifications upon task completion, allowing developers to manage multiple parallel workstreams without manual supervision. It is designed specifically for tasks exceeding five minutes, where standard process execution is prone to failure.
Ensure tmux is installed on your system. To launch a persistent session for a Codex task, use the following command structure:
tmux -S ~/.tmux/sock new -d -s <name> "cd <project-dir> && PATH=/opt/homebrew/bin:\$PATH codex exec --full-auto '<task-description>'; EXIT_CODE=\$?; openclaw system event --text '<name> finished (exit \$EXIT_CODE)' --mode now; sleep 999999"
For complex work, use the Ralph loop configuration:
tmux -S ~/.tmux/sock new -d -s <name> "cd <project-dir> && PATH=/opt/homebrew/bin:\$PATH ralphy --codex --prd PRD.md; EXIT_CODE=\$?; openclaw system event --text 'Ralph loop <name> finished' --mode now; sleep 999999"
The skill organizes execution data and progress tracking through the following structures:
| Data Component | Description |
|---|---|
| PRD Checklists | Markdown files with GFM checkboxes used by Ralph to track task completion. |
| Stable Socket | Located at ~/.tmux/sock to ensure process persistence. |
| Git History | The primary source of truth for verifying code changes made by the agents. |
| Daily Notes | External tracking in memory/YYYY-MM-DD.md to monitor active long-running processes. |
Loading
Automate long-running AI coding tasks using persistent tmux sessions and self-healing retry loops.

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 sophisticated tool for making outbound AI-driven phone calls using ElevenLabs Conversational AI agents and Twilio integration.

An automated web crawler and extractor designed to find contact emails across multiple domains using intelligent URL filtering.








































