Pull/update n8n node schemas for offline validation. Discovers node types from local workflows, fetches each via npx n8nac skills node-info, falls back to direct npm-package extraction for nodes n8nac does not index, then rebuilds schemas/_index.json. Run when schemas are stale, when validation reports "unknown node type", or when SessionStart hooks signal coverage gaps.
$npx -y skills add neurawork-git/n8n-autopilot --skill pull-schemasInstalls into the current project.
Run `npx skills use "https://github.com/neurawork-git/n8n-autopilot" --skill "neurawork-git/n8n-autopilot/pull-schemas"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/neurawork-git/n8n-autopilot" that are relevant to the current task. Run `npx skills add "https://github.com/neurawork-git/n8n-autopilot"` and select the relevant skills, then follow their instructions.