Custom Node Skill

Install the /custom-node skill for Claude Code to create, update, and publish custom nodes from your terminal.

PowerShell
irm https://customnodecreator.add.ai/install.ps1 | iex
CMD
powershell -c "irm https://customnodecreator.add.ai/install.ps1 | iex"
macOS / Linux
curl -fsSL https://customnodecreator.add.ai/install.sh | bash

Installs the skill to ~/.claude/commands/ so it's available in any project.