Comfy-agent install_custom_node

name: install_custom_node

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest: skills/infra/install_custom_node/skill.yaml
source content

name: install_custom_node description: Install a custom node package from a git repo URL via ComfyUI-Manager API.

inputs: repo_url: type: string expected_node_classes: type: array required: false server: type: string required: false

outputs: status: type: string install: type: object verification: type: object