Comfy-agent get_server_status
name: get_server_status
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/infra/get_server_status/skill.yamlsource content
name: get_server_status
description: Query ComfyUI server health, queue counters, and system stats.
inputs: server: type: string required: false
outputs: status: type: string busy: type: boolean running_count: type: integer pending_count: type: integer queue: type: object system_stats: type: object