tmux-sender

Send commands to tmux panes and monitor process completion.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill tmux-sender-ssaattww
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-sender
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/tmux-sender
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill tmux-sender-ssaattww

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines your workflow by allowing you to send commands and monitor processes across different tmux panes, especially useful for coordinating tasks between development environments like Claude Code and Codex.

Core Features & Use Cases

  • Command Execution: Send commands to specific tmux panes, ensuring they are executed in the correct environment.
  • Process Monitoring: Automatically detect when long-running tasks (like Codex executions) complete.
  • Cross-Pane Communication: Facilitates seamless interaction between different agentic tools running in separate panes.
  • Use Case: When you need to run a complex command in a dedicated Codex pane and be notified automatically when it finishes, this Skill handles the execution and monitoring.

Quick Start

Use the tmux-sender skill to send the command 'ls -l' to pane 0.1 in the codex-session.

Frequently Asked Questions about tmux-sender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send commands to a specific tmux pane for automated execution?

To send commands to a specific tmux pane, you can target panes flexibly using pane identifiers like '0.1', ensuring commands execute in the correct environment and are monitored for completion.

Can I monitor process completion automatically across tmux panes?

Yes, you can monitor process completion automatically across tmux panes. The Skill detects when long-running tasks finish by using process pattern matching and provides automated completion notifications.

How do I coordinate commands between Claude Code and Codex in separate tmux panes?

You can coordinate commands between Claude Code and Codex by sending execution instructions to a dedicated tmux pane and receiving automated notifications when the Codex process completes.

What is the best way to trigger long-running tasks in a dedicated tmux session and get notified?

The best way to trigger long-running tasks is to send the command to a targeted tmux pane, allowing the Skill to monitor the process pattern and automatically notify you upon completion.

Does tmux-sender require any special dependencies to manage pane interactions?

No special dependencies are required to manage pane interactions. The Skill operates using internal scripts to handle command execution and process monitoring directly within your existing tmux setup.