terminal-list-tmux-sessions

List tmux sessions on local or SSH targets from SSH config.

19|14|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/X-School-Academy/skill-pilot --skill terminal-list-tmux-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terminal-list-tmux-sessions
Source: https://github.com/X-School-Academy/skill-pilot/tree/main/core/skills/system/terminal-list-tmux-sessions
Command: npx skills add https://github.com/X-School-Academy/skill-pilot --skill terminal-list-tmux-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly see all active tmux sessions on a specified target, whether it's your local machine or a remote server via SSH.

Core Features & Use Cases

  • Session Discovery: Lists all running tmux sessions, including their names, window counts, creation times, and attachment status.
  • Target Flexibility: Can query sessions on the local machine or any server configured in your SSH config.
  • Use Case: Before attaching to a tmux session, you can use this Skill to verify its existence and get details like its name and whether it's already in use.

Quick Start

List all tmux sessions on the local machine.

Frequently Asked Questions about terminal-list-tmux-sessions

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

FAQPage Schema
How do I list active tmux sessions before attaching?

You can list active tmux sessions by querying the local machine or a remote SSH host configured in your SSH config file. This displays all running sessions, including their names, window counts, creation times, and attachment status.

Can I check tmux sessions on a remote SSH server?

Yes, you can check tmux sessions on a remote SSH server. The tool queries any server defined in your SSH config file and returns a list of active remote tmux sessions along with their names, window counts, and attachment status.

What details are shown when listing tmux sessions?

Listing tmux sessions returns each session's name, window count, creation time, and attachment status. This information helps you verify a session's existence and current usage state before connecting.

How do I find named tmux sessions on my local machine?

To find named tmux sessions on your local machine, run a local session discovery query. It identifies all running named sessions, helping you select the correct one before attaching.