Manage n8n DataTables (CRUD on tables, columns, rows) via the n8n public REST API. Use when the user wants to create/seed/list/delete data-table resources outside of a workflow — n8nac CLI does not support this. Curl is explicitly allowed for /api/v1/data-tables (carve-out in PreToolUse hook).
$npx -y skills add neurawork-git/n8n-autopilot --skill data-tablesInstalls into the current project.
Run `npx skills use "https://github.com/neurawork-git/n8n-autopilot" --skill "neurawork-git/n8n-autopilot/data-tables"` 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.