com um clique
slay-processes
List and manage running processes via the slay CLI
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
List and manage running processes via the slay CLI
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Create a new release for SlayZone
Commit changes, mark the current task as done, and close its tab
Supervise a set of slay tasks through planning, execution, and verification
Manage tasks, subtasks, tags, and templates via the slay CLI
Automatically title tasks based on conversation context
Manage task artifacts (files, folders) via the slay CLI
| 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.
slay processes logs <id> [-n <lines>] — print the last N lines of a process's output buffer.
slay processes kill <id> — kill a running process.
slay processes follow <id> — stream process output in real time.