✓ Verified 💻 Development ✓ Enhanced Data

Claude Tmux Runner

Claude Code parallel task manager with tmux backend.

Rating
4.4 (399 reviews)
Downloads
4,849 downloads
Version
1.0.0

Overview

Claude Code parallel task manager with tmux backend.

Complete Documentation

View Source →

Claude Code tmux Runner

Overview

Run multiple Claude Code tasks in parallel using tmux sessions. Non-blocking, background execution with status monitoring.

Usage

Start a Task

bash
~/.openclaw/scripts/claude-tmux.sh start "Your task description" [task-name]

Examples:

bash
~/.openclaw/scripts/claude-tmux.sh start "Write a Python auth module" auth
~/.openclaw/scripts/claude-tmux.sh start "Build a React component" ui
~/.openclaw/scripts/claude-tmux.sh start "Create a Go microservice" api

List All Tasks

bash
~/.openclaw/scripts/claude-tmux.sh list

Check Task Status

bash
~/.openclaw/scripts/claude-tmux.sh status <task-id>

View Generated Files

bash
~/.openclaw/scripts/claude-tmux.sh files

Stop Tasks

bash
~/.openclaw/scripts/claude-tmux.sh stop <task-id>
~/.openclaw/scripts/claude-tmux.sh stop-all

Workflow

  • User says "use Claude Code xxx" → Optimize prompt → Show for approval
  • User confirms → Start background task → Return immediately
  • User can continue chatting → Non-blocking
  • User asks "how is Claude doing" → Check status → Return progress

Industrial Code Standards

Generated code must include:

  • Complete error handling (try-catch, boundary checks)
  • Type annotations (TypeScript, Python type hints)
  • Documentation (JSDoc, docstring)
  • Unit tests (pytest, jest)
  • Performance considerations (time/space complexity)
  • Security best practices (input validation)
  • Maintainability (clear naming, modular)

File Locations

  • Script: ~/.openclaw/scripts/claude-tmux.sh
  • Logs: ~/.openclaw/logs/claude/
  • Files: ~/.openclaw/workspace/
  • State: ~/.openclaw/state/claude/

Installation

Terminal bash

openclaw install claude-tmux-runner
    
Copied!

💻Code Examples

example.sh
~/.openclaw/scripts/claude-tmux.sh start "Write a Python auth module" auth
~/.openclaw/scripts/claude-tmux.sh start "Build a React component" ui
~/.openclaw/scripts/claude-tmux.sh start "Create a Go microservice" api

Tags

#devops_and-cloud #code

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xaiohuangningde
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install claude-tmux-runner