Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gebruder/wirken --skill tmuxコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Look up staff devices, assets, and locations in TeamDynamix (TDX). Given a list of names, emails, or partial identifiers, resolve each person and return the assets assigned to them with location, model, ownership type, and status. Read-only.
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
SOC 職業分類に基づく
SKILL.md を表示中
| 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