Comfy-agent select_comfy_server

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/select_comfy_server" ~/.claude/skills/steliosot-comfy-agent-select-comfy-server && rm -rf "$T"
manifest: skills/infra/select_comfy_server/SKILL.md
source content

select_comfy_server

Select a Comfy server configuration by name from

.comfy_servers.yaml
or
COMFY_SERVERS_FILE
.

Returns explicit run-time fields:

  • server
  • headers
  • api_prefix
  • manager_api_prefix

Use this output and pass it into other skills per-run. No global env mutation is performed.