
from zylos-core1,168
Channel skill that connects a CLI REPL to a Claude-like backend via a Unix socket, routing user input to the agent and delivering responses back to the REPL.
The Shell Channel skill wires a readline-based CLI REPL to an agent backend using a Unix domain socket. It routes user input from the zylos shell process to the agent (via c4-receive) and returns the agent's response through a small send helper (scripts/send.js) which writes back to the REPL socket. This enables an interactive command-line conversational mode where the agent drives the REPL output.
Use this skill to provide an interactive CLI experience: debugging, developer tooling, or local agent experimentation where low-latency REPL interactions are required. It's not user-invocable from normal chat (user-invocable: false) but is essential for tooling integrations and local shells.
Works with Claude-style or Code-capable agents that can be tied to a unix-socket channel; suitable for CLI-capable assistants and local agent runtimes.
This skill has not been reviewed by our automated audit pipeline yet.