typescript/skills/tmux/SKILL.md
Manage terminal multiplexer sessions for persistent shell environments.
npx skillsauth add kody-w/openrappter tmuxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Terminal multiplexer for persistent sessions.
tmux new-session -d -s mysession
tmux send-keys -t mysession "echo hello" Enter
tmux capture-pane -p -t mysession -S -100
tmux list-sessions
tmux kill-session -t mysession
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
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.