📦 Claude Code within tmux — tmux会话管理Claude

v1.0.0

在 tmux 会话中统一管理多个 Claude Code 实例,按项目隔离;无需额外脚本即可读取最新响应、发送提示或执行 /compact 命令,实现多项目并行开发与对话。

0· 1.9k·13 当前·13 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions match the stated purpose (interacting with Claude inside tmux) but there are notable mismatches and safety concerns (it expects tmux use but doesn't declare it, and the runtime instructions allow reading arbitrary tmux panes and sending keystrokes without explicit safeguards).
评估建议
This skill will read tmux pane contents and can inject keystrokes into live tmux sessions named 'claude'. Before installing or using it: (1) Ensure tmux is installed and that you trust any tmux sessions this agent can access — the skill can read past messages (which may include secrets) and send prompts. (2) Prefer running Claude sessions in private sockets or dedicated sessions so the agent can't accidentally target other users' or system sessions. (3) Ask the skill author to declare 'tmux' as ...
详细分析 ▾
用途与能力
The skill is clearly intended to operate on tmux sessions running Claude Code, but the registry metadata declares no required binaries or config paths. SKILL.md relies entirely on the tmux binary and (optionally) non-default tmux sockets; the skill should have declared tmux as a required binary and noted socket access.
指令范围
The runtime instructions tell the agent to capture pane contents (tmux capture-pane) and send keystrokes (tmux send-keys). That gives the agent the ability to read arbitrary tmux scrollback and inject input into live sessions. There are no built-in safeguards described (e.g., confirmation prompts, limits on which sessions to target, or checks for sensitive content) beyond a manual 'double-check' tip.
安装机制
Instruction-only skill with no install steps or external downloads. This minimizes supply-chain risk because nothing is written to disk by the skill package itself.
凭证需求
The skill requests no credentials or env vars, which is proportionate. However, the instructions access tmux sockets and pane buffers (potentially system-level artifacts) without declaring that dependency; this should be documented so users understand the access surface.
持久化与权限
always:false (no forced inclusion). The skill can be invoked autonomously by the agent per platform default; combined with the instruction scope (ability to read/send to tmux), this increases potential blast radius but is not by itself an incoherence or over-privilege in the metadata.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/11

claude-tmux 1.0.0 initial release - Provides a repeatable, tmux-only workflow for interacting with Claude Code running in tmux sessions. - Defines conventions for session and pane naming, and message markers. - Step-by-step instructions for locating the Claude pane, viewing the latest exchange, sending prompts, running /compact, and dumping raw pane buffer. - Includes troubleshooting steps, best practices, and tips for multi-session or non-default socket use. - No extra scripts or dependencies required—uses standard tmux commands only.

可疑

安装命令

点击复制
官方npx clawhub@latest install claude-tmux
镜像加速npx clawhub@latest install claude-tmux --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库