askill
tmux

tmuxSafety 85Repository

Manage terminal multiplexer sessions for persistent shell environments.

0 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

tmux

Terminal multiplexer for persistent sessions.

Create a Session

tmux new-session -d -s mysession

Send Commands

tmux send-keys -t mysession "echo hello" Enter

Capture Output

tmux capture-pane -p -t mysession -S -100

List Sessions

tmux list-sessions

Kill a Session

tmux kill-session -t mysession

Custom Socket (Isolation)

SOCKET="/tmp/openrappter-tmux.sock"
tmux -S "$SOCKET" new -d -s isolated
tmux -S "$SOCKET" send-keys -t isolated "command" Enter
tmux -S "$SOCKET" capture-pane -p -t isolated
tmux -S "$SOCKET" kill-session -t isolated

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/20/2026

A well-structured tmux skill with clear command examples for basic session management. Covers create, send commands, capture output, list, and kill operations plus custom socket isolation. Has metadata with emoji for discoverability and is in a dedicated skills folder. Content is generic and reusable. Missing some advanced features like window/pane management but provides solid foundation for terminal multiplexing."

85
75
65
50
70

Metadata

Licenseunknown
Version-
Updated2/13/2026
Publisherkody-w

Tags

No tags yet.