Tmux Session Manager

🌐Community
by wenerme · vlatest · Repository

Manages Tmux sessions efficiently, allowing you to start, stop, and switch between them seamlessly for streamlined remote work.

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-session-manager npx -- -y @trustedskills/tmux-session-manager
2

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

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

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

About This Skill

What it does

This skill, tmux-session-manager, allows an AI agent to manage and interact with Tmux sessions. It can create new sessions, list existing ones, attach to specific sessions, and detach from them. This enables the agent to maintain persistent terminal environments for various tasks.

When to use it

  • Long-running processes: If your AI agent needs to run a task that takes a significant amount of time (e.g., training a model), this skill ensures the process continues even if the connection is interrupted.
  • Multiple projects: The agent can manage separate Tmux sessions for different projects, keeping their terminal environments isolated and organized.
  • Remote development: The agent can connect to and control remote servers via Tmux, enabling it to perform tasks on those machines.
  • Persistent workflows: Maintain a consistent environment across multiple interactions with the AI agent by leveraging existing tmux sessions.

Key capabilities

  • Create new Tmux sessions
  • List existing Tmux sessions
  • Attach to specific Tmux sessions
  • Detach from Tmux sessions

Example prompts

  • "Create a new Tmux session named 'data_processing'."
  • "List all currently running Tmux sessions."
  • "Attach to the Tmux session called 'web_server'."

Tips & gotchas

  • Requires Tmux to be installed on the system where the AI agent is operating.
  • The skill's effectiveness depends on proper Tmux configuration and understanding of Tmux commands.

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
wenerme
Installs
7

🌐 Community

Passed automated security scans.