Comfy-agent install_custom_node

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

install_custom_node

Installs custom nodes by git URL and verifies expected node classes in

object_info
.