Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기tmux
스타154
포크2
업데이트2026년 5월 1일 19:45
Manage tmux terminal sessions
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Manage tmux terminal sessions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
| name | tmux |
| description | Manage tmux terminal sessions |
| disable-model-invocation | true |
| metadata | {"wirken":{"requires":{"bins":["tmux"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Manage tmux sessions, windows, and panes.
tmux lstmux new-session -d -s <name>tmux kill-session -t <name>tmux send-keys -t <session> '<command>' Entertmux capture-pane -t <session> -ptmux new-window -t <session>tmux split-window -h -t <session>tmux split-window -v -t <session>tmux list-windows -t <session>tmux send-keys + tmux capture-pane to run commands and read output in background sessionstmux ls before creating new sessions