skills/tmux/skills/tmux/SKILL.md
Use tmux to run and test our interactive CLI/TUI end-to-end. Includes how to start, send keys, capture output, and cleanly stop (double Ctrl+C).
npx skillsauth add nibzard/skills cli-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.
scripts/tmuxctl.sh over raw tmux commands for repeatability.agent-cli.Prefer scripts/tmuxctl.sh over raw tmux commands for repeatability:
scripts/tmuxctl.sh start - Create new tmux sessionscripts/tmuxctl.sh run ./bin/ourcli - Run command in the sessionscripts/tmuxctl.sh keys Down Down C-m - Send keystrokesscripts/tmuxctl.sh capture - Capture pane outputscripts/tmuxctl.sh stop - Stop the TUI (double Ctrl+C)scripts/tmuxctl.sh kill - Kill the sessionC-c then C-c..tmp/tmux-agent.sockagent-cliagent-cli:0.0.tmp/ exists.tmux -S .tmp/tmux-agent.sock new-session -d -s agent-cli -c "$PWD"./bin/ourcli OR pnpm ourcli OR go run ./cmd/ourclitmux -S .tmp/tmux-agent.sock send-keys -t agent-cli:0.0 "<COMMAND HERE>" C-mC-mUp / DownC-c C-c (double)tmux -S .tmp/tmux-agent.sock capture-pane -t agent-cli:0.0 -pC-c C-c, capture output to confirm exit.C-c C-c, then tmux ... kill-session -t agent-clitmux -S .tmp/tmux-agent.sock kill-servercontent-media
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
content-media
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
development
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.
development
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.