← 返回
未分类

Claude Code tmux Runner

Manage multiple Claude Code tasks concurrently with tmux, enabling background execution, progress monitoring, and non-blocking workflow.
使用tmux并发管理多个Claude Code任务,实现后台执行、进度监控和非阻塞工作流。
xaiohuangningde xaiohuangningde 来源
未分类 clawhub v1.0.0 1 版本 99656.4 Key: 无需
★ 0
Stars
📥 290
下载
💾 0
安装
1
版本
#background#claude#code#latest#parallel#tmux

概述

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

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

Examples:

~/.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

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

Check Task Status

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

View Generated Files

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

Stop Tasks

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

Workflow

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

Industrial Code Standards

Generated code must include:

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

File Locations

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Auto Workflow

xaiohuangningde
构建自动化工作流,处理重复任务。当用户提到“自动化”“节省时间”“减少手动工作”或有重复任务时使用。
★ 2 📥 4,386
data-analysis

Jina Web Fetcher - 网页抓取

xaiohuangningde
使用 Jina AI 抓取网页内容,绕过搜索引擎限制。支持任意URL,支持 Google 搜索结果抓取。
★ 1 📥 2,319
office-efficiency

Doc Handler - 文档处理

xaiohuangningde
读取和编辑 Word、PDF、Excel 文档。使用 python-docx、pdfplumber、openpyxl
★ 0 📥 3,362