
from pi-cmux10
Control cmux terminal multiplexer from Pi: read other terminals, send commands to panes, manage splits/workspaces, show sidebar status/progress, and open browse
Provides Pi with a full integration to the cmux terminal multiplexer. It exposes three tools (cmux, cmux_status, cmux_notify) so the agent can discover workspace layout, read screens, send commands or keypresses to other panes, create splits/panes, update sidebar status and progress bars, log events, and send native notifications.
Use this skill when you need the agent to inspect or act in other terminal workspaces (e.g., read another pane's output, run a command remotely, open a preview browser pane, or present live progress in the sidebar). Ideal for multi-workspace orchestration and monitoring long-running tasks.
Designed for Pi-style agents that support tool integrations and terminal control. Likely compatible with agents able to call external CLI tools and manage lifecycle hooks.
Pi-cmux is a well-documented integration skill for controlling the cmux terminal multiplexer from Pi. It covers workspace/pane management, screen reading, command sending, sidebar status, and notifications. No bundled scripts — purely a reference SKILL.md with detailed tool usage patterns. Includes thoughtful fork-bomb prevention section with three-layer defense. The send action presents theoretical shell injection risk but is by design.
No scripts to run or audit. Security deduction for send-to-surface pattern (injection risk by design). Very thorough documentation with real-world patterns and safety considerations.