generate_node_skill
Analyze any ComfyUI custom node pack and generate a Claude skill markdown file with full node documentation, inputs, outputs, and usage examples from a registry ID or GitHub URL.
Instructions
Analyze a ComfyUI custom node pack and generate a Claude skill (.md) file describing all its nodes, inputs/outputs, and usage examples. Accepts a ComfyUI Registry ID or a GitHub repository URL as the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ComfyUI Registry node ID (e.g. 'comfyui-impact-pack') or GitHub repository URL | |
| install_in | No | Optional directory path to save the generated SKILL.md file |