← 返回 Skills 市场
164149043

Tmux Remote

作者 zhangzhifeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
237
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tmux-remote
功能描述
Automation skill for Tmux Remote.
安全使用建议
This skill is functionally a tmux remote-control helper and the included scripts appear legitimate, but it can enumerate tmux sockets and scrape terminal pane output — which can leak secrets. Before installing: 1) Verify you want an agent that can read tmux pane contents and possibly other users' sessions; 2) Confirm where CLAWDBOT_TMUX_SOCKET_DIR will point and ensure it does not contain sockets for other users/processes; 3) Ensure the agent runtime has restricted file permissions and does not run as a privileged user; 4) Review the two scripts (find-sessions.sh and wait-for-text.sh) yourself; 5) Prefer running this skill in a controlled environment (container or dedicated account) if you expect sensitive terminal data. The missing declaration of tmux as a required binary and the undeclared CLAWDBOT_TMUX_SOCKET_DIR env var are inconsistencies you may want the author to fix before trusting the skill.
功能分析
Type: OpenClaw Skill Name: tmux-remote Version: 1.0.0 The skill bundle provides standard utilities for managing and interacting with tmux sessions, including listing sessions and polling panes for specific text. The scripts (find-sessions.sh and wait-for-text.sh) use safe bash practices and perform actions consistent with the stated purpose of remote-controlling interactive CLIs without any evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description and included scripts align with a tmux remote-control utility: send-keys, capture-pane, and session discovery. However, registry metadata showed no required binaries while SKILL.md metadata declares tmux as required — an inconsistency. The scripts legitimately need tmux, so the missing tmux declaration in the registry metadata is a mismatch but not by itself malicious.
Instruction Scope
SKILL.md and the scripts instruct only tmux-related operations (listing sessions, sending keys, capturing pane output). But the scripts will enumerate tmux sockets (including an --all mode that scans CLAWDBOT_TMUX_SOCKET_DIR) and capture pane contents. Capturing and printing pane text (especially wait-for-text.sh printing the last N lines on timeout) can expose sensitive terminal output (passwords, tokens, private data). Also, the scripts reference the CLAWDBOT_TMUX_SOCKET_DIR env var that is not declared in the skill metadata/requirements.
Install Mechanism
There is no install spec (instruction-only) and the package contains two small bash scripts. No network downloads or arbitrary code retrieval are performed. Risk from installation is low, but the included scripts will be present on disk and may be executed by the agent.
Credentials
No credentials are requested, which is appropriate, but the scripts implicitly use CLAWDBOT_TMUX_SOCKET_DIR (defaulting to /tmp/…); that environment variable is not declared in the skill's required env list. The ability to scan socket directories and target arbitrary tmux sockets is powerful and could be used to access other users' tmux sessions if socket paths are accessible. The skill should have declared this environment dependency and documented the security implications.
Persistence & Privilege
always is false and the skill does not request the ability to remain enabled universally or modify other skills. It does not request elevated platform privileges. Autonomous invocation is allowed by default but is not combined with other escalation indicators.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tmux-remote
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tmux-remote 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tmux-remote. - Remotely control tmux sessions by sending keystrokes and scraping pane output. - Supports basic session, pane, and window management. - Lists common tmux CLI commands and keybindings for interactive usage. - Requires tmux; compatible with Linux and macOS.
元数据
Slug tmux-remote
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tmux Remote 是什么?

Automation skill for Tmux Remote. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。

如何安装 Tmux Remote?

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

Tmux Remote 是免费的吗?

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

Tmux Remote 支持哪些平台?

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

谁开发了 Tmux Remote?

由 zhangzhifeng(@164149043)开发并维护,当前版本 v1.0.0。

💬 留言讨论