Tmux Aware

🌐Community
by sjungling · vlatest · Repository

This skill makes the AI aware of Tmux sessions, enabling it to interact within those environments for enhanced control and automation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tmux-aware npx -- -y @trustedskills/tmux-aware
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tmux-aware": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tmux-aware"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to understand and interact with your Tmux sessions. It can list active windows, switch between them, send commands to specific panes, and generally manage your terminal multiplexer environment. This enables the agent to perform tasks within existing terminal workflows or even automate complex terminal-based processes.

When to use it

  • Automated server management: The agent can execute commands on a remote server managed through Tmux.
  • Workflow automation: Automate repetitive tasks that involve multiple terminal panes and windows.
  • Terminal-based development: The agent can assist with coding, debugging, or running tests within your existing Tmux setup.
  • Remote assistance: The agent can take over a user's Tmux session to help troubleshoot issues or perform specific actions.

Key capabilities

  • Listing active Tmux windows and panes
  • Switching between Tmux windows
  • Sending commands to individual Tmux panes

Example prompts

  • "List all my tmux windows."
  • "Send 'ls -l' to the pane in the 'dev' window."
  • "Switch to the last tmux window."

Tips & gotchas

  • Requires a running Tmux server. The agent will need appropriate permissions to interact with your Tmux environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sjungling
Installs
8

🌐 Community

Passed automated security scans.