← 返回 Skills 市场
rdeangel

Tmux Manager

作者 Rocco De Angelis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tmux-manager
功能描述
Manage tmux sessions using the tmux-manager.py script. Use when asked to create, kill, restart, list, or inspect tmux sessions, send commands to sessions, ta...
安全使用建议
This skill appears to do what it says — manage tmux sessions. Before installing or running it, review any tmux-sessions.yaml you will use: the config can contain pre_hook, post_hook, window/pane commands, and env values that will execute as shell commands or be injected into running terminals. Do not run untrusted configs or hooks as a privileged user. Use --dry-run and --validate first, inspect the sample YAML, and ensure uv and tmux are installed from trusted package sources. If you need to harden usage, avoid enabling hooks or limit configs to commands you control.
功能分析
Type: OpenClaw Skill Name: tmux-manager Version: 1.0.0 The tmux-manager skill provides a functional utility for managing tmux sessions but contains high-risk patterns. Specifically, `scripts/tmux-manager.py` uses `subprocess.run(shell=True)` to execute `pre_hook` and `post_hook` commands defined in a YAML configuration file, creating a shell injection vulnerability if the config is untrusted. Additionally, the script's ability to send arbitrary strings to terminal panes (`--send-keys`) and the inclusion of sample commands in `SKILL.md` and `README.md` that use flags like `--dangerously-skip-permissions` represent a significant attack surface, although no clear evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description, required binaries (tmux, uv), script location, and usage all align: this is a tmux session manager that needs tmux and a script runner (uv). The brew installs for tmux and uv are reasonable for the stated functionality.
Instruction Scope
SKILL.md and the script confine behavior to a local YAML config and tmux operations. However the script supports pre/post hooks (run with shell=True) and arbitrary window/ pane commands (sent via tmux send-keys). Those features are expected for this tool but allow arbitrary shell execution and interaction with running sessions — review configs before running.
Install Mechanism
Install spec uses Homebrew formulas (uv, tmux). This is a low-risk, expected install mechanism for macOS/homebrew environments. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requests no environment variables or external credentials. It does set tmux-level env vars from the YAML and expands user paths; that is reasonable and proportional to its functionality.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request elevated platform privileges or modify other skills. It will run subprocesses and hooks as the invoking user (normal for this type of utility).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tmux-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tmux-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tmux-manager. - Provides a Python script to manage tmux sessions from a YAML config file. - Supports creating, killing, restarting, listing, and inspecting tmux sessions. - Allows targeting of sessions and windows using session groups and window groups. - Includes commands to send input to sessions, tail pane output, and validate config files. - Offers idempotent operation and a variety of selector/flag combinations for flexible control. - Contains install instructions for required dependencies (uv, tmux).
元数据
Slug tmux-manager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tmux Manager 是什么?

Manage tmux sessions using the tmux-manager.py script. Use when asked to create, kill, restart, list, or inspect tmux sessions, send commands to sessions, ta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Tmux Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tmux-manager」即可一键安装,无需额外配置。

Tmux Manager 是免费的吗?

是的,Tmux Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmux Manager 支持哪些平台?

Tmux Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmux Manager?

由 Rocco De Angelis(@rdeangel)开发并维护,当前版本 v1.0.0。

💬 留言讨论