Skip to main content
Back to registry

tmux

steipete/clawdis

Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions.

Installs311
Install command
npx skills add https://github.com/steipete/clawdis --skill tmux
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. ✅ USE this skill when: ❌ DON'T use this skill when: For interactive TUIs (Claude Code, Codex, etc.), split text and Enter into separate sends to avoid paste/multiline edge cases: - Monitoring Claude/Codex sessions in tmux - Sending input to interactive terminal applications - Scraping output from long-running processes in tmux - Navigating tmux panes/windows programmatically - Checking on background work in existing sessions - Running one-off shell commands → use exec tool directly - Starting new background processes → use exec with background:true - Non-interactive scripts → use exec tool - The process isn't in tmux - You need to create a new tmux session → use exec with tmux new-session - Use capture-pane -p to print to stdout (essential for scripting) - -S - captures entire scrollback history - Target format: session:window.pane (e.g., shared:0.0 ) - Sessions persist across SSH disconnects

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tmux do?

Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions.

Is tmux good?

tmux does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tmux work with?

tmux currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to tmux?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tmux?

npx skills add https://github.com/steipete/clawdis --skill tmux

Related skills

More from steipete/clawdis

Related skills

Alternatives in Software Engineering