shell
CLI interactive mode channel. Delivers Claude responses to the zylos shell REPL via Unix socket.
适合你,如果需要在 shell 环境中直接使用 Claude 能力
/ 通过 npx 安装 校验哈希
npx oh-my-skill add zylos-ai/zylos-core/shell/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zylos-ai/zylos-core/shell/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zylos-ai/zylos-core/shell安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1155GitHub stars
~203最小装载
~364含声明引用
~369文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 7a034ca · 表述以原文为准它做什么
当你在终端中使用 zylos shell 的交互模式时,Claude 会通过 Unix socket 接收你的输入并返回回答,实现命令行对话。
什么时候触发
当你启动 zylos shell 并进入 CLI 交互模式(REPL)时触发。
装好后可以这样说
Claude 会执行 ls 命令并返回结果。
Claude 会生成脚本内容并显示。
技能原文 SKILL.md
Shell Channel
Communication channel for zylos shell — the CLI interactive mode.
How It Works
zylos shellstarts a readline REPL and a Unix domain socket server- User input is sent to Claude via
c4-receive(channel=shell, endpoint=socket path) - Claude responds via
c4-sendwhich invokesscripts/send.js send.jsconnects to the Unix socket and delivers the response to the REPL- The REPL prints the response and prompts for the next input
Socket Protocol
- Socket path is passed as the endpoint (e.g.,
/tmp/zylos-shell-<pid>.sock) send.jsconnects, writes the full message as UTF-8, then closes the connection- The REPL reassembles the message from socket data events
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…