원클릭으로
slay-processes
List and manage running processes via the slay CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List and manage running processes via the slay CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | slay-processes |
| description | List and manage running processes via the slay CLI |
| trigger | auto |
Processes are background tasks managed by the SlayZone app — distinct from PTY terminal sessions (see slay-pty). These include automation runners, background jobs, and other managed child processes.
All process commands require the SlayZone app to be running, as data comes from the app's HTTP API.
slay processes list [--json]
List all managed processes. Shows ID, status, label, command, PID, and start time.
slay processes logs <id> [-n <lines>]
Print the last N lines of a process's output buffer. Default is 50 lines.
slay processes kill <id>
Kill a running process.
slay processes follow <id>
Stream process output in real time. For live processes, uses SSE (Server-Sent Events) and streams indefinitely until the process exits or the connection drops. For already-finished processes, dumps the full output as plain text and returns immediately.
Full CLI reference for slay — orchestrates all slay domain skills
Manage tasks, subtasks, tags, and templates via the slay CLI
Automatically title tasks based on conversation context
Commit the changes that has been worked on in this session
Manage task assets (files, folders) via the slay CLI
Create and manage automations via the slay CLI