Comfy-agent get_server_status

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/infra/get_server_status" ~/.claude/skills/steliosot-comfy-agent-get-server-status && rm -rf "$T"
manifest: skills/infra/get_server_status/SKILL.md
source content

get_server_status

Get high-level server status and queue/system stats.