← 返回 Skills 市场
Tmux Temp
作者
zhouyaya100
· GitHub ↗
· v1.0.0
348
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tmux-temp
功能描述
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
安全使用建议
This skill is coherent for controlling tmux sessions, but that capability is powerful: any tmux socket the agent can access allows it to run commands and read output as the socket owner. Before installing, ensure the agent runtime cannot reach other users' or sensitive tmux sockets (set CLAWDBOT_TMUX_SOCKET_DIR to a directory the agent controls, keep socket directory permissions restrictive, avoid running on multi-user hosts). Consider whether you want the agent to invoke the skill autonomously — if not, disable autonomous invocation for this skill. Review the scripts (they are short and readable) and avoid using the --all scan option unless you intend the agent to enumerate all sockets under the configured directory.
功能分析
Type: OpenClaw Skill
Name: tmux-temp
Version: 1.0.0
The skill provides an AI agent with the capability to manage interactive tmux sessions and scrape their output, which is a high-risk capability that can be used to execute commands outside of standard monitored shell environments. While the scripts (scripts/find-sessions.sh and scripts/wait-for-text.sh) are well-authored and lack evidence of malicious intent, the SKILL.md documentation explicitly instructs the agent on how to orchestrate other agents (e.g., Codex) using flags like --yolo or --full-auto to bypass interactive safety confirmations. This combination of persistent background shell access and instructions to bypass sub-tool safety checks constitutes a high-risk capability set.
能力评估
Purpose & Capability
Name/description (remote-control tmux sessions) match the declared requirements (tmux binary) and the provided scripts. The files implement listing sessions, polling pane output, sending keys and capturing panes — all expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to list, attach to, send keystrokes to, and capture output from tmux sockets. That is exactly the intended functionality, but the instructions also include scanning 'all' sockets under the socket dir and recommend sending arbitrary commands to sessions (e.g., launching agents). Those behaviors are within scope but have sensitive side effects: any tmux socket the agent can access can be used to run commands and read output from other shells/processes on the host.
Install Mechanism
No install spec — instruction-only plus two small helper scripts. Nothing is downloaded or written by an installer; scripts are simple, readable shell code with no obfuscated payloads.
Credentials
No credentials or secret environment variables are requested. The only implicit config is CLAWDBOT_TMUX_SOCKET_DIR (a path for sockets), which is appropriate for locating tmux sockets.
Persistence & Privilege
Skill does not request 'always: true' or other elevated persistent privileges. It relies on tmux sockets accessible to the agent's runtime user; its privilege is therefore the same as any process that can access those sockets.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tmux-temp - 安装完成后,直接呼叫该 Skill 的名称或使用
/tmux-temp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
tmux-temp 1.0.0 initial release:
- Provides detailed documentation for controlling tmux sessions remotely by sending keystrokes and scraping pane output.
- Outlines conventions for socket management, session/pane targeting, and safe command input.
- Includes tips for orchestrating multiple coding agents in parallel using tmux sessions.
- Documents methods for monitoring, capturing output, and waiting for text in panes.
- Notes platform support (macOS/Linux) and Windows/WSL setup guidance.
- Offers cleanup instructions and details about helper scripts.
元数据
常见问题
Tmux Temp 是什么?
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 348 次。
如何安装 Tmux Temp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tmux-temp」即可一键安装,无需额外配置。
Tmux Temp 是免费的吗?
是的,Tmux Temp 完全免费(开源免费),可自由下载、安装和使用。
Tmux Temp 支持哪些平台?
Tmux Temp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Tmux Temp?
由 zhouyaya100(@zhouyaya100)开发并维护,当前版本 v1.0.0。
推荐 Skills